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

Azarewicz, PiotrX T piotrx.t.azarewicz at intel.com
Wed Feb 24 15:15:33 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’

Thanks Thomas, v4 will be done.
Piotr


More information about the dev mailing list