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?