]> git.droids-corp.org - dpdk.git/blobdiff - examples/bond/main.c
ethdev: introduce conntrack flow action and item
[dpdk.git] / examples / bond / main.c
index 81a6fa976b278d7464d3789beb0ed68e9dcf927b..f48400e21156ee25cc6ea11a0c01b26a58116eb0 100644 (file)
@@ -876,5 +876,9 @@ main(int argc, char *argv[])
        prompt(NULL);
 
        rte_delay_ms(100);
+
+       /* clean up the EAL */
+       rte_eal_cleanup();
+
        return 0;
 }