]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/windows/eal.c
eal/windows: support exit and panic
[dpdk.git] / lib / librte_eal / windows / eal.c
index b6bffd3d92792d362465b1a622154d14f757c827..97c8427c7380ed82561429eed8415dc71bc0743d 100644 (file)
@@ -274,7 +274,14 @@ __rte_trace_point_register(rte_trace_point_t *trace, const char *name,
        return -ENOTSUP;
 }
 
- /* Launch threads, called at application init(). */
+int
+rte_eal_cleanup(void)
+{
+       eal_cleanup_config(&internal_config);
+       return 0;
+}
+
+/* Launch threads, called at application init(). */
 int
 rte_eal_init(int argc, char **argv)
 {