DPDK patches and discussions
 help / color / mirror / Atom feed
From: Chaoyong He <chaoyong.he@corigine.com>
To: dev@dpdk.org
Cc: oss-drivers@corigine.com, Chaoyong He <chaoyong.he@corigine.com>
Subject: [PATCH v2 0/4] support offload of simple conntrack flow rules
Date: Wed,  4 Oct 2023 17:35:58 +0800	[thread overview]
Message-ID: <20231004093602.1278126-1-chaoyong.he@corigine.com> (raw)
In-Reply-To: <20230930100053.1227215-1-chaoyong.he@corigine.com>

This patch series add the support of simple conntrack flow rules offload
through flower firmware by import the needed data structure and logic of
flow merge.

---
v2:
* Fix one mis-spell in comment.
* Revise logic and document to solve the 'devtools/check-doc-vs-code.sh'
  warning.
* Adjust the commit message as the advice of reviewer.
---

Chaoyong He (4):
  net/nfp: prepare for the flow merge
  net/nfp: add infrastructure for conntrack flow merge
  net/nfp: add call to add and delete the flows to firmware
  net/nfp: add support for merged flows and conntrack stats

 doc/guides/nics/features/nfp.ini       |    2 +
 drivers/net/nfp/flower/nfp_conntrack.c | 1766 ++++++++++++++++++++++++
 drivers/net/nfp/flower/nfp_conntrack.h |   40 +
 drivers/net/nfp/meson.build            |    1 +
 drivers/net/nfp/nfp_flow.c             |  177 ++-
 drivers/net/nfp/nfp_flow.h             |   38 +
 6 files changed, 1995 insertions(+), 29 deletions(-)
 create mode 100644 drivers/net/nfp/flower/nfp_conntrack.c
 create mode 100644 drivers/net/nfp/flower/nfp_conntrack.h

-- 
2.39.1


  parent reply	other threads:[~2023-10-04  9:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-30 10:00 [PATCH " Chaoyong He
2023-09-30 10:00 ` [PATCH 1/4] net/nfp: prepare for the flow merge Chaoyong He
2023-09-30 10:00 ` [PATCH 2/4] net/nfp: add infrastructure for ct " Chaoyong He
2023-09-30 10:00 ` [PATCH 3/4] net/nfp: add call to add and delete the flows to firmware Chaoyong He
2023-09-30 10:00 ` [PATCH 4/4] net/nfp: add support for merged flows and conntrack stats Chaoyong He
2023-10-03 12:46 ` [PATCH 0/4] support offload of simple conntrack flow rules Ferruh Yigit
2023-10-04  9:35 ` Chaoyong He [this message]
2023-10-04  9:35   ` [PATCH v2 1/4] net/nfp: prepare for the flow merge Chaoyong He
2023-10-04  9:36   ` [PATCH v2 2/4] net/nfp: add infrastructure for conntrack " Chaoyong He
2023-10-04  9:36   ` [PATCH v2 3/4] net/nfp: add call to add and delete the flows to firmware Chaoyong He
2023-10-04  9:36   ` [PATCH v2 4/4] net/nfp: add support for merged flows and conntrack stats Chaoyong He
2023-10-04 11:55   ` [PATCH v2 0/4] support offload of simple conntrack flow rules Ferruh Yigit

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=20231004093602.1278126-1-chaoyong.he@corigine.com \
    --to=chaoyong.he@corigine.com \
    --cc=dev@dpdk.org \
    --cc=oss-drivers@corigine.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).