Re: [dpdk-dev] [PATCH] examples/load_balancer: fix Tx flush

2017-05-01 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] examples/load_balancer: fix Tx flush

2017-04-27 Thread 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 --- examples/load_balancer/runtime.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/load_balancer/runtime.c b/examples/load_balancer/runtime.c