All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Xu, HuilongX" <huilongx.xu@intel.com>
To: "Wu, Jingjing" <jingjing.wu@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [PATCH v2 0/4] extend flow director to support L2_paylod type
Date: Fri, 26 Jun 2015 02:26:20 +0000	[thread overview]
Message-ID: <DF2A19295B96364286FEB7F3DDA27A46011269C4@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <1434426227-5477-1-git-send-email-jingjing.wu@intel.com>

Tested-by:huilong,xu <huilongx.xu@intel.com>
Os: 3.11.10-301.fc20.x86_64
Gcc: gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC)
Package: d2c08067240baf27f2447bf4981b9ab58ce74d35 + l2payload patch
NIC: Intel Corporation Ethernet Controller XL710 for 40GbE QSFP+ [8086:1583]
Test case Summary: 1 case passed
Test sets:
1. build dpdk with x86_64 gcc target 
2. set hugpage and bind igb_uio to Fortville nic 
3. ./testpmd -c ffff -n 4 -- -I --portmask=0x3 --disable-rss --rxq=2 --txq=2 --nbcores=8 --pkt-filter-mode=perfect
4. exec testpmd cmdline
    a) set verbose 1
    b) set fwd rxonly
    c) flow_director_filter 0 add flow l2_payload ether 0x0806 flexbytes () fwd queue 1 fd 1
    d) start
5. send a arp package to port 0
6. testpmd print port 0 queue 1 received a pachage

  
> -----Original Message-----
> From: Wu, Jingjing
> Sent: Tuesday, June 16, 2015 11:44 AM
> To: dev@dpdk.org
> Cc: Wu, Jingjing; Zhang, Helin; Xu, HuilongX
> Subject: [PATCH v2 0/4] extend flow director to support L2_paylod type
> 
> This patch set extends flow director to support L2_paylod type in i40e
> driver.
> 
> v2 change:
>  - remove the flow director VF filtering from this patch to avoid breaking
> ABI.
> 
> Jingjing Wu (4):
>   ethdev: add struct rte_eth_l2_flow to support l2_payload flow type
>   i40e: extend flow diretcor to support l2_payload flow type
>   testpmd: extend commands
>   doc: extend commands in testpmd
> 
>  app/test-pmd/cmdline.c                      | 48
> +++++++++++++++++++++++++++--
>  doc/guides/testpmd_app_ug/testpmd_funcs.rst |  5 ++-
>  drivers/net/i40e/i40e_fdir.c                | 24 +++++++++++++--
>  lib/librte_ether/rte_eth_ctrl.h             |  8 +++++
>  4 files changed, 78 insertions(+), 7 deletions(-)
> 
> --
> 1.9.3

  parent reply	other threads:[~2015-06-26  2:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-11  3:46 [PATCH 0/6] extend flow director to support L2_paylod type and VF filtering in i40e driver Jingjing Wu
2015-05-11  3:46 ` [PATCH 1/6] ethdev: add struct rte_eth_l2_flow to support l2_payload flow type Jingjing Wu
2015-05-11  3:46 ` [PATCH 2/6] i40e: extend flow diretcor " Jingjing Wu
2015-05-11  3:46 ` [PATCH 3/6] ethdev: extend struct to support flow director in VFs Jingjing Wu
2015-06-12 16:45   ` Thomas Monjalon
2015-06-15  7:14     ` Wu, Jingjing
2015-05-11  3:46 ` [PATCH 4/6] i40e: extend flow diretcor to support filtering " Jingjing Wu
2015-05-11  3:46 ` [PATCH 5/6] testpmd: extend commands Jingjing Wu
2015-05-11  3:46 ` [PATCH 6/6] doc: extend commands in testpmd Jingjing Wu
2015-06-02  7:33 ` [PATCH 0/6] extend flow director to support L2_paylod type and VF filtering in i40e driver Zhang, Helin
2015-06-16  3:43 ` [PATCH v2 0/4] extend flow director to support L2_paylod type Jingjing Wu
2015-06-16  3:43   ` [PATCH v2 1/4] ethdev: add struct rte_eth_l2_flow to support l2_payload flow type Jingjing Wu
2015-06-16  3:43   ` [PATCH v2 2/4] i40e: extend flow diretcor " Jingjing Wu
2015-06-16  3:43   ` [PATCH v2 3/4] testpmd: extend commands Jingjing Wu
2015-06-16  3:43   ` [PATCH v2 4/4] doc: extend commands in testpmd Jingjing Wu
2015-06-26  2:26   ` Xu, HuilongX [this message]
2015-06-26  3:14   ` [PATCH v2 0/4] extend flow director to support L2_paylod type Zhang, Helin
2015-07-07 21:24     ` Thomas Monjalon

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=DF2A19295B96364286FEB7F3DDA27A46011269C4@SHSMSX101.ccr.corp.intel.com \
    --to=huilongx.xu@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 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.