From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Malov Subject: Re: [PATCH 1/9] net/sfc: receive prepared packets even in Rx exception case Date: Thu, 04 Oct 2018 13:04:53 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [84.52.114.115]) by dpdk.org (Postfix) with ESMTP id 2130E1B186 for ; Thu, 4 Oct 2018 12:05:36 +0200 (CEST) Received: from www.oktetlabs.ru (localhost [127.0.0.1]) by shelob.oktetlabs.ru (Postfix) with ESMTP id D6BD27F5FB for ; Thu, 4 Oct 2018 13:04:53 +0300 (MSK) 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 10/3/2018 12:03 PM, Andrew Rybchenko wrote: > Make sure that number of prepared packets, completed and added > Rx ring pointers are reset to zeros on queue purge at stop. > > Fixes: 638bddc99faa ("net/sfc: implement EF10 native Rx datapath") > Cc: stable at dpdk.org > > Signed-off-by: Andrew Rybchenko Reviewed-by: Ivan Malov