From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 79DDC14EC for ; Wed, 10 May 2017 18:31:10 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 May 2017 09:31:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,320,1491289200"; d="scan'208";a="85808872" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga004.jf.intel.com with ESMTP; 10 May 2017 09:31:08 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.12]) by IRSMSX154.ger.corp.intel.com ([169.254.12.233]) with mapi id 14.03.0319.002; Wed, 10 May 2017 17:31:07 +0100 From: "Ananyev, Konstantin" To: "Iremonger, Bernard" , "dev@dpdk.org" CC: "Mcnamara, John" , "Yigit, Ferruh" , "Iremonger, Bernard" Thread-Topic: [dpdk-dev] [PATCH] doc: postpone deprecation of functions in ethdev Thread-Index: AQHSuFtsxYW6/zpsek6ATkPlyNxAqKHt5M6g Date: Wed, 10 May 2017 16:31:06 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772583FAF4213@IRSMSX109.ger.corp.intel.com> References: <1492530536-2428-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1492530536-2428-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: postpone deprecation of functions in 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: Wed, 10 May 2017 16:31:11 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Tuesday, April 18, 2017 4:49 PM > To: dev@dpdk.org > Cc: Mcnamara, John ; Yigit, Ferruh ; Iremonger, Bernard > > Subject: [dpdk-dev] [PATCH] doc: postpone deprecation of functions in eth= dev >=20 > The deprecation of the bypass functions in the ethdev has not been > done in 17.05. Let's postpone to 17.08. >=20 > Signed-off-by: Bernard Iremonger > --- > doc/guides/rel_notes/deprecation.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/= deprecation.rst > index 00e379c00..5c44fa13e 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -40,7 +40,7 @@ Deprecation Notices > ``_rte_eth_dev_callback_process``. In 17.08 the function will return a= n ``int`` > instead of ``void`` and a fourth parameter ``void *ret_param`` will be= added. >=20 > -* ethdev: for 17.05 it is planned to deprecate the following nine rte_et= h_dev_* > +* ethdev: for 17.08 it is planned to deprecate the following nine rte_et= h_dev_* > functions and move them into the ixgbe PMD: >=20 > ``rte_eth_dev_bypass_init``, ``rte_eth_dev_bypass_state_set``, > -- > 2.11.0 Acked-by: Konstantin Ananyev