DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ting Xu <ting.xu@intel.com>
To: dev@dpdk.org
Cc: qi.z.zhang@intel.com, qiming.yang@intel.com,
	jingjing.wu@intel.com, beilei.xing@intel.com,
	marko.kovacevic@intel.com, john.mcnamara@intel.com
Subject: [dpdk-dev] [RFC PATCH 0/3] enable multiple DCF and buildin recipe
Date: Sat,  6 Jun 2020 13:50:55 +0000	[thread overview]
Message-ID: <20200606135058.112697-1-ting.xu@intel.com> (raw)

This RFC patchset adds the support to enable multiple DCF instance,
add buildin recipe to accelerate specific flow creating with custom
DDP package and support flow flush in DCF.

---
This patchset depends on the patch:
net/ice: support orignal VF action for DCF
---

Qi Zhang (3):
  drivers: add flow flush for DCF
  drivers/net: support multiple DCF instance
  net/ice: enable buildin recipe 10 for custom DDP package

 doc/guides/nics/ice.rst             |   8 ++
 drivers/common/iavf/virtchnl.h      |   4 +-
 drivers/net/iavf/iavf_ethdev.c      |   2 +-
 drivers/net/ice/base/ice_common.c   |  25 ++++++
 drivers/net/ice/base/ice_switch.c   |  55 ++++++++++++-
 drivers/net/ice/base/ice_type.h     |   2 +
 drivers/net/ice/ice_dcf.c           |  22 +++++-
 drivers/net/ice/ice_dcf.h           |   2 +
 drivers/net/ice/ice_dcf_ethdev.c    | 118 +++++++++++++++++++---------
 drivers/net/ice/ice_dcf_parent.c    |   3 +
 drivers/net/ice/ice_generic_flow.c  |   7 ++
 drivers/net/ice/ice_switch_filter.c |   8 +-
 12 files changed, 209 insertions(+), 47 deletions(-)

-- 
2.17.1


             reply	other threads:[~2020-06-06  5:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-06 13:50 Ting Xu [this message]
2020-06-06 13:50 ` [dpdk-dev] [RFC PATCH 1/3] drivers: add flow flush for DCF Ting Xu
2020-06-06 13:50 ` [dpdk-dev] [RFC PATCH 2/3] drivers/net: support multiple DCF instance Ting Xu
2020-06-06 13:50 ` [dpdk-dev] [RFC PATCH 3/3] net/ice: enable buildin recipe 10 for custom DDP package Ting Xu

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=20200606135058.112697-1-ting.xu@intel.com \
    --to=ting.xu@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@intel.com \
    --cc=john.mcnamara@intel.com \
    --cc=marko.kovacevic@intel.com \
    --cc=qi.z.zhang@intel.com \
    --cc=qiming.yang@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).