From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 14C0911D4 for ; Tue, 14 Feb 2017 11:33:54 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 14 Feb 2017 02:33:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,160,1484035200"; d="scan'208";a="44195322" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga002.jf.intel.com with ESMTP; 14 Feb 2017 02:33:54 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX106.ger.corp.intel.com ([169.254.8.197]) with mapi id 14.03.0248.002; Tue, 14 Feb 2017 10:33:51 +0000 From: "Iremonger, Bernard" To: Jerin Jacob , Thomas Monjalon CC: "dev@dpdk.org" , "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for ethdev Thread-Index: AQHSZ2f7VzeAanTJI0Onrh88i4kzKaFndm0AgACcbQCAAHm8wA== Date: Tue, 14 Feb 2017 10:33:51 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C224D29B5E@IRSMSX108.ger.corp.intel.com> References: <1483613049-25155-1-git-send-email-bernard.iremonger@intel.com> <1483629936-14057-1-git-send-email-bernard.iremonger@intel.com> <1783105.gzj7YZmmC4@xps13> <20170214031712.GA3131@localhost.localdomain> In-Reply-To: <20170214031712.GA3131@localhost.localdomain> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjUzMzc4NTItOWY4OC00YmMzLWFiMzQtODg5ZmUwZTNiM2E4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjIuMTEuMCIsIlRydXN0ZWRMYWJlbEhhc2giOiI5MTBhbk9XNHZTa0U2dCtFS3VWamNLbTRnbFdCQldtVkhcL2dWcGdPNEZFUT0ifQ== 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] [PATCH v2] doc: announce API and ABI change for ethdev 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: Tue, 14 Feb 2017 10:33:55 -0000 > -----Original Message----- > From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] > Sent: Tuesday, February 14, 2017 3:17 AM > To: Thomas Monjalon > Cc: Iremonger, Bernard ; dev@dpdk.org; > Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH v2] doc: announce API and ABI change for > ethdev >=20 > On Mon, Feb 13, 2017 at 06:57:20PM +0100, Thomas Monjalon wrote: > > 2017-01-05 15:25, Bernard Iremonger: > > > In 17.05 nine rte_eth_dev_* functions will be removed from > > > librte_ether, renamed and moved to the ixgbe PMD. > > > > > > Signed-off-by: Bernard Iremonger > > > > "ixgbe bypass" should be in the title and the description. > > I'll reword to: > > > > doc: announce move of ethdev bypass function to ixgbe API > > > > In 17.05, nine rte_eth_dev_* functions for bypass control, and > > implemented only in ixgbe, will be removed from ethdev, renamed and > > moved to the ixgbe PMD-specific API. > > > > Acked-by: Thomas Monjalon >=20 > Acked-by: Jerin Jacob Acked-by: Bernard Iremonger