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 v3 0/4] add support of MARK and RSS flow action
Date: Mon, 26 Feb 2024 09:44:56 +0800	[thread overview]
Message-ID: <20240226014500.3537561-1-chaoyong.he@corigine.com> (raw)
In-Reply-To: <20240223024217.3052031-1-chaoyong.he@corigine.com>

This patch series add the support of MARK and RSS flow action for NFP
PMD, also add a new function to help check if a device is representor
port.

---
v2:
* Modify the title and description of patch series to make it more
 clear.
* Add a new function to ethdev library, PMDs can use it to check if a
* device is representor port.
v3:
* Drop the update of release notes.
* Replace two more instance in 'rte_class_eth.c' with the new add helper
 function.
---

Long Wu (4):
  ethdev: add function to check representor port
  net/nfp: support MARK flow action
  net/nfp: add representor 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/bnxt/bnxt.h                       |   3 -
 drivers/net/bnxt/bnxt_ethdev.c                |   4 +-
 drivers/net/bnxt/tf_ulp/bnxt_tf_pmd_shim.c    |  12 +-
 drivers/net/bnxt/tf_ulp/bnxt_ulp.c            |   4 +-
 drivers/net/bnxt/tf_ulp/ulp_def_rules.c       |   4 +-
 drivers/net/cpfl/cpfl_representor.c           |   2 +-
 drivers/net/enic/enic.h                       |   5 -
 drivers/net/enic/enic_ethdev.c                |   2 +-
 drivers/net/enic/enic_fm_flow.c               |  20 +--
 drivers/net/enic/enic_main.c                  |   4 +-
 drivers/net/i40e/i40e_ethdev.c                |   2 +-
 drivers/net/ice/ice_dcf_ethdev.c              |   2 +-
 drivers/net/ixgbe/ixgbe_ethdev.c              |   2 +-
 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              |  21 +--
 drivers/net/nfp/nfp_net_common.h              |   9 ++
 drivers/net/nfp/nfp_net_flow.c                |   2 +-
 lib/ethdev/ethdev_driver.h                    |  17 ++
 lib/ethdev/rte_class_eth.c                    |   4 +-
 27 files changed, 275 insertions(+), 57 deletions(-)

-- 
2.39.1


  parent reply	other threads:[~2024-02-26  1:45 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-10 10:42 [PATCH 0/4] add support of partial offload Chaoyong He
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   ` Chaoyong He [this message]
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=20240226014500.3537561-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).