DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] net/cpfl: add basic support for rte_flow
@ 2023-08-11  9:30 Wenjing Qiao
  2023-08-11  9:30 ` [PATCH 1/4] net/cpfl: parse flow parser file in devargs Wenjing Qiao
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Wenjing Qiao @ 2023-08-11  9:30 UTC (permalink / raw)
  To: yuying.zhang, beilei.xing; +Cc: dev, mingxia.liu, Wenjing Qiao

This patchset adds basic support for rte_flow.
---
Depends-on: series-29139 ("net/cpfl: support port representor")

Wenjing Qiao (4):
  net/cpfl: parse flow parser file in devargs
  net/cpfl: add flow json parser
  net/cpfl: introduce CPF common library
  net/cpfl: setup ctrl path

 drivers/net/cpfl/cpfl_actions.h     |  858 +++++++++++++
 drivers/net/cpfl/cpfl_controlq.c    |  380 ++++++
 drivers/net/cpfl/cpfl_controlq.h    |   51 +
 drivers/net/cpfl/cpfl_ethdev.c      |  300 ++++-
 drivers/net/cpfl/cpfl_ethdev.h      |   17 +
 drivers/net/cpfl/cpfl_flow_parser.c | 1758 +++++++++++++++++++++++++++
 drivers/net/cpfl/cpfl_flow_parser.h |  205 ++++
 drivers/net/cpfl/cpfl_rules.c       |  126 ++
 drivers/net/cpfl/cpfl_rules.h       |  306 +++++
 drivers/net/cpfl/cpfl_vchnl.c       |  144 +++
 drivers/net/cpfl/meson.build        |   11 +
 11 files changed, 4152 insertions(+), 4 deletions(-)
 create mode 100644 drivers/net/cpfl/cpfl_actions.h
 create mode 100644 drivers/net/cpfl/cpfl_controlq.c
 create mode 100644 drivers/net/cpfl/cpfl_controlq.h
 create mode 100644 drivers/net/cpfl/cpfl_flow_parser.c
 create mode 100644 drivers/net/cpfl/cpfl_flow_parser.h
 create mode 100644 drivers/net/cpfl/cpfl_rules.c
 create mode 100644 drivers/net/cpfl/cpfl_rules.h

-- 
2.34.1


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

end of thread, other threads:[~2023-09-01  8:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-11  9:30 [PATCH 0/4] net/cpfl: add basic support for rte_flow Wenjing Qiao
2023-08-11  9:30 ` [PATCH 1/4] net/cpfl: parse flow parser file in devargs Wenjing Qiao
2023-08-11 10:00   ` [PATCH v2 0/4] net/cpfl: add basic support for rte_flow Wenjing Qiao
2023-08-11 10:00   ` [PATCH v2 1/4] net/cpfl: parse flow parser file in devargs Wenjing Qiao
2023-08-24  3:15     ` Xing, Beilei
2023-08-11 10:00   ` [PATCH v2 2/4] net/cpfl: add flow json parser Wenjing Qiao
2023-08-24  7:25     ` Xing, Beilei
2023-08-11 10:00   ` [PATCH v2 3/4] net/cpfl: introduce CPF common library Wenjing Qiao
2023-08-11 10:00   ` [PATCH v2 4/4] net/cpfl: setup ctrl path Wenjing Qiao
2023-08-11  9:30 ` [PATCH 2/4] net/cpfl: add flow json parser Wenjing Qiao
2023-08-11  9:30 ` [PATCH 3/4] net/cpfl: introduce CPF common library Wenjing Qiao
2023-08-24  9:19   ` Xing, Beilei
2023-09-01  8:14     ` Qiao, Wenjing
2023-08-11  9:30 ` [PATCH 4/4] net/cpfl: setup ctrl path Wenjing Qiao
2023-08-24  9:15   ` Xing, Beilei

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).