From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 84F2C5A73 for ; Thu, 12 Feb 2015 06:41:32 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 11 Feb 2015 21:37:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,563,1418112000"; d="scan'208";a="665231684" Received: from pgsmsx108.gar.corp.intel.com ([10.221.44.103]) by fmsmga001.fm.intel.com with ESMTP; 11 Feb 2015 21:41:29 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by PGSMSX108.gar.corp.intel.com (10.221.44.103) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 12 Feb 2015 13:41:28 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.161]) by shsmsx102.ccr.corp.intel.com ([169.254.2.62]) with mapi id 14.03.0195.001; Thu, 12 Feb 2015 13:41:27 +0800 From: "Wu, Jingjing" To: "dev@dpdk.org" Thread-Topic: [PATCH v2 0/6] Integrate syn filter in igb/ixgbe driver to new API Thread-Index: AQHQRc+fI8CupXhLGU+VP211BvdhHJzsgD4Q Date: Thu, 12 Feb 2015 05:41:27 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8BA6890@SHSMSX104.ccr.corp.intel.com> References: <1420681358-24809-1-git-send-email-zhida.zang@intel.com> <1423641110-658-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1423641110-658-1-git-send-email-jingjing.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/6] Integrate syn filter in igb/ixgbe driver to new API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2015 05:41:33 -0000 Because the first version of the patch is sent by Zhida, and he is on a lon= g vacation now, I have no right to change the old patch's status in patch w= ork.=20 Sorry for the inconvenience. Thanks Jingjing=20 > -----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 A= PI >=20 > 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 >=20 > 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 driv= er, > new commands to replace old ones in testpmd, and removes the old APIs. >=20 > 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 >=20 > 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(-) >=20 > -- > 1.9.3