From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 08529595B for ; Thu, 13 Nov 2014 09:50:17 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 13 Nov 2014 01:00:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,375,1413270000"; d="scan'208";a="621688658" Received: from kmsmsx152.gar.corp.intel.com ([172.21.73.87]) by fmsmga001.fm.intel.com with ESMTP; 13 Nov 2014 01:00:06 -0800 Received: from pgsmsx105.gar.corp.intel.com (10.221.44.96) by KMSMSX152.gar.corp.intel.com (172.21.73.87) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 13 Nov 2014 17:00:05 +0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by pgsmsx105.gar.corp.intel.com (10.221.44.96) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 13 Nov 2014 17:00:05 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.182]) by shsmsx102.ccr.corp.intel.com ([169.254.2.216]) with mapi id 14.03.0195.001; Thu, 13 Nov 2014 17:00:04 +0800 From: "Wu, Jingjing" To: Thomas Monjalon Thread-Topic: [dpdk-dev] [PATCH v2 1/3] ethdev: define ctrl_pkt filter type and its structure Thread-Index: AQHP7dEkLbxhXZVk7kqrDLbF9UwYj5xIxSIAgAD9qxD//6lbAIAUtdfA//+3ZoCAAIaEMA== Date: Thu, 13 Nov 2014 09:00:03 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8B497E1@SHSMSX104.ccr.corp.intel.com> References: <1411628369-29532-1-git-send-email-jingjing.wu@intel.com> <4699150.INYaCBBBvY@xps13> <9BB6961774997848B5B42BEC655768F8B47F69@SHSMSX104.ccr.corp.intel.com> <2528924.vQqBeok9ND@xps13> In-Reply-To: <2528924.vQqBeok9ND@xps13> 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 1/3] ethdev: define ctrl_pkt filter type and its structure 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, 13 Nov 2014 08:50:18 -0000 Hi, Thomas Nop. We target to have it in r1.8. And the whole patch set is almost ready, but = lack of review internally. I have two proposes here: 1. Send a patch set include all the ethdev, i40e, ixgbe, igb and testpmd ch= anges just as my previous mail. 2. send a patch set only include the ethdev, i40e part. Without testpmd cha= nges to support testing it in fortville. And will send remaining changes la= ter. Maybe r2.0? The second proposal will split the whole task to small patchset. And easy t= o review. Which one do you prefer? Look forward to your reply! Thanks Jingjing=20 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, November 13, 2014 4:41 PM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/3] ethdev: define ctrl_pkt filter typ= e and its structure >=20 > Hi Jingjing, >=20 > 2014-11-13 05:44, Wu, Jingjing: > > The input set of control packet filter are dst_mac and ethertype in Eth= ernet head. > > To be clear, I think it's better to use the name ethertype filter. > > > > While there is already ethertype filter existing in igb and ixgbe drive= r. I will rename > > The patchset to ethertype filter and also integrate igb and ixgbe's eth= ertype filter > > To the filter_ctrl API. > > > > What do you think? >=20 > OK, good. > If I understand well, this feature is now planned for release 2.0? >=20 > -- > Thomas