numam-dpdk/drivers
Viacheslav Ovsiienko 2d2c2efeda net/mlx5: fix asserts for multi-segment Tx offload misconfig
To support multi-segment packet sending the Tx datapath
DEV_TX_OFFLOAD_MULTI_SEGS offload must be configured.
In debug configuration the asserts arise if the multi-segment
packet is being sent and no DEV_TX_OFFLOAD_MULTI_SEGS is set.
It was found that in some execution paths asserts were missed,
this patch adds ones.

Fixes: 18a1c20044 ("net/mlx5: implement Tx burst template")
Cc: stable@dpdk.org

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
2019-11-11 14:23:02 +01:00
..
baseband baseband/fpga_lte_fec: fix polling of MMIO register 2019-10-23 16:57:06 +02:00
bus raw/dpaa2_qdma: support route by port in DMA 2019-11-08 16:40:29 +01:00
common net/octeontx2: support SDP interface 2019-11-08 23:15:05 +01:00
compress compress/octeontx: remove commented out code 2019-11-08 16:40:28 +01:00
crypto crypto/openssl: use local copy for session contexts 2019-11-08 13:51:16 +01:00
event event/dpaa2: support ordered queue 2019-11-08 16:40:29 +01:00
mempool mempool: prevent objects from being across pages 2019-11-06 11:34:19 +01:00
net net/mlx5: fix asserts for multi-segment Tx offload misconfig 2019-11-11 14:23:02 +01:00
raw raw/dpaa2_qdma: support route by port in DMA 2019-11-08 16:40:29 +01:00
Makefile
meson.build drivers: process shared link dependencies as for libs 2019-11-09 21:17:44 +01:00