event/opdl: rework loops to comply with dpdk style
authorHarry van Haaren <harry.van.haaren@intel.com>
Mon, 22 Jan 2018 10:04:10 +0000 (10:04 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 24 Jan 2018 17:59:58 +0000 (18:59 +0100)
commitbe455196d4bb64c4fc681eddf9d2bd6aef2d9bee
tree8bc880548a1dad617c2ae8f0d27d7f7f329018da
parent5b118e894d317b6acd4be398db760b1c3dcf822e
event/opdl: rework loops to comply with dpdk style

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")

Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Liang Ma <liang.j.ma@intel.com>
drivers/event/opdl/Makefile
drivers/event/opdl/opdl_evdev.c
drivers/event/opdl/opdl_evdev_init.c
drivers/event/opdl/opdl_evdev_xstats.c
drivers/event/opdl/opdl_test.c