Re: [dpdk-dev] [PATCH] event/opdl: rework loops to comply with dpdk style

2018-01-24 Thread Thomas Monjalon
22/01/2018 11:30, Liang, Ma: > On 22 Jan 10:04, Harry van Haaren wrote: > > This commit reworks the loop counter variable declarations > > to be in line with the DPDK source code. > > > > Fixes: 3c7f3dcfb099 ("event/opdl: add PMD main body and helper function") > > Fixes: 8ca8e3b48eff ("event/opdl

Re: [dpdk-dev] [PATCH] event/opdl: rework loops to comply with dpdk style

2018-01-22 Thread Liang, Ma
On 22 Jan 10:04, Harry van Haaren wrote: > This commit reworks the loop counter variable declarations > to be in line with the DPDK source code. > > Fixes: 3c7f3dcfb099 ("event/opdl: add PMD main body and helper function") > Fixes: 8ca8e3b48eff ("event/opdl: add event queue config get/set") > Fixe

[dpdk-dev] [PATCH] event/opdl: rework loops to comply with dpdk style

2018-01-22 Thread Harry van Haaren
This commit reworks the loop counter variable declarations to be in line with the DPDK source code. Fixes: 3c7f3dcfb099 ("event/opdl: add PMD main body and helper function") Fixes: 8ca8e3b48eff ("event/opdl: add event queue config get/set") Fixes: d548ef513cd7 ("event/opdl: add unit tests") Cc: l