]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5.c
net/mlx5: implement descriptor status API
[dpdk.git] / drivers / net / mlx5 / mlx5.c
index d4bd4696cec69a858c5a8ea0e6bee13bb5cc86b1..4a6450cdf808978e36e828db68900b6224557ef1 100644 (file)
@@ -222,6 +222,8 @@ static const struct eth_dev_ops mlx5_dev_ops = {
        .rss_hash_update = mlx5_rss_hash_update,
        .rss_hash_conf_get = mlx5_rss_hash_conf_get,
        .filter_ctrl = mlx5_dev_filter_ctrl,
+       .rx_descriptor_status = mlx5_rx_descriptor_status,
+       .tx_descriptor_status = mlx5_tx_descriptor_status,
 };
 
 static struct {