]> 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)
commitb9a5cbf8ba24e88071a97a51a09ef5cdf0d1f6a1
treec10d2d1129abd5d32d75c6b7171b1a035ce55186
parentc87e4ad1d3a09504de0e573ff3a2ee3f04a24642
parentd902e1a737d44e678eeb981df11c842c2cc1db74
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>