From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples: fix not all queues drained in l3fwd-* Date: Thu, 07 Apr 2016 23:02:51 +0200 Message-ID: <1937358.eePdvL3NJs@xps13> References: <1460047111-2456-1-git-send-email-tomaszx.kulasek@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Tomasz Kulasek Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id D054D2BCE for ; Thu, 7 Apr 2016 23:02:53 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id 191so104381095wmq.0 for ; Thu, 07 Apr 2016 14:02:53 -0700 (PDT) In-Reply-To: <1460047111-2456-1-git-send-email-tomaszx.kulasek@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" > In l3fwd-acl and l3fwd-power not all tx ports was included in tx_port_id > array, used to periodically drain only available ports. This caused that > some packets can remain in buffer when application stops to receiving > packets or when size of burst is small. > > Fixes: e2366e74e029 ("examples: use buffered Tx") > > Signed-off-by: Tomasz Kulasek Applied, thanks