DPDK patches and discussions
 help / color / mirror / Atom feed
From: Beilei Xing <beilei.xing@intel.com>
To: jingjing.wu@intel.com
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v3 0/4] net/i40e: add advanced features for FDIR
Date: Fri,  9 Jun 2017 16:21:19 +0800	[thread overview]
Message-ID: <1496996483-24620-1-git-send-email-beilei.xing@intel.com> (raw)
In-Reply-To: <1496822996-26398-1-git-send-email-beilei.xing@intel.com>

1. Support flexible payload
2. Support reconfiguration of input set
3. Add new supported patterns
4. Add ether pattern support

v2 changes:
 - Add ether pattern support for FDIR.
 - Split function of configuring flex pit and flex mask.
v3 changes:
 - fix icc build error.

Beilei Xing (4):
  net/i40e: support flexible payload parsing for FDIR
  net/i40e: support input set selection for FDIR
  net/i40e: update supported patterns for FDIR
  net/i40e: support ether pattern for FDIR

 drivers/net/i40e/i40e_ethdev.c |    8 +-
 drivers/net/i40e/i40e_ethdev.h |   31 +
 drivers/net/i40e/i40e_fdir.c   |   19 -
 drivers/net/i40e/i40e_flow.c   | 2254 +++++++++++++++++++++++++++++++++++-----
 4 files changed, 2012 insertions(+), 300 deletions(-)

-- 
2.5.5

  parent reply	other threads:[~2017-06-09  8:25 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24  6:10 [dpdk-dev] [PATCH 0/3] " Beilei Xing
2017-05-24  6:10 ` [dpdk-dev] [PATCH 1/3] net/i40e: support flexible payload parsing " Beilei Xing
2017-06-06  7:46   ` Lu, Wenzhuo
2017-06-06  7:58     ` Xing, Beilei
2017-05-24  6:10 ` [dpdk-dev] [PATCH 2/3] net/i40e: support input set selection " Beilei Xing
2017-06-06  8:04   ` Lu, Wenzhuo
2017-05-24  6:10 ` [dpdk-dev] [PATCH 3/3] net/i40e: update supported patterns " Beilei Xing
2017-06-06  8:32   ` Lu, Wenzhuo
2017-06-07  8:09 ` [dpdk-dev] [PATCH v2 0/4] net/i40e: add advanced features " Beilei Xing
2017-06-07  8:09   ` [dpdk-dev] [PATCH v2 1/4] net/i40e: support flexible payload parsing " Beilei Xing
2017-06-08  2:48     ` Lu, Wenzhuo
2017-06-08 10:02     ` Ferruh Yigit
2017-06-07  8:09   ` [dpdk-dev] [PATCH v2 2/4] net/i40e: support input set selection " Beilei Xing
2017-06-07  8:09   ` [dpdk-dev] [PATCH v2 3/4] net/i40e: update supported patterns " Beilei Xing
2017-06-07  8:09   ` [dpdk-dev] [PATCH v2 4/4] net/i40e: support ether pattern " Beilei Xing
2017-06-08  2:59     ` Lu, Wenzhuo
2017-06-09  8:21   ` Beilei Xing [this message]
2017-06-09  8:21     ` [dpdk-dev] [PATCH v3 1/4] net/i40e: support flexible payload parsing " Beilei Xing
2017-06-09  8:21     ` [dpdk-dev] [PATCH v3 2/4] net/i40e: support input set selection " Beilei Xing
2017-06-09  8:21     ` [dpdk-dev] [PATCH v3 3/4] net/i40e: update supported patterns " Beilei Xing
2017-06-09  8:21     ` [dpdk-dev] [PATCH v3 4/4] net/i40e: support ether pattern " Beilei Xing
2017-06-09 10:59     ` [dpdk-dev] [PATCH v3 0/4] net/i40e: add advanced features " 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=1496996483-24620-1-git-send-email-beilei.xing@intel.com \
    --to=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=jingjing.wu@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).