net/mlx5: prepare vector Rx ring at setup time
[dpdk.git] / drivers / net / mlx5 / mlx5_rxtx.c
index b07bcd1..e9c4502 100644 (file)
@@ -2028,9 +2028,3 @@ priv_check_vec_rx_support(struct priv *priv)
        (void)priv;
        return -ENOTSUP;
 }
-
-void __attribute__((weak))
-priv_prep_vec_rx_function(struct priv *priv)
-{
-       (void)priv;
-}