]> git.droids-corp.org - dpdk.git/commit
net/mlx5: add test for external Rx queue
authorMichael Baum <michaelba@nvidia.com>
Tue, 28 Jun 2022 14:58:41 +0000 (17:58 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 5 Jul 2022 18:02:57 +0000 (20:02 +0200)
commit740a28366cc0735b8ea83c2b4fc6d407a76dc5f8
treeafe6a19b0287b9d61b50eab965840f80235b63f3
parent85d9252e55f2a0cec836c2334ecc32ecf999c52a
net/mlx5: add test for external Rx queue

Add mlx5 internal test for map and unmap external RxQs.
This patch adds to testpmd app a runtime function to test the mapping
API.

  testpmd> mlx5 port (port_id) ext_rxq map (sw_queue_id) (hw_queue_id)
  testpmd> mlx5 port (port_id) ext_rxq unmap (sw_queue_id)

Signed-off-by: Michael Baum <michaelba@nvidia.com>
Reviewed-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Matan Azrad <matan@nvidia.com>
doc/guides/nics/mlx5.rst
drivers/net/mlx5/mlx5_testpmd.c