Page MenuHomeFreeBSD

sfxge(4): update unicast filter insertion algorithm
ClosedPublic

Authored by arybchik on May 10 2016, 8:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 13, 6:57 PM
Unknown Object (File)
Thu, Jan 9, 12:23 AM
Unknown Object (File)
Tue, Dec 24, 5:52 PM
Unknown Object (File)
Oct 9 2024, 1:44 AM
Unknown Object (File)
Oct 1 2024, 3:40 PM
Unknown Object (File)
Sep 27 2024, 7:13 AM
Unknown Object (File)
Sep 21 2024, 6:29 AM
Unknown Object (File)
Sep 8 2024, 5:45 PM
Subscribers

Details

Summary

As unicast filters are not chained, we should always try to insert the
specific filter for our MAC address, and then try to insert the unicast
mis-match filter if that fails or all unicast has been requested.

Submitted by: Mark Spender <mspender at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
MFC after: 1 week

Test Plan

Build tested, driver loaded/unloaded, traffic works.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arybchik retitled this revision from to sfxge(4): update unicast filter insertion algorithm.
arybchik updated this object.
arybchik edited the test plan for this revision. (Show Details)
arybchik added reviewers: gnn, philip, np, bz.
This revision was automatically updated to reflect the committed changes.