Page MenuHomeFreeBSD

netmap: bridge: fix bridge support for NS_MOREFRAG
ClosedPublic

Authored by vmaffione on Jan 5 2021, 5:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 10, 9:15 AM
Unknown Object (File)
Sun, May 10, 9:10 AM
Unknown Object (File)
Sat, May 9, 6:20 PM
Unknown Object (File)
Fri, May 8, 5:06 AM
Unknown Object (File)
Fri, May 8, 1:56 AM
Unknown Object (File)
Thu, May 7, 11:37 PM
Unknown Object (File)
Thu, May 7, 1:12 PM
Unknown Object (File)
Tue, May 5, 11:06 PM

Details

Summary

Support for NS_MOREFRAG is broken, as NS_MOREFRAG is copied from the TX slot to the RX slot rather than the other way around. Also, the NS_MOREFRAG must be copied also in case of packet copy (no zerocopy).

Inspired by:
https://reviews.freebsd.org/D27877

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

vmaffione created this revision.

@rajesh1.kumar_amd.com
Thanks for testing, I'll push this right away.

This revision was not accepted when it landed; it landed in state Needs Review.Jan 7 2021, 7:07 AM
This revision was automatically updated to reflect the committed changes.