numam-dpdk/drivers
Yongseok Koh c18cf501a7 net/mlx5: enable secondary process to register DMA memory
The Memory Region (MR) for DMA memory can't be created from secondary
process due to lib/driver limitation. Whenever it is needed, secondary
process can make a request to primary process through the EAL IPC
channel (rte_mp_msg) which is established on initialization. Once a MR
is created by primary process, it is immediately visible to secondary
process because the MR list is global per a device. Thus, secondary
process can look up the list after the request is successfully returned.

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: enable secondary process to register DMA memory 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
meson.build build: add workarounds for Windows helloworld 2019-04-03 01:21:31 +02:00