]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sfc-tc-offload'
authorDavid S. Miller <davem@davemloft.net>
Wed, 28 Sep 2022 08:43:22 +0000 (09:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Sep 2022 08:43:22 +0000 (09:43 +0100)
commitf789b0d5829176d8cf397c2b77e31e1f05aa29b7
treec10d2d1129abd5d32d75c6b7171b1a035ce55186
parentbe7d048527ec5b1ed1bef06f1d39dbecbae192ee
parent4d75040ed429dfd0199b3ce94214e9b736c7f36a
Merge branch 'sfc-tc-offload'

Edward Cree says:

====================
sfc: bare bones TC offload

This series begins the work of supporting TC flower offload on EF100 NICs.
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.
More matches, actions, and counters will be added in subsequent patches.

Changed in v2:
 - Add missing 'static' on declarations (kernel test robot, sparse)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>