On 11-Apr-18 10:12 AM, Thomas Monjalon wrote:
Compilation error with clang:

09/04/2018 20:00, Anatoly Burakov:
--- a/drivers/net/bnx2x/bnx2x.c
+++ b/drivers/net/bnx2x/bnx2x.c
-       z = rte_memzone_reserve_aligned(mz_name, (uint64_t) (size),
+       z = rte_memzone_reserve_aligned_contig(mz_name, (uint64_t)size,

drivers/net/bnx2x/bnx2x.c:180:6: fatal error:
        implicit declaration of function 'rte_memzone_reserve_aligned_contig'
        is invalid in C99





Apologies, missed the rename. This API call doesn't exist any more.

--
Thanks,
Anatoly

Reply via email to