[dpdk-dev] [PATCH v10 4/5] raw/ntb: add handshake process

2019-07-01 Thread Xiaoyun Li
Add handshake process using doorbell so that two hosts can communicate to start and stop. Signed-off-by: Xiaoyun Li --- doc/guides/rawdevs/ntb_rawdev.rst | 5 + drivers/raw/ntb_rawdev/ntb_rawdev.c | 336 +++- 2 files changed, 340 insertions(+), 1 deletion(-) diff --g

[dpdk-dev] [PATCH v10 4/5] raw/ntb: add handshake process

2019-07-01 Thread Xiaoyun Li
Add handshake process using doorbell so that two hosts can communicate to start and stop. Signed-off-by: Xiaoyun Li --- doc/guides/rawdevs/ntb_rawdev.rst | 5 + drivers/raw/ntb_rawdev/ntb_rawdev.c | 336 +++- 2 files changed, 340 insertions(+), 1 deletion(-) diff --g