Page MenuHomeFreeBSD

ixl(4): Fix VLAN HW filtering
ClosedPublic

Authored by krzysztof.galazka_intel.com on Jan 13 2021, 3:42 PM.
Tags
None
Referenced Files
F110700996: D28137.diff
Sat, Feb 22, 1:52 AM
Unknown Object (File)
Fri, Feb 21, 7:03 PM
Unknown Object (File)
Mon, Feb 10, 12:33 AM
Unknown Object (File)
Mon, Feb 10, 12:33 AM
Unknown Object (File)
Mon, Feb 10, 12:32 AM
Unknown Object (File)
Sat, Jan 25, 7:17 PM
Unknown Object (File)
Sat, Jan 25, 7:16 PM
Unknown Object (File)
Fri, Jan 24, 5:09 PM
Subscribers

Details

Summary

X700 family of controllers has limited number of available VLAN
HW filters. Driver did not handle properly a case when user
assigned more VLANs to the interface which had all filters
already in use. Fix that by disabling HW filtering when
it is impossible to create filters for all requested VLANs.
Keep track of registered VLANs using bitstring to be able
to re-enable HW filtering when number of requested VLANs
drops below the limit.

Also switch all allocations to use M_IXL malloc type
to ease detecting memory leaks in the driver.

Diff Detail

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