public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] Packet classify by matching against SPI
@ 2023-07-31 11:34 Ratheesh Kannoth
  2023-07-31 11:34 ` [PATCH net-next 1/4] net: flow_dissector: Add IPSEC dissector Ratheesh Kannoth
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ratheesh Kannoth @ 2023-07-31 11:34 UTC (permalink / raw)
  To: netdev, linux-kernel
  Cc: sgoutham, lcherian, gakula, jerinj, hkelam, sbhatta, davem,
	edumazet, kuba, pabeni, jhs, xiyou.wangcong, jiri,
	Ratheesh Kannoth

1.  net: flow_dissector: Add IPSEC dissector.
Flow dissector patch reads IPSEC headers (ESP or AH)
from packet and retrieves the SPI header.

2. tc: flower: support for SPI.
TC control path changes to pass SPI field from userspace tools to
kernel.

3. tc: flower: Enable offload support IPSEC SPI field.
This patch enables offload flags for SPI.

4. octeontx2-pf: TC flower offload support for SPI field.
HW offload support for classification in octeontx2 driver.

 .../net/ethernet/marvell/octeontx2/af/mbox.h  |  4 ++
 .../net/ethernet/marvell/octeontx2/af/npc.h   |  1 +
 .../marvell/octeontx2/af/rvu_debugfs.c        |  4 ++
 .../marvell/octeontx2/af/rvu_npc_fs.c         | 11 ++++
 .../ethernet/marvell/octeontx2/nic/otx2_tc.c  | 27 ++++++++++
 include/net/flow_dissector.h                  |  9 ++++
 include/net/flow_offload.h                    |  6 +++
 include/uapi/linux/pkt_cls.h                  |  3 ++
 net/core/flow_dissector.c                     | 53 ++++++++++++++++++-
 net/core/flow_offload.c                       |  7 +++
 net/sched/cls_flower.c                        | 35 ++++++++++++
 11 files changed, 159 insertions(+), 1 deletion(-)

--
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-07-31 12:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-31 11:34 [PATCH net-next 0/4] Packet classify by matching against SPI Ratheesh Kannoth
2023-07-31 11:34 ` [PATCH net-next 1/4] net: flow_dissector: Add IPSEC dissector Ratheesh Kannoth
2023-07-31 11:34 ` [PATCH net-next 2/4] tc: flower: support for SPI Ratheesh Kannoth
2023-07-31 12:02   ` Leon Romanovsky
2023-07-31 11:34 ` [PATCH net-next 3/4] tc: flower: Enable offload support IPSEC SPI field Ratheesh Kannoth
2023-07-31 11:34 ` [PATCH net-next 4/4] octeontx2-pf: TC flower offload support for " Ratheesh Kannoth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox