From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] vmxnet3: replenish ring buffers in rx processing Date: Mon, 11 Sep 2017 14:19:12 +0100 Message-ID: <606be9f2-1eb5-1103-3059-25226159ef7c@intel.com> References: <20170825152211.10911-1-dharton@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: skhare@vmware.com, dev@dpdk.org To: Shrikrishna Khare , David Harton Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 748DB3230 for ; Mon, 11 Sep 2017 15:19:16 +0200 (CEST) In-Reply-To: Content-Language: en-US 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 9/10/2017 5:47 PM, Shrikrishna Khare wrote: > > > On Fri, 25 Aug 2017, David Harton wrote: > >> vmxnet3 rx processing should replenish ring buffers after new buffers >> are available to prevent the interface from getting stuck in a state >> that no new work is processed. >> >> Signed-off-by: David Harton > > Thanks for the fix. > > Acked-by: Shrikrishna Khare Applied to dpdk-next-net/master, thanks.