dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] net/cpfl: support flow offloading for P4
@ 2023-12-22 10:08 wenjing.qiao
  2023-12-22 10:08 ` [PATCH 1/2] net/cpfl: parse flow offloading hint from P4 context file wenjing.qiao
  2023-12-22 10:08 ` [PATCH " wenjing.qiao
  0 siblings, 2 replies; 8+ messages in thread
From: wenjing.qiao @ 2023-12-22 10:08 UTC (permalink / raw)
  To: jingjing.wu, beilei.xing, qi.z.zhang; +Cc: dev, Wenjing Qiao

From: Wenjing Qiao <wenjing.qiao@intel.com>

Enable TDI flow engine which can program hardware offloading rules
for a P4 programmable network controller.

Wenjing Qiao (2):
  net/cpfl: parse flow offloading hint from P4 context file
  net/cpfl: add TDI to flow engine

 doc/guides/nics/cpfl.rst                |   10 +
 doc/guides/nics/features/cpfl.ini       |    1 +
 drivers/net/cpfl/cpfl_ethdev.h          |   17 +-
 drivers/net/cpfl/cpfl_flow.c            |   13 +-
 drivers/net/cpfl/cpfl_flow.h            |    1 +
 drivers/net/cpfl/cpfl_flow_engine_fxp.c |   21 +-
 drivers/net/cpfl/cpfl_flow_parser.c     |   68 +-
 drivers/net/cpfl/cpfl_flow_parser.h     |    2 +-
 drivers/net/cpfl/cpfl_fxp_rule.h        |   12 +
 drivers/net/cpfl/cpfl_tdi.c             | 1244 ++++++++++++++++
 drivers/net/cpfl/cpfl_tdi.h             |  123 ++
 drivers/net/cpfl/cpfl_tdi_parser.c      | 1715 +++++++++++++++++++++++
 drivers/net/cpfl/cpfl_tdi_parser.h      |  293 ++++
 drivers/net/cpfl/meson.build            |    2 +
 14 files changed, 3488 insertions(+), 34 deletions(-)
 create mode 100644 drivers/net/cpfl/cpfl_tdi.c
 create mode 100644 drivers/net/cpfl/cpfl_tdi.h
 create mode 100644 drivers/net/cpfl/cpfl_tdi_parser.c
 create mode 100644 drivers/net/cpfl/cpfl_tdi_parser.h

-- 
2.34.1


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

end of thread, other threads:[~2024-02-14 17:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-22 10:08 [PATCH 0/2] net/cpfl: support flow offloading for P4 wenjing.qiao
2023-12-22 10:08 ` [PATCH 1/2] net/cpfl: parse flow offloading hint from P4 context file wenjing.qiao
2024-01-05  8:16   ` [PATCH v2 0/2] net/cpfl: support flow offloading for P4 wenjing.qiao
2024-01-05  8:16   ` [PATCH v2 1/2] net/cpfl: parse flow offloading hint from P4 context file wenjing.qiao
2024-02-09 16:20     ` Medvedkin, Vladimir
2024-01-05  8:16   ` [PATCH v2 2/2] net/cpfl: add TDI to flow engine wenjing.qiao
2024-02-14 17:21     ` Medvedkin, Vladimir
2023-12-22 10:08 ` [PATCH " wenjing.qiao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).