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)
Mon, Dec 9, 12:20 PM
Unknown Object (File)
Oct 4 2024, 8:52 PM
Unknown Object (File)
Oct 2 2024, 4:23 AM
Unknown Object (File)
Sep 28 2024, 4:34 PM
Unknown Object (File)
Sep 28 2024, 1:50 AM
Unknown Object (File)
Sep 8 2024, 9:06 PM
Unknown Object (File)
Sep 8 2024, 12:46 PM
Unknown Object (File)
Sep 8 2024, 9:50 AM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35881
Build 32770: arc lint + arc unit

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.