numam-dpdk/drivers/common/mlx5
Viacheslav Ovsiienko 482a1d34b6 common/mlx5: fix PCI address lookup
mlx5 PMDs use the mlx5_dev_to_pci_addr() routine to convert
Infiniband device name to the Bus-Device-Function location
on the PCI bus. The routine returned success even in case of
not found identification string. On caller side it likely
caused the wrong match with the BDF of previous device
resulting in wrong representor and master recognitions.

Fixes: 771fa900b7 ("mlx5: introduce new driver for Mellanox ConnectX-4 adapters")
Cc: stable@dpdk.org

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
2020-10-09 13:17:43 +02:00
..
linux common/mlx5: fix PCI address lookup 2020-10-09 13:17:43 +02:00
meson.build common/mlx5: introduce layer for multiple class drivers 2020-07-28 19:01:11 +02:00
mlx5_common_mp.c common/mlx5: convert control path memory to unified malloc 2020-07-21 15:46:21 +02:00
mlx5_common_mp.h net/mlx5: add queue start and stop 2020-07-21 15:46:30 +02:00
mlx5_common_mr.c common/mlx5: convert data path objects to unified malloc 2020-07-21 15:46:30 +02:00
mlx5_common_mr.h common/mlx5: remove inclusion of Verbs header files 2020-07-21 15:46:30 +02:00
mlx5_common_pci.c common/mlx5: replace strsep with strtok_r 2020-09-18 18:55:06 +02:00
mlx5_common_pci.h common/mlx5: introduce layer for multiple class drivers 2020-07-28 19:01:11 +02:00
mlx5_common_utils.h common/mlx5: introduce common library 2020-02-05 09:51:20 +01:00
mlx5_common.c common/mlx5: fix queue doorbell record size 2020-07-30 00:41:23 +02:00
mlx5_common.h eal: remove deprecated coherent IO memory barriers 2020-09-23 13:40:26 +02:00
mlx5_devx_cmds.c common/mlx5: fix user mode register access command 2020-07-30 00:41:24 +02:00
mlx5_devx_cmds.h common/mlx5: fix user mode register access command 2020-07-30 00:41:24 +02:00
mlx5_malloc.c common/mlx5: fix aligned malloc 2020-09-18 18:55:11 +02:00
mlx5_malloc.h common/mlx5: fix aligned malloc 2020-09-18 18:55:11 +02:00
mlx5_prm.h net/mlx5: fix DevX CQ attributes values 2020-10-08 19:58:11 +02:00
rte_common_mlx5_version.map version: 20.11-rc0 2020-08-12 11:32:16 +02:00