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)
Tue, Mar 4, 7:39 PM
Unknown Object (File)
Wed, Feb 12, 9:49 AM
Unknown Object (File)
Feb 10 2025, 7:20 AM
Unknown Object (File)
Jan 29 2025, 11:11 AM
Unknown Object (File)
Jan 28 2025, 2:08 AM
Unknown Object (File)
Jan 27 2025, 7:09 PM
Unknown Object (File)
Jan 27 2025, 5:53 AM
Unknown Object (File)
Jan 11 2025, 2:46 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.