mbox series

[net-next,0/5] sfc: add basic flower matches to offload

Message ID cover.1666603600.git.ecree.xilinx@gmail.com (mailing list archive)
Headers show
Series sfc: add basic flower matches to offload | expand

Message

edward.cree@amd.com Oct. 24, 2022, 9:29 a.m. UTC
From: Edward Cree <ecree.xilinx@gmail.com>

Support offloading TC flower rules with matches on L2-L4 fields.

Edward Cree (5):
  sfc: check recirc_id match caps before MAE offload
  sfc: add Layer 2 matches to ef100 TC offload
  sfc: add Layer 3 matches to ef100 TC offload
  sfc: add Layer 3 flag matches to ef100 TC offload
  sfc: add Layer 4 matches to ef100 TC offload

 drivers/net/ethernet/sfc/mae.c  | 132 ++++++++++++++++++++++++++++++
 drivers/net/ethernet/sfc/mcdi.h |  12 +++
 drivers/net/ethernet/sfc/tc.c   | 137 +++++++++++++++++++++++++++++---
 drivers/net/ethernet/sfc/tc.h   |  16 ++++
 4 files changed, 286 insertions(+), 11 deletions(-)