From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2A09A201 for ; Fri, 10 Feb 2017 14:59:49 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 10 Feb 2017 05:59:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,141,1484035200"; d="scan'208";a="819324632" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by FMSMGA003.fm.intel.com with ESMTP; 10 Feb 2017 05:59:48 -0800 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.112]) by IRSMSX102.ger.corp.intel.com ([169.254.2.230]) with mapi id 14.03.0248.002; Fri, 10 Feb 2017 13:59:47 +0000 From: "Trahe, Fiona" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH] doc: annouce ABI change for cryptodev ops structure Thread-Index: AQHSg5JTt9+YCYjxcUuGxpD3depjiaFiRGmA Date: Fri, 10 Feb 2017 13:59:46 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43589185800@IRSMSX101.ger.corp.intel.com> References: <1486726767-81742-1-git-send-email-roy.fan.zhang@intel.com> In-Reply-To: <1486726767-81742-1-git-send-email-roy.fan.zhang@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWNmZmI3ZDQtMTRmZC00YWQyLWI4ZDYtNTZlNWI0MTA2YmFhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im43MFdvMTErQndsTXlYOFdERk5FQmxBZ0J4Rmljb1VnQ3JBK1ZkRGRcL0tnPSJ9 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] doc: annouce ABI change for cryptodev ops structure 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: Fri, 10 Feb 2017 13:59:50 -0000 Hi Fan, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fan Zhang > Sent: Friday, February 10, 2017 11:39 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH] doc: annouce ABI change for cryptodev ops > structure >=20 > Signed-off-by: Fan Zhang > --- > doc/guides/rel_notes/deprecation.rst | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/deprecation.rst > b/doc/guides/rel_notes/deprecation.rst > index 755dc65..564d93a 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -62,3 +62,7 @@ Deprecation Notices > PMDs that implement the latter. > Target release for removal of the legacy API will be defined once most > PMDs have switched to rte_flow. > + > +* ABI changes are planned for 17.05 in the ``rte_cryptodev_ops`` structu= re. > + The field ``cryptodev_configure_t`` function prototype will be added a > + parameter of a struct rte_cryptodev_config type pointer. > -- > 2.7.4 Can you fix the grammar here please. I'm not sure what the change is?