lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 24 Oct 2022 10:29:20 +0100 From: <edward.cree@....com> To: <netdev@...r.kernel.org>, <linux-net-drivers@....com> CC: <davem@...emloft.net>, <kuba@...nel.org>, <pabeni@...hat.com>, <edumazet@...gle.com>, <habetsm.xilinx@...il.com>, Edward Cree <ecree.xilinx@...il.com> Subject: [PATCH net-next 0/5] sfc: add basic flower matches to offload From: Edward Cree <ecree.xilinx@...il.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(-)
Powered by blists - more mailing lists