X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fbbdev_app%2Fmain.c;h=5251db0b16745c2a4988c9b4ead8f20cb0c0482f;hb=704512214d031e4e27f19b53c44464d9821ed1a1;hp=2e170caf84f18b09a482c875a3fe6b0e78154132;hpb=61bf499d9c38e7b7f62e3d5181cb28039048d682;p=dpdk.git diff --git a/examples/bbdev_app/main.c b/examples/bbdev_app/main.c index 2e170caf84..5251db0b16 100644 --- a/examples/bbdev_app/main.c +++ b/examples/bbdev_app/main.c @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include @@ -1195,5 +1195,8 @@ main(int argc, char **argv) ret |= rte_eal_wait_lcore(lcore_id); } + /* clean up the EAL */ + rte_eal_cleanup(); + return ret; }