#include #include int main(int argc, char **argv) { rte_eal_init(argc, argv); return 0; }