From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 8C8E5282 for ; Mon, 12 Jan 2015 08:23:42 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 11 Jan 2015 23:23:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,742,1413270000"; d="scan'208";a="635890949" Received: from pgsmsx105.gar.corp.intel.com ([10.221.44.96]) by orsmga001.jf.intel.com with ESMTP; 11 Jan 2015 23:23:40 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 12 Jan 2015 15:23:39 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.182]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.92]) with mapi id 14.03.0195.001; Mon, 12 Jan 2015 15:23:38 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/4] Integrate ethertype filter in igb/ixgbe driver to new API Thread-Index: AQHQLje1ttUxNJi/H0C8OdReAf8rIZy8FMag Date: Mon, 12 Jan 2015 07:23:38 +0000 Message-ID: References: <1419477270-14611-1-git-send-email-jingjing.wu@intel.com> <1421046973-23283-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1421046973-23283-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/4] Integrate ethertype 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: Mon, 12 Jan 2015 07:23:43 -0000 Acked-by: Helin Zhang > -----Original Message----- > From: Wu, Jingjing > Sent: Monday, January 12, 2015 3:16 PM > To: dev@dpdk.org > Cc: Wu, Jingjing; Zhang, Helin; Cao, Min > Subject: [PATCH v2 0/4] Integrate ethertype filter in igb/ixgbe driver to= new API >=20 > v2 changes: > change the return value if adding an existing filter from the filter's = index to > negative value. >=20 > The patch set uses new filter_ctrl API to replace old ethertype filter AP= Is. > 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 (4): > ixgbe: new functions replace old ones for ethertype filter > e1000: new functions replace old ones for ethertype filter > testpmd: new commands for ethertype filter > ethdev: remove old APIs and structures of ethertype filter >=20 > app/test-pmd/cmdline.c | 253 ++++++++++++-------------- > app/test-pmd/config.c | 27 --- > lib/librte_ether/rte_ethdev.c | 57 ------ > lib/librte_ether/rte_ethdev.h | 88 --------- > lib/librte_pmd_e1000/e1000_ethdev.h | 13 ++ > lib/librte_pmd_e1000/igb_ethdev.c | 332 > +++++++++++++++++++++------------ > lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 354 > +++++++++++++++++++++++------------- > lib/librte_pmd_ixgbe/ixgbe_ethdev.h | 13 ++ > 8 files changed, 579 insertions(+), 558 deletions(-) >=20 > -- > 1.9.3