Re: [dpdk-dev] [PATCH] net/ark: repair incorrect loop counter

2017-10-06 Thread Ferruh Yigit
On 10/6/2017 7:03 PM, John Miller wrote: > Change loop counter that should be based on the number > of rx queues, not tx queues. This only affects debug > output. > > Signed-off-by: John Miller Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/ark: repair incorrect loop counter

2017-10-06 Thread John Miller
Change loop counter that should be based on the number of rx queues, not tx queues. This only affects debug output. Signed-off-by: John Miller --- drivers/net/ark/ark_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_