Yongseok Koh 0b259b8e96 net/mlx4: 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
..
2018-09-28 01:41:03 +02:00
2018-12-21 16:22:40 +01:00
2017-10-06 02:49:47 +02:00
2017-04-04 19:02:45 +02:00
2018-10-26 22:14:05 +02:00
2018-04-14 00:59:41 +02:00
2019-01-27 23:38:37 +01:00
2018-10-11 18:53:49 +02:00
2019-01-24 18:18:10 +01:00
2019-03-29 17:25:31 +01:00
2019-01-18 09:47:26 +01:00
2018-02-08 18:42:14 +01:00
2019-03-30 00:59:59 +01:00
2018-09-14 20:08:41 +02:00
2018-11-22 10:31:52 +01:00
2018-10-26 22:14:05 +02:00