numam-dpdk/drivers/net/mlx5
Yongseok Koh 9a8ab29b84 net/mlx5: replace IPC socket with EAL API
Socket API is used for IPC in order for secondary process to acquire
Verb command file descriptor. The FD is used to remap UAR address.
The multi-process APIs (rte_mp) in EAL are newly introduced.
mlx5_socket.c is replaced with mlx5_mp.c, which uses the new APIs.

As it is PMD global infrastructure, only one IPC channel is established.
All the IPC message types may have port_id in the message if there is
need to reference a specific device.

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
2019-04-05 17:45:22 +02:00
..
Makefile net/mlx5: replace IPC socket with EAL API 2019-04-05 17:45:22 +02:00
meson.build net/mlx5: replace IPC socket with EAL API 2019-04-05 17:45:22 +02:00
mlx5_defs.h
mlx5_devx_cmds.c net/mlx5: support flow counters using devx 2019-01-14 17:44:29 +01:00
mlx5_ethdev.c net/mlx5: replace IPC socket with EAL API 2019-04-05 17:45:22 +02:00
mlx5_flow_dv.c net/mlx5: fix errno typos in comments 2019-04-05 17:45:22 +02:00
mlx5_flow_tcf.c net/mlx: prefix private structure 2019-03-01 18:17:35 +01:00
mlx5_flow_verbs.c net/mlx5: fix errno typos in comments 2019-04-05 17:45:22 +02:00
mlx5_flow.c net/mlx5: fix errno typos in comments 2019-04-05 17:45:22 +02:00
mlx5_flow.h net/mlx5: validate TOS and TTL on E-Switch 2019-01-14 17:44:30 +01:00
mlx5_glue.c
mlx5_glue.h
mlx5_mac.c net/mlx: prefix private structure 2019-03-01 18:17:35 +01:00
mlx5_mp.c net/mlx5: replace IPC socket with EAL API 2019-04-05 17:45:22 +02:00
mlx5_mr.c net/mlx5: fix memory event on secondary process 2019-04-05 17:45:22 +02:00
mlx5_mr.h
mlx5_nl.c net/mlx5: add getting IB ports number for multiport IB 2019-03-29 17:25:32 +01:00
mlx5_prm.h net/mlx5: support flow counters using devx 2019-01-14 17:44:29 +01:00
mlx5_rss.c net/mlx: prefix private structure 2019-03-01 18:17:35 +01:00
mlx5_rxmode.c net/mlx: prefix private structure 2019-03-01 18:17:35 +01:00
mlx5_rxq.c net/mlx5: switch to the shared IB device context 2019-03-29 17:25:32 +01:00
mlx5_rxtx_vec_neon.h net/mlx5: fix Tx metadata for multi-segment packet 2019-02-13 12:55:38 +01:00
mlx5_rxtx_vec_sse.h net/mlx5: fix Tx metadata for multi-segment packet 2019-02-13 12:55:38 +01:00
mlx5_rxtx_vec.c net/mlx: prefix private structure 2019-03-01 18:17:35 +01:00
mlx5_rxtx_vec.h net/mlx5: revert mbuf address calculation for x86 2019-04-05 17:45:22 +02:00
mlx5_rxtx.c net/mlx5: fix packet inline on Tx queue wraparound 2019-03-20 18:15:42 +01:00
mlx5_rxtx.h net/mlx5: support PCI device DMA map and unmap 2019-03-30 16:48:58 +01:00
mlx5_stats.c net/mlx5: switch to the names in the shared IB context 2019-03-29 17:25:32 +01:00
mlx5_trigger.c net/mlx5: switch to the shared IB device context 2019-03-29 17:25:32 +01:00
mlx5_txq.c net/mlx5: provide IB port for the object being created 2019-03-29 17:25:32 +01:00
mlx5_utils.h
mlx5_vlan.c net/mlx: prefix private structure 2019-03-01 18:17:35 +01:00
mlx5.c net/mlx5: replace IPC socket with EAL API 2019-04-05 17:45:22 +02:00
mlx5.h net/mlx5: replace IPC socket with EAL API 2019-04-05 17:45:22 +02:00
rte_pmd_mlx5_version.map