DPDK patches and discussions
 help / color / mirror / Atom feed
From: Yahui Cao <yahui.cao@intel.com>
To: Qiming Yang <qiming.yang@intel.com>, Wenzhuo Lu <wenzhuo.lu@intel.com>
Cc: dev@dpdk.org, Qi Zhang <qi.z.zhang@intel.com>,
	Xiaolong Ye <xiaolong.ye@intel.com>,
	Beilei Xing <beilei.xing@intel.com>,
	Yahui Cao <yahui.cao@intel.com>
Subject: [dpdk-dev] [PATCH 0/7] net/ice: add ice Flow Director driver
Date: Tue, 24 Sep 2019 10:10:33 +0800	[thread overview]
Message-ID: <20190924021040.77648-1-yahui.cao@intel.com> (raw)

This patch series adds Flow Director support for Intel Ethernet
Controller E810 series using RTE_FLOW

- Patch 01-02 are FDIR init,teardown and configuration
- Remaining patches are FDIR RTE_FLOW enablement

The patchset depends on:
http://patchwork.dpdk.org/project/dpdk/list/?series=6420
---
v2:
* Move to flexible descriptor.
* Distinguish tunnel and non-tunnel rule
* Add uninit function for fdir engine
* Fix coding style
* Change patch organization

Beilei Xing (2):
  net/ice: enable flow director engine
  net/ice: configure HW FDIR rule

Yahui Cao (5):
  net/ice: add FDIR create and destroy
  net/ice: enable FDIR queue group
  net/ice: add FDIR counter resource init/release
  net/ice: add FDIR counter support for flow id
  net/ice: reject duplicate flow for FDIR

 doc/guides/rel_notes/release_19_11.rst |    1 +
 drivers/net/ice/Makefile               |    1 +
 drivers/net/ice/ice_ethdev.c           |  107 +-
 drivers/net/ice/ice_ethdev.h           |   82 ++
 drivers/net/ice/ice_fdir_filter.c      | 1551 ++++++++++++++++++++++++
 drivers/net/ice/ice_rxtx.c             |  446 ++++++-
 drivers/net/ice/ice_rxtx.h             |    9 +
 drivers/net/ice/meson.build            |    3 +-
 8 files changed, 2177 insertions(+), 23 deletions(-)
 create mode 100644 drivers/net/ice/ice_fdir_filter.c

-- 
2.17.1


             reply	other threads:[~2019-09-23 18:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-24  2:10 Yahui Cao [this message]
2019-09-24  2:10 ` [dpdk-dev] [PATCH 1/7] net/ice: enable flow director engine Yahui Cao
2019-09-24  2:10 ` [dpdk-dev] [PATCH 2/7] net/ice: configure HW FDIR rule Yahui Cao
2019-09-24  2:10 ` [dpdk-dev] [PATCH 3/7] net/ice: add FDIR create and destroy Yahui Cao
2019-09-24  2:10 ` [dpdk-dev] [PATCH 4/7] net/ice: enable FDIR queue group Yahui Cao
2019-09-24  2:10 ` [dpdk-dev] [PATCH 5/7] net/ice: add FDIR counter resource init/release Yahui Cao
2019-09-24  2:10 ` [dpdk-dev] [PATCH 6/7] net/ice: add FDIR counter support for flow id Yahui Cao
2019-09-24  2:10 ` [dpdk-dev] [PATCH 7/7] net/ice: reject duplicate flow for FDIR Yahui Cao

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=20190924021040.77648-1-yahui.cao@intel.com \
    --to=yahui.cao@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=qiming.yang@intel.com \
    --cc=wenzhuo.lu@intel.com \
    --cc=xiaolong.ye@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).