From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/load_balancer: fix Tx flush Date: Mon, 01 May 2017 18:16:42 +0200 Message-ID: <4625649.XaY853vdBP@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Andriy Berestovskyy Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id AE4815920 for ; Mon, 1 May 2017 18:16:45 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 27/04/2017 11:27, Andriy Berestovskyy: > Port ID is not an index from 0 to n_nic_ports, but rather a value > of nic_ports array. > > Signed-off-by: Andriy Berestovskyy Fixes: af75078fece3 ("first public release") Applied, thanks