kvargs: remove useless size field
authorOlivier Matz <olivier.matz@6wind.com>
Tue, 28 Jan 2014 16:06:37 +0000 (17:06 +0100)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 10:01:14 +0000 (11:01 +0100)
commit03b611b7137a0b94bce6ecfa4e5bacd6463d503a
tree2032a6329e0b8af5a2fc12604960df94bc748651
parent991543e81569e3ed0983bd7f5ae290f34ed091f4
kvargs: remove useless size field

This value was not very useful as the size of the table is fixed (equals
RTE_KVARGS_MAX).

By the way, the memset in the initialization function was wrong (size
too short). Even if it was not really an issue since we rely on the
"count" field, it is now fixed by this patch.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_kvargs/rte_kvargs.c
lib/librte_kvargs/rte_kvargs.h