OpenFastPath / ofp

OpenFastPath project
BSD 3-Clause "New" or "Revised" License
351 stars 126 forks source link

Fix data corruption #188

Closed tolikheha closed 6 years ago

tolikheha commented 6 years ago

Added trimming of expanded frames in tcp and fixed packet flow in recv path

rishdas commented 6 years ago

Mailing list

The main communication channel for the project is our mailing list: https://list.openfastpath.org/mailman/listinfo/openfastpath

To post a message to all the list members you need to be a subscriber. Email: openfastpath@list.openfastpath.org

Patches

Patches shall be submitted via the mailinglist in diff format. Please keep patches small, atomic (ie isolated to one fix or addition) and well-explained. Consider that the project uses Linux kernel coding style, which is verified through checkpatch.pl.

rishdas commented 6 years ago

Hi Thank you for the patch but @OpenFastPath patches are accepted why mailing lists. Please use git format-patch and send using git send-email to send the patch for review on the mailing list.