From: David S. Miller Date: Wed, 28 Sep 2022 08:43:22 +0000 (+0100) Subject: Merge branch 'sfc-tc-offload' X-Git-Tag: v6.1-rc5~319^2~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9a5cbf8ba24e88071a97a51a09ef5cdf0d1f6a1;p=platform%2Fkernel%2Flinux-starfive.git 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 --- b9a5cbf8ba24e88071a97a51a09ef5cdf0d1f6a1