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)
Fri, Apr 5, 12:09 AM
Unknown Object (File)
Thu, Apr 4, 11:47 PM
Unknown Object (File)
Feb 10 2024, 1:15 AM
Unknown Object (File)
Dec 20 2023, 5:56 AM
Unknown Object (File)
Dec 18 2023, 1:05 PM
Unknown Object (File)
Dec 12 2023, 10:06 AM
Unknown Object (File)
Oct 9 2023, 2:26 AM
Unknown Object (File)
Aug 11 2023, 11:32 AM

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 Skipped
Unit
Tests Skipped

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.