[dpdk-dev] [PATCH v3 1/1] examples/l3fwd: modify and modularize l3fwd code

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Feb 24 14:16:17 CET 2016


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’


More information about the dev mailing list