From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6135B8E7F for ; Thu, 8 Sep 2016 02:55:05 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 07 Sep 2016 17:55:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,298,1470726000"; d="scan'208";a="165629098" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 07 Sep 2016 17:55:04 -0700 Received: from fmsmsx151.amr.corp.intel.com (10.18.125.4) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Sep 2016 17:55:03 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX151.amr.corp.intel.com (10.18.125.4) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Sep 2016 17:55:03 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.109]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.166]) with mapi id 14.03.0248.002; Thu, 8 Sep 2016 08:55:01 +0800 From: "Lu, Wenzhuo" To: Alex Zelezniak , "dev@dpdk.org" CC: "Yigit, Ferruh" , "stephen@networkplumber.org" Thread-Topic: [PATCH v2] net/ixgbe: use queues assigned to PF instad of VF Thread-Index: AQHSAl1WzJ2jJanLPEeWfx55MJPCu6Bu0k+A Date: Thu, 8 Sep 2016 00:55:00 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909392944A8@shsmsx102.ccr.corp.intel.com> References: <1472206161-14601-1-git-send-email-alexz@att.com> <1472520209-51252-1-git-send-email-alexz@att.com> In-Reply-To: <1472520209-51252-1-git-send-email-alexz@att.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: use queues assigned to PF instad of VF 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: Thu, 08 Sep 2016 00:55:05 -0000 Hi, > -----Original Message----- > From: Alex Zelezniak [mailto:alexz@att.com] > Sent: Tuesday, August 30, 2016 9:23 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo; Yigit, Ferruh; stephen@networkplumber.org; azelezniak > Subject: [PATCH v2] net/ixgbe: use queues assigned to PF instad of VF >=20 > From: azelezniak >=20 > v2: > * shorten Subject line > * added more thorough description >=20 > v1: > this patch uses queues which belong to PF instead of queus 0 - nb_rx_queu= es > which belong to VF0 in SR-IOV configuration >=20 > Signed-off-by: Alex Zelezniak Acked-by: Wenzhuo Lu Thanks for the patch:)