numam-dpdk/drivers
Matan Azrad 89f170c0da net/mlx5: fix Tx queue start
The Tx queue stop\start operations update the HW state of the Tx queue
object. The stop API should update the state from ready to reset in
order to stop any queue traffic and the start API should update the
state from reset to ready in order to open the traffic path.

The start API wrongly tried to change the state from ready to ready what
caused a failure in FW on the current state validation.

Replace ready to ready command by reset to ready command in the Tx start
API.

Fixes: 161d103b23 ("net/mlx5: add queue start and stop")
Cc: stable@dpdk.org

Signed-off-by: Matan Azrad <matan@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Acked-by: Asaf Penso <asafp@nvidia.com>
2020-11-03 23:35:04 +01:00
..
baseband baseband/acc100: remove useless checks 2020-11-02 09:24:40 +01:00
bus bus/fslmc: switch sequence number to dynamic mbuf field 2020-10-31 22:14:37 +01:00
common common/mlx5: add ConnectX-7 and Bluefield-3 device IDs 2020-11-03 23:35:04 +01:00
compress build: replace use of old build macros 2020-10-19 22:15:44 +02:00
crypto crypto/aesni_mb: support Chacha-Poly in synchronous mode 2020-11-02 09:24:41 +01:00
event event/dlb: add timeout ticks entry point 2020-11-02 14:46:02 +01:00
mempool bus/fslmc: switch sequence number to dynamic mbuf field 2020-10-31 22:14:37 +01:00
net net/mlx5: fix Tx queue start 2020-11-03 23:35:04 +01:00
raw raw/ifpga/base: enhance driver reliability in multi-process 2020-11-03 23:34:29 +01:00
regex common/mlx5: add ConnectX-7 and Bluefield-3 device IDs 2020-11-03 23:35:04 +01:00
vdpa common/mlx5: add ConnectX-7 and Bluefield-3 device IDs 2020-11-03 23:35:04 +01:00
meson.build drivers: add headers install helper 2020-10-22 14:16:22 +02:00