DPDK patches and discussions
 help / color / mirror / Atom feed
From: Vladimir Medvedkin <medvedkinv@gmail.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v2 0/3] ixgbe: Add L2 Ethertype, SYN and Five tuple queue filters
Date: Wed,  4 Jun 2014 11:18:39 -0400	[thread overview]
Message-ID: <1401895122-7895-1-git-send-email-medvedkinv@gmail.com> (raw)

This patchset adds in addition to the Flow Director filters L2 Ethertype, SYN and Five tuple queue filters to route packets according to ethertype, l4 proto,
source/destination ip/ports pool and presence of SYN flag in TCP packet.
Unlike http://dpdk.org/ml/archives/dev/2014-May/002512.html this gives capability to work with pools.
This patch functionality can be merged with the patch above.

V2 changes:
* Fixing various checkpatch.pl errors 

Vladimir Medvedkin (3):
  ixgbe: Add L2 ethertype filter for ixgbe
  ixgbe: Add syn queue filter for ixgbe
  ixgbe: Add five tuple filter for ixgbe

 lib/librte_ether/rte_ethdev.c           | 228 ++++++++++++++++++++++++++
 lib/librte_ether/rte_ethdev.h           | 237 +++++++++++++++++++++++++++
 lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h |  20 +++
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c     | 273 ++++++++++++++++++++++++++++++++
 4 files changed, 758 insertions(+)

-- 
1.8.3.2

             reply	other threads:[~2014-06-04 15:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-04 15:18 Vladimir Medvedkin [this message]
2014-06-04 15:18 ` [dpdk-dev] [PATCH v2 1/3] ixgbe: Add L2 ethertype filter for ixgbe Vladimir Medvedkin
2014-06-04 15:18 ` [dpdk-dev] [PATCH v2 2/3] ixgbe: Add syn queue " Vladimir Medvedkin
2014-06-04 15:18 ` [dpdk-dev] [PATCH v2 3/3] ixgbe: Add five tuple " Vladimir Medvedkin

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=1401895122-7895-1-git-send-email-medvedkinv@gmail.com \
    --to=medvedkinv@gmail.com \
    --cc=dev@dpdk.org \
    /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).