numam-dpdk/drivers/net/mlx5
Bing Zhao e4b7b8d082 common/mlx5: fix PCI driver name
In the refactor of mlx5 common layer, the PCI driver name to the RTE
device was changed from "net_mlx5" to "mlx5_pci". The string of name
"mlx5_pci" is used directly in the structure rte_pci_driver.

In the past, a macro "MLX5_DRIVER_NAME" is used instead of any direct
string, and now it is missing. The functions that use
"MLX5_DRIVER_NAME" will get some mismatch, e.g mlx5_eth_find_next.

It needs to use this macro again in all code to make everything get
aligned.

Fixes: 8a41f4decc ("common/mlx5: introduce layer for multiple class drivers")
Cc: stable@dpdk.org

Signed-off-by: Bing Zhao <bingz@nvidia.com>
Reviewed-by: Parav Pandit <parav@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
2020-11-03 23:35:03 +01:00
..
linux net/mlx5: implement tunnel offload 2020-11-03 23:35:02 +01:00
meson.build net/mlx5: separate Rx queue object creations 2020-09-18 18:55:08 +02:00
mlx5_defs.h common/mlx5: fix PCI driver name 2020-11-03 23:35:03 +01:00
mlx5_devx.c net/mlx5: modify hash Rx queue objects 2020-11-03 23:35:02 +01:00
mlx5_devx.h net/mlx5: share Tx control code 2020-10-09 13:17:42 +02:00
mlx5_ethdev.c net/mlx5: report Rx buffer split capabilities 2020-11-03 23:35:02 +01:00
mlx5_flow_dv.c net/mlx5: implement tunnel offload 2020-11-03 23:35:02 +01:00
mlx5_flow_meter.c net/mlx5: call meter detach only if DR is supported 2020-09-18 18:55:06 +02:00
mlx5_flow_verbs.c net/mlx5: modify hash Rx queue objects 2020-11-03 23:35:02 +01:00
mlx5_flow.c net/mlx5: implement tunnel offload 2020-11-03 23:35:02 +01:00
mlx5_flow.h net/mlx5: implement tunnel offload 2020-11-03 23:35:02 +01:00
mlx5_mac.c net/mlx5: remove unused includes 2020-09-18 18:55:06 +02:00
mlx5_mr.c net/mlx5: register multiple pool for Rx queue 2020-11-03 23:35:02 +01:00
mlx5_mr.h common/mlx5: remove inclusion of Verbs header files 2020-07-21 15:46:30 +02:00
mlx5_rss.c net/mlx5: fix RSS RETA reset on start 2020-09-18 18:55:11 +02:00
mlx5_rxmode.c common/mlx5: remove inclusion of Verbs header files 2020-07-21 15:46:30 +02:00
mlx5_rxq.c net/mlx5: report Rx buffer split capabilities 2020-11-03 23:35:02 +01:00
mlx5_rxtx_vec_altivec.h net/mlx5: refactor vectorized Rx 2020-11-03 23:24:25 +01:00
mlx5_rxtx_vec_neon.h net/mlx5: refactor vectorized Rx 2020-11-03 23:24:25 +01:00
mlx5_rxtx_vec_sse.h net/mlx5: refactor vectorized Rx 2020-11-03 23:24:25 +01:00
mlx5_rxtx_vec.c net/mlx5: implement vectorized MPRQ burst 2020-11-03 23:24:25 +01:00
mlx5_rxtx_vec.h net/mlx5: implement vectorized MPRQ burst 2020-11-03 23:24:25 +01:00
mlx5_rxtx.c net/mlx5: support Rx buffer split on datapath 2020-11-03 23:35:02 +01:00
mlx5_rxtx.h net/mlx5: support Rx buffer split description 2020-11-03 23:35:02 +01:00
mlx5_stats.c net/mlx5: fix xstats reset reinitialization 2020-11-03 23:24:25 +01:00
mlx5_trigger.c net/mlx5: register multiple pool for Rx queue 2020-11-03 23:35:02 +01:00
mlx5_txpp.c net/mlx5: reposition event queue number field 2020-10-09 13:17:42 +02:00
mlx5_txq.c net/mlx5: fix Tx queue release 2020-11-03 22:29:24 +01:00
mlx5_utils.c net/mlx5: make three level table thread safe 2020-11-03 23:24:25 +01:00
mlx5_utils.h net/mlx5: make three level table thread safe 2020-11-03 23:24:25 +01:00
mlx5_vlan.c net/mlx5: remove Rx queue object type field 2020-10-09 13:17:42 +02:00
mlx5.c net/mlx5: implement tunnel offload 2020-11-03 23:35:02 +01:00
mlx5.h net/mlx5: configure Rx queue for buffer split 2020-11-03 23:35:02 +01:00
rte_pmd_mlx5.h net/mlx5: support fine grain dynamic flag 2020-02-05 09:51:20 +01:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00