From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 5AD062170
 for <dev@dpdk.org>; Wed, 21 Sep 2016 14:47:36 +0200 (CEST)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga102.fm.intel.com with ESMTP; 21 Sep 2016 05:47:35 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.30,373,1470726000"; d="scan'208";a="1034168427"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.133])
 by orsmga001.jf.intel.com with SMTP; 21 Sep 2016 05:47:33 -0700
Received: by  (sSMTP sendmail emulation); Wed, 21 Sep 2016 13:47:32 +0025
Date: Wed, 21 Sep 2016 13:47:32 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: "Lu, Wenzhuo" <wenzhuo.lu@intel.com>
Cc: Alex Zelezniak <alexz@att.com>, "dev@dpdk.org" <dev@dpdk.org>,
 "Yigit, Ferruh" <ferruh.yigit@intel.com>,
 "stephen@networkplumber.org" <stephen@networkplumber.org>
Message-ID: <20160921124732.GM16464@bricha3-MOBL3>
References: <1472206161-14601-1-git-send-email-alexz@att.com>
 <1472520209-51252-1-git-send-email-alexz@att.com>
 <6A0DE07E22DDAD4C9103DF62FEBC0909392944A8@shsmsx102.ccr.corp.intel.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC0909392944A8@shsmsx102.ccr.corp.intel.com>
Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?=
 =?iso-8859-1?Q?opment?= Ireland Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 21 Sep 2016 12:47:36 -0000

On Thu, Sep 08, 2016 at 12:55:00AM +0000, Lu, Wenzhuo wrote:
> 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
> > 
> > From: azelezniak <alexz@att.com>
> > 
> > v2:
> > * shorten Subject line
> > * added more thorough description
> > 
> > v1:
> > this patch uses queues which belong to PF instead of queus 0 - nb_rx_queues
> > which belong to VF0 in SR-IOV configuration
> > 
> > Signed-off-by: Alex Zelezniak <alexz@att.com>
> Acked-by: Wenzhuo Lu <Wenzhuo.lu@intel.com>
> Thanks for the patch:)
> 

Applied to dpdk-next-net/rel_16_11 with updated title "net/ixgbe: fix VF 
reset to apply to correct VF".

Regards,
/Bruce