kni: fix build
authorMarc Sune <marc.sune@bisdn.de>
Wed, 22 Oct 2014 10:23:11 +0000 (12:23 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 22 Oct 2014 10:30:32 +0000 (12:30 +0200)
commit71d47d3d2ee8231afee447ebe228151befb2c01c
treecfd10d047f05562597f681a482eb5f94e5d44beb
parent0c6bc8ef70ba3f3043d3fbd25cc535a4f1b8098d
kni: fix build

Fix compilation warning 'missing-field-initializers' for some GCC and clang
versions introduced in commit 0c6bc8e due to the use of C89/C90 initializers.
Using C99-style initializers

Signed-off-by: Marc Sune <marc.sune@bisdn.de>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_kni/rte_kni.c