Page MenuHomeFreeBSD

ixl: Add MAC+VLAN filter for LAA MAC assignment
ClosedPublic

Authored by erj on Jul 16 2015, 10:22 PM.
Referenced Files
F82079441: D3111.diff
Thu, Apr 25, 7:45 AM
Unknown Object (File)
Sun, Apr 21, 9:21 PM
Unknown Object (File)
Thu, Apr 4, 9:16 PM
Unknown Object (File)
Thu, Apr 4, 7:03 PM
Unknown Object (File)
Thu, Apr 4, 5:38 PM
Unknown Object (File)
Dec 24 2023, 8:02 PM
Unknown Object (File)
Nov 6 2023, 7:27 AM
Unknown Object (File)
Nov 6 2023, 6:15 AM
Subscribers

Details

Reviewers
gnn
rstone
Summary

Fix for a customer issue:

  • Add required MAC/VLAN filter when adding an LAA
  • Fix bug where code did not check for I40E_SUCCESS from a successful i40e_validate_mac_address() call in init_locked(), when setting an LAA.

Patch submitted by: Greg Rose <gregory.v.rose@intel.com>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

erj retitled this revision from to ixl: Add MAC+VLAN filter for LAA MAC assignment.
erj updated this object.
erj edited the test plan for this revision. (Show Details)
erj added a reviewer: gnn.
erj set the repository for this revision to rS FreeBSD src repository - subversion.
erj added a project: network.
sys/dev/ixl/if_ixl.c
1145

the indendation looks like it went here

gnn edited edge metadata.
gnn added inline comments.
sys/dev/ixl/if_ixl.c
1145

I'd also add an extra pair of () around the == clause there.

This revision is now accepted and ready to land.Jul 17 2015, 1:21 AM
erj edited edge metadata.

Fix indentation and add parentheses around validate_mac_addr() check.

This revision now requires review to proceed.Jul 20 2015, 5:26 PM
gnn edited edge metadata.

Approved.

This revision is now accepted and ready to land.Jul 21 2015, 8:06 PM