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 043736CAE for ; Tue, 14 Jun 2016 23:57:18 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 14 Jun 2016 14:57:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,472,1459839600"; d="scan'208";a="1001995580" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga002.fm.intel.com with ESMTP; 14 Jun 2016 14:57:17 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.193]) by IRSMSX152.ger.corp.intel.com ([169.254.6.247]) with mapi id 14.03.0248.002; Tue, 14 Jun 2016 22:57:16 +0100 From: "Pattan, Reshma" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v9 3/8] ethdev: add new fields to ethdev info struct Thread-Index: AQHRxiCO2mZeV5c9DUKrodCKTI6+q5/pVImAgAAudcA= Date: Tue, 14 Jun 2016 21:57:16 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F0104DFAB@IRSMSX109.ger.corp.intel.com> References: <1465575534-23605-1-git-send-email-reshma.pattan@intel.com> <1465897108-26548-1-git-send-email-reshma.pattan@intel.com> <1465897108-26548-4-git-send-email-reshma.pattan@intel.com> <3404781.d1oWB5PRV1@xps13> In-Reply-To: <3404781.d1oWB5PRV1@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODg3Yjk4ZmUtYjZkMS00NjBhLTkyNjAtMjg3NTc4ZTBmNjhjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkRhcTBOU1dSZmx4N0x3UmxtUlBqa0FISjdqNHhxRHdUK05NYnJmOW96dEU9In0= 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 v9 3/8] ethdev: add new fields to ethdev 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: Tue, 14 Jun 2016 21:57:19 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, June 14, 2016 9:10 PM > To: Pattan, Reshma > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v9 3/8] ethdev: add new fields to ethdev i= nfo > struct >=20 > 2016-06-14 10:38, Reshma Pattan: > > New fields nb_rx_queues and nb_tx_queues are added to rte_eth_dev_info > > structure. >=20 > Please add a justification of why these fields are needed. Ok , I will update the commit message. Thanks, Reshma