numam-dpdk/drivers/net/mlx5
Stephen Hemminger 3d96644aa3 net/mlx5: fix log initialization
The mlx5 driver had two init functions, but this could
cause log initialization to be done after the
other initialization. Also, the name of the function does
not match convention (cut/paste error?).

Fix by initializing log type first at start of the pmd_init.
This also gets rid of having two constructor functions.

Fixes: a170a30d22 ("net/mlx5: use dynamic logging")
Cc: stable@dpdk.org

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
2018-06-17 10:17:53 +02:00
..
Makefile net/mlx5: fix generic tunnel offload compatibility check 2018-05-25 17:07:40 +02:00
mlx5_defs.h net/mlx5: add Multi-Packet Rx support 2018-05-14 22:31:52 +01:00
mlx5_ethdev.c net/mlx5: fix memory region cache init 2018-05-28 16:28:43 +02:00
mlx5_flow.c net/mlx5: fix default RSS level 2018-05-17 19:06:29 +02:00
mlx5_glue.c net/mlx5: add a function to rdma-core glue 2018-05-14 22:31:52 +01:00
mlx5_glue.h net/mlx5: add a function to rdma-core glue 2018-05-14 22:31:52 +01:00
mlx5_mac.c net/mlx5: implement multicast add list devop 2018-04-27 17:34:43 +01:00
mlx5_mr.c net/mlx5: fix memory region cache init 2018-05-28 16:28:43 +02:00
mlx5_mr.h net/mlx5: add new memory region support 2018-05-14 22:31:51 +01:00
mlx5_nl.c net/mlx5: use Netlink to enable promisc/allmulti mode 2018-04-14 00:41:44 +02:00
mlx5_prm.h net/mlx5: add Multi-Packet Rx support 2018-05-14 22:31:52 +01:00
mlx5_rss.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx5_rxmode.c net/mlx5: use Netlink to enable promisc/allmulti mode 2018-04-14 00:41:44 +02:00
mlx5_rxq.c net/mlx5: use correct field in a union structure 2018-05-14 22:32:23 +01:00
mlx5_rxtx_vec_neon.h net/mlx5: fix build with clang on ARM 2018-05-21 00:55:39 +02:00
mlx5_rxtx_vec_sse.h net/mlx5: support Rx tunnel type identification 2018-04-27 18:00:56 +01:00
mlx5_rxtx_vec.c net/mlx5: add Multi-Packet Rx support 2018-05-14 22:31:52 +01:00
mlx5_rxtx_vec.h net/mlx5: add Multi-Packet Rx support 2018-05-14 22:31:52 +01:00
mlx5_rxtx.c net/mlx5: remove redundant checks 2018-05-23 00:35:01 +02:00
mlx5_rxtx.h net/mlx5: fix SW parser offset 2018-05-25 17:07:40 +02:00
mlx5_socket.c net/mlx5: fix socket connection return value 2018-05-14 22:31:48 +01:00
mlx5_stats.c net/mlx5: fix count in xstats 2018-05-23 00:35:01 +02:00
mlx5_trigger.c net/mlx5: add Multi-Packet Rx support 2018-05-14 22:31:52 +01:00
mlx5_txq.c net/mlx5: add new memory region support 2018-05-14 22:31:51 +01:00
mlx5_utils.h net/mlx5: add hardware flow debug dump 2018-04-27 18:00:56 +01:00
mlx5_vlan.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
mlx5.c net/mlx5: fix log initialization 2018-06-17 10:17:53 +02:00
mlx5.h net/mlx5: support MPLS-in-GRE and MPLS-in-UDP 2018-05-17 12:31:42 +02:00
rte_pmd_mlx5_version.map mlx5: introduce new driver for Mellanox ConnectX-4 adapters 2015-10-30 22:03:42 +01:00