From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/ixgbe: fix RX queue blocking issue Date: Sun, 5 Mar 2017 22:24:49 +0000 Message-ID: <811b0e53-623b-3b0e-a53f-86ea7131baac@intel.com> References: <1487732375-63670-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: stable@dpdk.org To: Wenzhuo Lu , dev@dpdk.org Return-path: In-Reply-To: <1487732375-63670-1-git-send-email-wenzhuo.lu@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 2/22/2017 2:59 AM, Wenzhuo Lu wrote: > In the IOV scenario, multi RX queues can be assigned > to one VF. If the dropping is not enabled, when no > descriptors are available for one queue, this queue > can block others. > > Fixes: 00e30184daa0 ("ixgbe: add PF support") > CC: stable@dpdk.org > > Suggested-by: Liang-min Wang > Signed-off-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.