Re: [PATCH v3 1/1] examples/l3fwd: modify and modularize l3fwd code
From: Azarewicz, PiotrX T <hidden>
Date: 2016-02-24 14:15:37
From: Azarewicz, PiotrX T <hidden>
Date: 2016-02-24 14:15:37
Hi, When compiling for i686, there are some errors: 2016-02-18 10:08, Piotr Azarewicz:quoted
+ printf("Hash: Adding 0x%" PRIx64 " keys\n",IPV4_L3FWD_EM_NUM_ROUTES); [...]quoted
+ 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