#include <stdio.h>
#include <rte_eal.h>

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