Re: [PATCH v3 1/1] examples/l3fwd: modify and modularize l3fwd code
From: Thomas Monjalon <hidden>
Date: 2016-02-24 13:17:52
From: Thomas Monjalon <hidden>
Date: 2016-02-24 13:17:52
Hi, When compiling for i686, there are some errors: 2016-02-18 10:08, Piotr Azarewicz:
+ printf("Hash: Adding 0x%" PRIx64 " keys\n", IPV4_L3FWD_EM_NUM_ROUTES);[...]
+ printf("Hash: Adding 0x%" PRIx64 "keys\n", IPV6_L3FWD_EM_NUM_ROUTES);examples/l3fwd/l3fwd_em.c:437:9: error: format ‘%llx’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘unsigned int’