]> git.droids-corp.org - dpdk.git/blobdiff - examples/pipeline/main.c
app/crypto-perf: support lookaside IPsec
[dpdk.git] / examples / pipeline / main.c
index fb57ef31fef5c8a0c850b4aa15469f1408d04f90..8ea19f9dd5844eb8c011852110bdbdbe25afa32e 100644 (file)
@@ -190,4 +190,7 @@ main(int argc, char **argv)
 
                conn_poll_for_msg(conn);
        }
+
+       /* clean up the EAL */
+       rte_eal_cleanup();
 }