Page MenuHomeFreeBSD

if_vtnet: Add support for CTRL_GUEST_OFFLOADS feature
ClosedPublic

Authored by bryanv on Jan 2 2021, 9:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 24, 11:19 AM
Unknown Object (File)
Fri, May 17, 3:56 AM
Unknown Object (File)
Thu, May 9, 3:57 PM
Unknown Object (File)
Thu, May 9, 10:12 AM
Unknown Object (File)
Thu, May 9, 2:34 AM
Unknown Object (File)
Tue, May 7, 5:12 AM
Unknown Object (File)
Apr 7 2024, 12:44 PM
Unknown Object (File)
Mar 28 2024, 11:21 PM
Subscribers

Details

Summary

This allows the Rx checksum and LRO to be modified without a full
reinit of the device.

Remove IFCAP_RXCSUM_IPV6 from the interface capabilities since in
VirtIO Rx checksums are just enabled or disabled for all protocols.

Properly update IFCAP_LRO if LRO is becomes disabled when Rx
checksums are disabled.

Diff Detail

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

Event Timeline

bryanv held this revision as a draft.
bryanv published this revision for review.Jan 2 2021, 10:02 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 19 2021, 5:12 AM
This revision was automatically updated to reflect the committed changes.