From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 25B424A65 for ; Fri, 15 Apr 2016 11:42:41 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 15 Apr 2016 02:42:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,486,1455004800"; d="scan'208";a="959289462" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga002.fm.intel.com with ESMTP; 15 Apr 2016 02:42:39 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.12]) by IRSMSX109.ger.corp.intel.com ([169.254.13.57]) with mapi id 14.03.0248.002; Fri, 15 Apr 2016 10:42:38 +0100 From: "Mcnamara, John" To: "Pattan, Reshma" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [RFC 2/2] librte_ether: add new fields to rte_eth_dev_info struct Thread-Index: AQHRljJpWbLZM/+IHEebiOE95Y+E1J+Kyc5g Date: Fri, 15 Apr 2016 09:42:38 +0000 Message-ID: References: <1460627077-8207-1-git-send-email-reshma.pattan@intel.com> <1460627077-8207-3-git-send-email-reshma.pattan@intel.com> In-Reply-To: <1460627077-8207-3-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 2/2] librte_ether: add new fields to rte_eth_dev_info struct 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:41 -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 2/2] librte_ether: add new fields to > rte_eth_dev_info struct >=20 > New fields nb_rx_queues and nb_tx_queues are added to rte_eth_dev_info > structure. > Changes to API rte_eth_dev_info_get() are done to update these new fields > to rte_eth_dev_info object. >=20 > Signed-off-by:reshma Pattan Acked-by: John McNamara