numam-dpdk/drivers/common/mlx5
Viacheslav Ovsiienko 3590881b37 common/mlx5: fix physical port name pattern recognition
This patch makes the Infiniband device physical port name
recognition more strict. Currently mlx5 PMD might recognize
the names like "pf0sf0" erroneously as "pf0" and the wrong
device type (host PF representor) is reported.

The names like "pf0sf0" belong to PCI subfunctions which
is currently not supported by mlx5 PMD and this false
recognition must be eliminated.

Fixes: 420bbdae89 ("net/mlx5: fix host physical function representor naming")
Cc: stable@dpdk.org

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
2020-07-11 06:18:53 +02:00
..
linux common/mlx5: fix physical port name pattern recognition 2020-07-11 06:18:53 +02:00
Makefile common/mlx5: add default miss action 2020-06-30 14:52:30 +02:00
meson.build common/mlx5: remove unneeded experimental build flag 2020-06-30 14:52:30 +02:00
mlx5_common_mp.c common/mlx5: refactor IPC handling from net driver 2020-04-21 13:57:08 +02:00
mlx5_common_mp.h common/mlx5: mark internal symbols 2020-05-18 20:35:56 +02:00
mlx5_common_mr.c net/mlx5: add memory region callbacks in per-device cache 2020-06-17 16:32:01 +02:00
mlx5_common_mr.h net/mlx5: add memory region callbacks in per-device cache 2020-06-17 16:32:01 +02:00
mlx5_common_utils.h common/mlx5: introduce common library 2020-02-05 09:51:20 +01:00
mlx5_common.c common/mlx5: move doorbell record from net driver 2020-06-30 14:52:30 +02:00
mlx5_common.h net/mlx5: add ConnectX-6 Lx device ID 2020-07-11 06:18:53 +02:00
mlx5_devx_cmds.c devtools: forbid variable declaration inside for 2020-07-03 10:04:15 +02:00
mlx5_devx_cmds.h common/mlx5: move doorbell record from net driver 2020-06-30 14:52:30 +02:00
mlx5_prm.h common/mlx5: add virtio queue protection domain 2020-06-30 14:52:29 +02:00
rte_common_mlx5_version.map common/mlx5: move doorbell record from net driver 2020-06-30 14:52:30 +02:00