From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <marko.kovacevic@intel.com>
Received: from mga12.intel.com (mga12.intel.com [192.55.52.136])
 by dpdk.org (Postfix) with ESMTP id C4D78E5D
 for <dev@dpdk.org>; Tue, 12 Dec 2017 15:56:02 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 12 Dec 2017 06:56:01 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.45,395,1508828400"; 
   d="scan'208";a="917936"
Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153])
 by fmsmga002.fm.intel.com with ESMTP; 12 Dec 2017 06:56:01 -0800
Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by
 IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS)
 id 14.3.319.2; Tue, 12 Dec 2017 14:56:00 +0000
Received: from irsmsx104.ger.corp.intel.com ([169.254.5.248]) by
 irsmsx155.ger.corp.intel.com ([169.254.14.169]) with mapi id 14.03.0319.002;
 Tue, 12 Dec 2017 14:56:00 +0000
From: "Kovacevic, Marko" <marko.kovacevic@intel.com>
To: "Ananyev, Konstantin" <konstantin.ananyev@intel.com>, "dev@dpdk.org"
 <dev@dpdk.org>
CC: "Ananyev, Konstantin" <konstantin.ananyev@intel.com>
Thread-Topic: [dpdk-dev] [RFC PATCH 3/3] doc: ethdev ABI change deprecation
 notice
Thread-Index: AQHTarOZLCwZov/QSkmvcbR1uEWhJqM/3PNQ
Date: Tue, 12 Dec 2017 14:55:59 +0000
Message-ID: <6DC05C7C5F25994B81B3F2F214251F663290D3@IRSMSX104.ger.corp.intel.com>
References: <1512139682-11114-1-git-send-email-konstantin.ananyev@intel.com>
 <1512139682-11114-4-git-send-email-konstantin.ananyev@intel.com>
In-Reply-To: <1512139682-11114-4-git-send-email-konstantin.ananyev@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
dlp-product: dlpe-windows
dlp-version: 11.0.0.116
dlp-reaction: no-action
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWU1OTg5OTktNzlmMi00MmIyLTk2OGYtNTQ5ZjMyMjYzNDVkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Imx4clFDNXdZdUVkNEZCbHNGazh6bWhabUFXRysxNHA5ZXZ3OTdVdklxK2c9In0=
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] [RFC PATCH 3/3] doc: ethdev ABI change deprecation
 notice
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 12 Dec 2017 14:56:03 -0000



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Konstantin Ananyev
> Sent: Friday, December 1, 2017 2:48 PM
> To: dev@dpdk.org; dev@dpdk.org
> Cc: Ananyev, Konstantin <konstantin.ananyev@intel.com>
> Subject: [dpdk-dev] [RFC PATCH 3/3] doc: ethdev ABI change deprecation no=
tice
>=20
> Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> ---
>  doc/guides/rel_notes/deprecation.rst | 5 +++++
>  1 file changed, 5 insertions(+)
>=20
> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> index 13e85432f..038b55fd5 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -8,6 +8,11 @@ API and ABI deprecation notices are to be posted here.
>  Deprecation Notices
>  -------------------
>=20
> +* ethdev: an ABI changes for ``rte_ethdev`` are planned in v18.05.
> +  The size and layout of struct rte_eth_dev will change.
> +  Mainly to accommodate queue specific RX/TX function pointers, plus
> +  reorganize RX/TX callback related information.
> +
>  * eal: several API and ABI changes are planned for ``rte_devargs`` in v1=
8.02.
>    The format of device command line parameters will change. The bus will=
 need
>    to be explicitly stated in the device declaration. The enum ``rte_devt=
ype``
> --
> 2.13.5

Acked-by: Marko Kovacevic <marko.kovacevic@intel.com>