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

Richardson, Bruce bruce.richardson at intel.com
Wed Jan 29 18:14:33 CET 2014


> -----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 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 at 6wind.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson at intel.com>



More information about the dev mailing list