crypto/mlx5: add maximum segments configuration
[dpdk.git] / examples / vdpa / main.c
index 97e967b..097a267 100644 (file)
@@ -576,5 +576,8 @@ main(int argc, char *argv[])
                vdpa_sample_quit();
        }
 
+       /* clean up the EAL */
+       rte_eal_cleanup();
+
        return 0;
 }