Some bnxt devices do not correctly send frames smaller than
52 bytes (without CRC), so add a quirk that will pad frames to an
arbitrary size before passing off to the encap routine.
Details
Details
Have Broadcom test with their broken hardware
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 13331 Build 13564: arc lint + arc unit
Event Timeline
Comment Actions
Thanks to Stephen,
Tested with Cumulus A0 NIC, test passed with this patch.
I'll delete the old workaround (used for padding) from driver.
Comment Actions
Committed as r326578 (which had the wrong Differential Revision of D13269 specified).