All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: Jingjing Wu <jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: [PATCH][PMD][GENERIC_FILTER] add NIC filters support for generic filter feature
Date: Mon, 19 May 2014 12:17:12 +0200	[thread overview]
Message-ID: <2436549.UhLCUXjEFZ@xps13> (raw)
In-Reply-To: <1400319309-25231-1-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

Hi Jingjing,

2014-05-17 17:35, Jingjing Wu:
> A generic filter mechanism for handling special packet is required. It will
> allows filters  to be set in HW when available for so that specific packets
> may be filtered by NICs to specific desriptor queues for processing.
> Currently only the Flow Director for Intel's 10GbE 82599 devices is
> available. Other types of filter  are not supported.
> 
> This pacth adds following NIC filters used to assign different packets to
> certain receive queues. ethertype filter/syn filter/2tuple filter/flex
> filter for E1000(82580, i350) ethertype filter/syn filter/5tuple filter for
> 10G(82599)
> 
> Signed-off-by: jingjing.wu <jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> ---
>  app/test-pmd/cmdline.c              | 905
> +++++++++++++++++++++++++++++++++++- app/test-pmd/config.c               |
> 143 ++++++
>  app/test-pmd/testpmd.h              |   6 +
>  lib/librte_ether/rte_ethdev.c       | 300 ++++++++++++
>  lib/librte_ether/rte_ethdev.h       | 429 ++++++++++++++++-
>  lib/librte_pmd_e1000/e1000_ethdev.h |  38 ++
>  lib/librte_pmd_e1000/igb_ethdev.c   | 512 ++++++++++++++++++++
>  lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 365 +++++++++++++++
>  lib/librte_pmd_ixgbe/ixgbe_ethdev.h |  33 ++
>  9 files changed, 2729 insertions(+), 2 deletions(-)

It would be really easier to review if you split it in 4 parts:
- ethdev API
- igb implementation
- ixgbe implementation
- testpmd

Thanks
-- 
Thomas

  parent reply	other threads:[~2014-05-19 10:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-17  9:35 [PATCH][PMD][GENERIC_FILTER] add NIC filters support for generic filter feature Jingjing Wu
     [not found] ` <1400319309-25231-1-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-05-19 10:17   ` Thomas Monjalon [this message]
2014-05-20  0:55     ` Wu, Jingjing

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=2436549.UhLCUXjEFZ@xps13 \
    --to=thomas.monjalon-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.