From mboxrd@z Thu Jan 1 00:00:00 1970 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: by shelob.oktetlabs.ru (Postfix, from userid 122) id DCC3B7F6F1; Thu, 4 Oct 2018 13:04:56 +0300 (MSK) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on shelob.oktetlabs.ru X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=ALL_TRUSTED, DKIM_ADSP_DISCARD autolearn=no autolearn_force=no version=3.4.1 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) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 04 Oct 2018 13:04:53 +0300 From: Ivan Malov To: dev@dpdk.org Message-ID: X-Sender: Ivan.Malov@oktetlabs.ru User-Agent: Roundcube Webmail/1.1.5 Subject: Re: [dpdk-dev] [PATCH 1/9] net/sfc: receive prepared packets even in Rx exception case X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2018 10:05:36 -0000 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