numam-dpdk/drivers
Zhiyong Yang 8b35ad02db event/opdl: fix icc build
ICC reports the issue at compile time as follows.
error #592: variable "i" is used before its value is set
        RTE_SET_USED(i);

The patch is to fix it. GCC and CLANG has been tested as well.

Fixes: d548ef513c ("event/opdl: add unit tests")

Signed-off-by: Zhiyong Yang <zhiyong.yang@intel.com>
Acked-by: Liang Ma <liang.j.ma@intel.com>
2018-01-25 17:11:24 +01:00
..
bbdev bb/turbo_sw: add software turbo driver 2018-01-19 01:44:25 +01:00
bus ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
crypto cryptodev: remove duplicated device name length 2018-01-20 16:10:53 +01:00
event event/opdl: fix icc build 2018-01-25 17:11:24 +01:00
mempool ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
net net/vdev_netvsc: fix build without C11 and pedantic 2018-01-24 19:06:31 +01:00
Makefile bb/null: add null base band device driver 2018-01-19 01:44:25 +01:00