aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
diff options
context:
space:
mode:
authorEdward Cree <[email protected]>2022-09-26 18:57:36 +0000
committerDavid S. Miller <[email protected]>2022-09-28 08:43:22 +0000
commitd902e1a737d44e678eeb981df11c842c2cc1db74 (patch)
treec10d2d1129abd5d32d75c6b7171b1a035ce55186 /drivers/net/xen-netback/interface.c
parentsfc: interrogate MAE capabilities at probe time (diff)
downloadkernel-d902e1a737d44e678eeb981df11c842c2cc1db74.tar.gz
kernel-d902e1a737d44e678eeb981df11c842c2cc1db74.zip
sfc: bare bones TC offload on EF100
This is the absolute minimum viable TC implementation to get traffic to VFs and allow them to be tested; it supports no match fields besides ingress port, no actions besides mirred and drop, and no stats. Example usage: tc filter add dev $PF parent ffff: flower skip_sw \ action mirred egress mirror dev $VFREP tc filter add dev $VFREP parent ffff: flower skip_sw \ action mirred egress redirect dev $PF gives a VF unfiltered access to the network out the physical port ($PF acts here as a physical port representor). More matches, actions, and counters will be added in subsequent patches. Signed-off-by: Edward Cree <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'drivers/net/xen-netback/interface.c')
0 files changed, 0 insertions, 0 deletions