From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9C0784A65 for ; Fri, 15 Apr 2016 11:42:19 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 15 Apr 2016 02:42:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,486,1455004800"; d="scan'208";a="945760697" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga001.fm.intel.com with ESMTP; 15 Apr 2016 02:42:18 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.12]) by IRSMSX154.ger.corp.intel.com ([169.254.12.173]) with mapi id 14.03.0248.002; Fri, 15 Apr 2016 10:42:17 +0100 From: "Mcnamara, John" To: "Pattan, Reshma" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [RFC 1/2] doc: announce ABI change for rte_eth_dev_info structure Thread-Index: AQHRljJhZuPO+2reFkmwYtxa5VeZWJ+Kybrw Date: Fri, 15 Apr 2016 09:42:16 +0000 Message-ID: References: <1460627077-8207-1-git-send-email-reshma.pattan@intel.com> <1460627077-8207-2-git-send-email-reshma.pattan@intel.com> In-Reply-To: <1460627077-8207-2-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-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] [RFC 1/2] 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: Fri, 15 Apr 2016 09:42:20 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Reshma Pattan > Sent: Thursday, April 14, 2016 10:45 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [RFC 1/2] 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 Acked-by: John McNamara