DPDK patches and discussions
 help / color / mirror / Atom feed
From: Wenjing Qiao <wenjing.qiao@intel.com>
To: yuying.zhang@intel.com, beilei.xing@intel.com
Cc: dev@dpdk.org, mingxia.liu@intel.com,
	Wenjing Qiao <wenjing.qiao@intel.com>
Subject: [PATCH 0/4] net/cpfl: add basic support for rte_flow
Date: Fri, 11 Aug 2023 09:30:29 +0000	[thread overview]
Message-ID: <20230811093032.2065099-1-wenjing.qiao@intel.com> (raw)

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


             reply	other threads:[~2023-08-11  9:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11  9:30 Wenjing Qiao [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230811093032.2065099-1-wenjing.qiao@intel.com \
    --to=wenjing.qiao@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=mingxia.liu@intel.com \
    --cc=yuying.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).