[dpdk-dev] [PATCH 0/5] remove unnecessary void * pointer cast

Thomas Monjalon thomas at monjalon.net
Tue Jan 16 01:55:35 CET 2018


15/01/2018 15:29, Ferruh Yigit:
> On 1/15/2018 7:55 AM, Zhiyong Yang wrote:
> > void * pointer can be assigned to any data type pointer. Unnecessary cast
> > can be removed in order to keep code clearer.
> > 
> > Zhiyong Yang (5):
> >   lib/librte_lpm: remove unnecessary void * pointer cast
> >   lib/librte_efd: remove unnecessary void * pointer cast using
> >     rte_zmalloc_socket
> >   lib/librte_hash: remove unnecessary void * pointer cast using
> >     rte_zmalloc_socket
> >   lib/librte_member: remove unnecessary void * pointer cast
> >   lib/librte_pipeline: remove unnecessary void * pointer cast using
> >     rte_zmalloc_socket
> 
> Series
> Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>

Merged in one patch and applied, thanks


More information about the dev mailing list