net/mlx5: close tools socket with last device
[dpdk.git] / drivers / net / mlx5 / windows / mlx5_os.c
index 685babe..fdf3b95 100644 (file)
@@ -949,4 +949,12 @@ mlx5_os_net_probe(struct mlx5_common_device *cdev)
        return 0;
 }
 
+/**
+ * Cleanup resources when the last device is closed.
+ */
+void
+mlx5_os_net_cleanup(void)
+{
+}
+
 const struct mlx5_flow_driver_ops mlx5_flow_verbs_drv_ops = {0};