numam-dpdk/drivers
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
..
baseband bb/turbo_sw: update for FlexRAN 18.09 2018-12-19 11:19:10 +01:00
bus net/dpaa2: update MC firmware version for FSLMC bus 2019-04-04 23:42:15 +02:00
common drivers/qat: fix queue pair NUMA node 2019-04-02 16:50:24 +02:00
compress compress/isal: fix getting information about CPU 2019-04-02 16:50:24 +02:00
crypto replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
event replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
mempool drivers: remove Linux EAL from include path 2019-04-04 22:06:16 +02:00
net net/mlx5: replace IPC socket with EAL API 2019-04-05 17:45:22 +02:00
raw raw/dpaa2_qdma: support non prefetch mode 2019-04-05 10:40:56 +02:00
Makefile drivers: add common as dependency for bus 2018-10-16 14:54:25 +02:00
meson.build build: add workarounds for Windows helloworld 2019-04-03 01:21:31 +02:00