From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] virtio: fix rx ring descriptor starvation Date: Wed, 25 Nov 2015 09:50:01 +0800 Message-ID: <20151125015001.GL2325@yliu-dev.sh.intel.com> References: <1447407013-6986-1-git-send-email-tkiely@brocade.com> <1980495.CSRm2jjoLQ@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon , huawei.xie@intel.com Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6C5598E81 for ; Wed, 25 Nov 2015 02:47:56 +0100 (CET) Content-Disposition: inline In-Reply-To: <1980495.CSRm2jjoLQ@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Nov 24, 2015 at 10:20:22PM +0100, Thomas Monjalon wrote: > Any review, please? Huawei, would you review it? Sorry that I've not read too much code about virtio PMD driver yet. --yliu > 2015-11-13 09:30, Tom Kiely: > > If all rx descriptors are processed while transient > > mbuf exhaustion is present, the rx ring ends up with > > no available descriptors. Thus no packets are received > > on that ring. Since descriptor refill is performed post > > rx descriptor processing, in this case no refill is > > ever subsequently performed resulting in permanent rx > > traffic drop. > > > > Signed-off-by: Tom Kiely