From: Chaoyong He <chaoyong.he@corigine.com>
To: dev@dpdk.org
Cc: oss-drivers@corigine.com, Chaoyong He <chaoyong.he@corigine.com>
Subject: [PATCH 0/4] add support of partial offload
Date: Sat, 10 Feb 2024 18:42:09 +0800 [thread overview]
Message-ID: <20240210104214.1248772-1-chaoyong.he@corigine.com> (raw)
This patch series aims to add support of partial offload for NFP PMD.
Long Wu (4):
net/nfp: support MARK flow action
net/nfp: add interface to check representor
net/nfp: representor adds RSS configuration
net/nfp: support RSS flow action
doc/guides/nics/features/nfp.ini | 1 +
drivers/common/nfp/nfp_common_ctrl.h | 1 +
drivers/net/nfp/flower/nfp_flower.c | 12 +-
drivers/net/nfp/flower/nfp_flower_cmsg.h | 16 ++
drivers/net/nfp/flower/nfp_flower_flow.c | 153 +++++++++++++++++-
drivers/net/nfp/flower/nfp_flower_flow.h | 8 +
.../net/nfp/flower/nfp_flower_representor.c | 19 +++
.../net/nfp/flower/nfp_flower_representor.h | 1 +
drivers/net/nfp/nfp_mtr.c | 2 +-
drivers/net/nfp/nfp_net_common.c | 27 ++--
drivers/net/nfp/nfp_net_common.h | 10 ++
11 files changed, 233 insertions(+), 17 deletions(-)
--
2.39.1
next reply other threads:[~2024-02-10 10:42 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-10 10:42 Chaoyong He [this message]
2024-02-10 10:42 ` [PATCH 1/4] net/nfp: support MARK flow action Chaoyong He
2024-02-10 10:42 ` [PATCH 2/4] net/nfp: add interface to check representor Chaoyong He
2024-02-12 16:24 ` Ferruh Yigit
2024-02-17 1:31 ` Chaoyong He
2024-02-10 10:42 ` [PATCH 3/4] net/nfp: representor adds RSS configuration Chaoyong He
2024-02-10 10:42 ` [PATCH 4/4] net/nfp: support RSS flow action Chaoyong He
2024-02-12 10:10 ` [PATCH 0/4] add support of partial offload David Marchand
2024-02-17 1:31 ` Chaoyong He
2024-02-23 2:42 ` [PATCH v2 0/4] add support of MARK and RSS flow action Chaoyong He
2024-02-23 2:42 ` [PATCH v2 1/4] ethdev: add function to check representor port Chaoyong He
2024-02-23 9:29 ` Ferruh Yigit
2024-02-23 2:42 ` [PATCH v2 2/4] net/nfp: support MARK flow action Chaoyong He
2024-02-23 2:42 ` [PATCH v2 3/4] net/nfp: add representor RSS configuration Chaoyong He
2024-02-23 2:42 ` [PATCH v2 4/4] net/nfp: support RSS flow action Chaoyong He
2024-02-26 1:44 ` [PATCH v3 0/4] add support of MARK and " Chaoyong He
2024-02-26 1:44 ` [PATCH v3 1/4] ethdev: add function to check representor port Chaoyong He
2024-02-26 14:31 ` Ferruh Yigit
2024-02-26 1:44 ` [PATCH v3 2/4] net/nfp: support MARK flow action Chaoyong He
2024-02-26 1:44 ` [PATCH v3 3/4] net/nfp: add representor RSS configuration Chaoyong He
2024-02-26 1:45 ` [PATCH v3 4/4] net/nfp: support RSS flow action Chaoyong He
2024-02-26 14:31 ` [PATCH v3 0/4] add support of MARK and " 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=20240210104214.1248772-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).