From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 8C85FF951 for ; Mon, 19 Dec 2016 15:56:53 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP; 19 Dec 2016 06:56:52 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,374,1477983600"; d="scan'208";a="41514443" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga004.jf.intel.com with ESMTP; 19 Dec 2016 06:56:51 -0800 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 19 Dec 2016 14:56:45 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX156.ger.corp.intel.com ([169.254.3.32]) with mapi id 14.03.0248.002; Mon, 19 Dec 2016 14:56:45 +0000 From: "Iremonger, Bernard" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: ixgbe-specific bypass functions Thread-Index: AQHSWgOGnoVJHGZZy0SWQ45TP8VGj6EPW3sg Date: Mon, 19 Dec 2016 14:56:44 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C224D17383@IRSMSX108.ger.corp.intel.com> References: <2106040.8nD5l5zoGl@xps13> In-Reply-To: <2106040.8nD5l5zoGl@xps13> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2RlZmVlZGEtZWMzYi00NzQxLTg1NmMtMWMzZDA0YmUyZjQ2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjIuMTEuMCIsIlRydXN0ZWRMYWJlbEhhc2giOiJBMUxrMlVMXC9VT1Z0MGNlTGxcL213UlRwT2RSR3dOSnM2UDJ6V0NNRFwvTkE0PSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] ixgbe-specific bypass functions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 14:56:54 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Monday, December 19, 2016 2:24 PM > To: Iremonger, Bernard > Cc: dev@dpdk.org > Subject: ixgbe-specific bypass functions >=20 > Hi Bernard, >=20 > You moved some VF functions to ixgbe.h. > Do you think we could do the same kind of work to move bypass functions > from ethdev to ixgbe API? > I would see a 2 steps move: >=20 > 1/ in 17.02 > * copy functions in ixgbe.h > * use them in testpmd > * deprecate ethdev functions >=20 > 2/ in 17.05 > * remove bypass functions from ethdev I don't think that I will have time to do step 1 in 17.02 apart from sendin= g the deprecation notice. I will add step 1 and step 2 to the task list for 17.05. Regards, Bernard.