]> Git Repo - linux.git/commit
net: dsa: bcm_sf2: Add support for ethtool::rxnfc
authorFlorian Fainelli <[email protected]>
Mon, 30 Jan 2017 17:48:43 +0000 (09:48 -0800)
committerDavid S. Miller <[email protected]>
Mon, 30 Jan 2017 19:49:58 +0000 (14:49 -0500)
commit7318166cacad158b46240f66250d7cc5a481653b
tree3362ad3da2cbfccbc591a04a47d9e5846a0e620f
parent853458087ef0e5300fa978dccef40b73d411c6e6
net: dsa: bcm_sf2: Add support for ethtool::rxnfc

Add support for configuring classification rules using the
ethtool::rxnfc API.  This is useful to program the switch's CFP/TCAM to
redirect specific packets to specific ports/queues for instance. For
now, we allow any kind of IPv4 5-tuple matching.

Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/dsa/Makefile
drivers/net/dsa/bcm_sf2.c
drivers/net/dsa/bcm_sf2.h
drivers/net/dsa/bcm_sf2_cfp.c [new file with mode: 0644]
This page took 0.051462 seconds and 4 git commands to generate.