DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Wu, Jingjing" <jingjing.wu@intel.com>
To: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2 0/6] Integrate syn filter in igb/ixgbe driver to new API
Date: Thu, 12 Feb 2015 05:41:27 +0000	[thread overview]
Message-ID: <9BB6961774997848B5B42BEC655768F8BA6890@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <1423641110-658-1-git-send-email-jingjing.wu@intel.com>

Because the first version of the patch is sent by Zhida, and he is on a long vacation now, I have no right to change the old patch's status in patch work. 
Sorry for the inconvenience.

Thanks
Jingjing 

> -----Original Message-----
> From: Wu, Jingjing
> Sent: Wednesday, February 11, 2015 3:52 PM
> To: dev@dpdk.org
> Cc: Wu, Jingjing; Cao, Min; Xu, HuilongX; Liu, Jijiang; Zang, Zhida
> Subject: [PATCH v2 0/6] Integrate syn filter in igb/ixgbe driver to new API
> 
> v2 changes:
>  - split one patch to patch series
>  - change the command's format in testpmd.
>  - return -ENOENT when deleting a disabled syn filter.
>  - add doc changes in testpmd_funcs.rst
>  - correct the errors reported by checkpatch.pl
> 
> The patch set uses new filter_ctrl API to replace old syn filter APIs.
> It uses new functions and structure to replace old ones in igb/ixgbe driver,
> new commands to replace old ones in testpmd, and removes the old APIs.
> 
> Jingjing Wu (6):
>   ethdev: define syn filter type and its structure
>   ixgbe: new functions replace old ones for syn filter
>   e1000: new functions replace old ones for syn filter
>   testpmd: new commands for syn filter
>   ethdev: remove old APIs and structures of syn filter
>   doc: commands changed in testpmd_funcs for syn filter
> 
>  app/test-pmd/cmdline.c                      | 143 +++++++++++-------------
>  app/test-pmd/config.c                       |  21 ----
>  doc/guides/testpmd_app_ug/testpmd_funcs.rst |  30 +----
>  lib/librte_ether/rte_eth_ctrl.h             |  12 ++
>  lib/librte_ether/rte_ethdev.c               |  50 ---------
>  lib/librte_ether/rte_ethdev.h               |  67 -----------
>  lib/librte_pmd_e1000/igb_ethdev.c           | 152 +++++++++++++------------
>  lib/librte_pmd_ixgbe/ixgbe_ethdev.c         | 167 ++++++++++++++------------
> --
>  8 files changed, 243 insertions(+), 399 deletions(-)
> 
> --
> 1.9.3

  parent reply	other threads:[~2015-02-12  5:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-08  1:42 [dpdk-dev] [PATCH] ixgbe/igb: integrate syn filter " zhida zang
2015-02-11  7:51 ` [dpdk-dev] [PATCH v2 0/6] Integrate syn filter in igb/ixgbe driver " Jingjing Wu
2015-02-11  7:51   ` [dpdk-dev] [PATCH v2 1/6] ethdev: define syn filter type and its structure Jingjing Wu
2015-02-11  7:51   ` [dpdk-dev] [PATCH v2 2/6] ixgbe: new functions replace old ones for syn filter Jingjing Wu
2015-02-11  7:51   ` [dpdk-dev] [PATCH v2 3/6] e1000: " Jingjing Wu
2015-02-11  7:51   ` [dpdk-dev] [PATCH v2 4/6] testpmd: new commands " Jingjing Wu
2015-02-11  7:51   ` [dpdk-dev] [PATCH v2 5/6] ethdev: remove old APIs and structures of " Jingjing Wu
2015-02-11  7:51   ` [dpdk-dev] [PATCH v2 6/6] doc: commands changed in testpmd_funcs for " Jingjing Wu
2015-02-12  5:41   ` Wu, Jingjing [this message]
2015-02-22  2:10   ` [dpdk-dev] [PATCH v2 0/6] Integrate syn filter in igb/ixgbe driver to new API 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=9BB6961774997848B5B42BEC655768F8BA6890@SHSMSX104.ccr.corp.intel.com \
    --to=jingjing.wu@intel.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).