]>
git.droids-corp.org - dpdk.git/blobdiff - examples/link_status_interrupt/main.c
#include <inttypes.h>
#include <sys/types.h>
#include <sys/queue.h>
-#include <netinet/in.h>
#include <setjmp.h>
#include <stdarg.h>
#include <ctype.h>
return -1;
}
+ /* clean up the EAL */
+ rte_eal_cleanup();
+
return 0;
}