[dpdk-dev] [PATCH 04/11] kvargs: remove useless size field

2014-01-29 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Olivier Matz > Sent: Tuesday, January 28, 2014 4:07 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 04/11] kvargs: remove useless size field > > This value was not very useful as the

[dpdk-dev] [PATCH 04/11] kvargs: remove useless size field

2014-01-28 Thread Olivier Matz
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