]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Fix the reported priorities of different filter types
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 24 Aug 2012 19:12:20 +0000 (20:12 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Tue, 2 Oct 2012 00:58:42 +0000 (01:58 +0100)
commit0123bba4792e5aff763ce2cae52a925c40f929f6
tree4543fbc8a4ac5f7c823337f15642898e2f5ac881
parent68784533f4fb747e27c08541c3df3def8013864c
sfc: Fix the reported priorities of different filter types

Each RX filter table contains filters with two different levels of
specificity: TCP/IPv4 and UDP/IPv4 filters match the local address and
port and optionally the remote address and port; Ethernet filters
match the local address and optionally the VID.  The more specific
filters always override less specific filters within the same table,
and should be numbered accordingly.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/filter.c