Currently in Virtio driver without TSO/GSO features enabled, the max scatter gather segments for the TX path can be 4, which limits the support for 9K JUMBO frames. 9K JUMBO frames results in more than 4 scatter gather segments and virtio driver fails to send the frame down to host OS. With TSO/GSO feature enabled max scatter gather segments can be 64, then 9K JUMBO frames are fine, this is making virtio driver to support JUMBO frames only with TSO/GSO. Increasing the VTNET_MIN_TX_SEGS which is the case for non TSO/GSO to 32 to support upto 64K JUMBO frames to Host.
Details
Details
- Reviewers
bryanv hiren adrian - Commits
- rS321679: vtnet: Support jumbo frames without TSO/GSO
Verified the 64K JUMBO frames transmission between FreeBSD guest OS and Yocto Linux Host OS.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Thanks a lot Adrian. I am waiting for Bryan's comments. Yes, need your help in committing.
Cheers,
Lohith