From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 8B0B6DE3 for ; Fri, 11 Mar 2016 16:50:37 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 11 Mar 2016 07:50:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,321,1455004800"; d="scan'208";a="64343691" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga004.fm.intel.com with ESMTP; 11 Mar 2016 07:50:37 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.13]) by IRSMSX154.ger.corp.intel.com ([169.254.12.174]) with mapi id 14.03.0248.002; Fri, 11 Mar 2016 15:50:35 +0000 From: "De Lara Guarch, Pablo" To: "Pattan, Reshma" , "dev@dpdk.org" Thread-Topic: [PATCH] app/test-pmd: add support for zero rx and tx queues Thread-Index: AQHRe6kRHHWnThc6b06GGx3elHJadp9UY/4A Date: Fri, 11 Mar 2016 15:50:35 +0000 Message-ID: References: <1457709415-22668-1-git-send-email-reshma.pattan@intel.com> In-Reply-To: <1457709415-22668-1-git-send-email-reshma.pattan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDk4M2UwYzAtMjMxMi00NGY2LWI2YzctMDQzNWY3ZDQzOTI0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im0rSXJBRHowTEc4ZjIrdlk1bDJUbWxRakYra01DVzd6T3pYdUNyZlJxaG89In0= 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] app/test-pmd: add support for zero rx and tx queues 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, 11 Mar 2016 15:50:37 -0000 > -----Original Message----- > From: Pattan, Reshma > Sent: Friday, March 11, 2016 3:17 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; Pattan, Reshma > Subject: [PATCH] app/test-pmd: add support for zero rx and tx queues >=20 > Added testpmd support to validate zero nb_rxq/nb_txq > changes of librte_ether. >=20 > Signed-off-by: Reshma Pattan Acked-by: Pablo de Lara