From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/l3fwd: fix some packets lost when stops receiving Date: Thu, 31 Mar 2016 22:42:50 +0200 Message-ID: <1697734.BpLgC4vnfp@xps13> References: <1459431488-5408-1-git-send-email-tomaszx.kulasek@intel.com> <2601191342CEEE43887BDE71AB97725836B22E89@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Ananyev, Konstantin" To: "Kulasek, TomaszX" Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 381579615 for ; Thu, 31 Mar 2016 22:44:47 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id p65so129408867wmp.0 for ; Thu, 31 Mar 2016 13:44:47 -0700 (PDT) In-Reply-To: <2601191342CEEE43887BDE71AB97725836B22E89@irsmsx105.ger.corp.intel.com> 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" > > Not all tx ports was included in tx_port_id array, used to periodically > > drain only available ports. This caused that some packets remain in buffer > > when application stops to receiving packets. > > > > Fixes: 52c97adc1f0f ("examples/l3fwd: fix exact match performance") > > > > Signed-off-by: Tomasz Kulasek > > Acked-by: Konstantin Ananyev Applied, thanks