[dpdk-dev] [PATCH 1/2] lib: Fix pointer arithmetic for C++

2015-08-17 Thread Thomas Monjalon
2015-07-03 21:51, Joongi Kim: > lib/librte_malloc/malloc_elem.h | 4 ++-- > lib/librte_mempool/rte_mempool.c | 2 +- These files are not part of the API and should not be included. No need to fix them for C++.

[dpdk-dev] [PATCH 1/2] lib: Fix pointer arithmetic for C++

2015-07-03 Thread Joongi Kim
* C++ requires explicit conversion of void pointer types to other pointer types. * This issue was introduced by previous commits 6cf14ce4 and 7755baae8. Two subsequent commits 2f935c12 and 7621d6a also have the same issue, I did not fix them because they are NOT headers potentially incl