From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 7E24DB436 for ; Wed, 8 Jun 2016 19:10:21 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 08 Jun 2016 09:15:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,439,1459839600"; d="scan'208";a="715969747" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by FMSMGA003.fm.intel.com with ESMTP; 08 Jun 2016 09:15:33 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 8 Jun 2016 17:15:00 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.240]) by IRSMSX156.ger.corp.intel.com ([10.108.20.68]) with mapi id 14.03.0248.002; Wed, 8 Jun 2016 17:15:01 +0100 From: "Mcnamara, John" To: "Pattan, Reshma" , "dev@dpdk.org" CC: "Pattan, Reshma" Thread-Topic: [dpdk-dev] [PATCH v5 9/9] doc: announce ABI change for rte_eth_dev_info structure Thread-Index: AQHRwYtR61q82+XtBUK7pYCSSOEmi5/fu64A Date: Wed, 8 Jun 2016 16:15:00 +0000 Message-ID: References: <1464039512-2683-1-git-send-email-reshma.pattan@intel.com> <1465393107-32587-1-git-send-email-reshma.pattan@intel.com> <1465393107-32587-10-git-send-email-reshma.pattan@intel.com> In-Reply-To: <1465393107-32587-10-git-send-email-reshma.pattan@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2E2OWFjMjMtODgzZC00ZDExLWIyNGQtMGVlYmMwODJiNmUzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImpqVXRDSHdYQ2R5eTNZRGpuZG9jbXBUYlVJalwvOXZJSlwvUDBHVTdsc0Y0RT0ifQ== 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 v5 9/9] doc: announce ABI change for rte_eth_dev_info structure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 17:10:22 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Reshma Pattan > Sent: Wednesday, June 8, 2016 2:38 PM > To: dev@dpdk.org > Cc: Pattan, Reshma > Subject: [dpdk-dev] [PATCH v5 9/9] doc: announce ABI change for > rte_eth_dev_info structure >=20 > New fields nb_rx_queues and nb_tx_queues will be added to rte_eth_dev_inf= o > structure. > Changes to API rte_eth_dev_info_get() will be done to update these new > fields to rte_eth_dev_info object. >=20 > Signed-off-by: Reshma Pattan > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) >=20 Hi, This isn't required in this patchset since the deprecation has already occu= rred in this release. John