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 882AE5955 for ; Mon, 7 Sep 2015 15:29:17 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 07 Sep 2015 06:29:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,485,1437462000"; d="scan'208";a="800037135" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga002.fm.intel.com with ESMTP; 07 Sep 2015 06:29:15 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.12]) by IRSMSX109.ger.corp.intel.com ([169.254.13.183]) with mapi id 14.03.0224.002; Mon, 7 Sep 2015 14:29:14 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] ip_pipeline: add check on nic's rxq and txq Thread-Index: AQHQ6WxJpSX6D3Z6a0+bCn3pIdN+HZ4xD1OQ Date: Mon, 7 Sep 2015 13:29:14 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478B8370@IRSMSX108.ger.corp.intel.com> References: <1441630435-14158-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1441630435-14158-1-git-send-email-jasvinder.singh@intel.com> Accept-Language: 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] [PATCH] ip_pipeline: add check on nic's rxq and txq 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: Mon, 07 Sep 2015 13:29:18 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Monday, September 7, 2015 3:54 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] ip_pipeline: add check on nic's rxq and txq >=20 > This patch checks that rx queue and tx queue of each link > specified in ip pipeline configuration file are used. >=20 > Signed-off-by: Jasvinder Singh > --- Acked-by: Cristian Dumitrescu