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.yi...@intel.com>
Merged in one patch and applied, thanks