Re: [dpdk-dev] [PATCH v4 3/4] raw/ntb: add enqueue and dequeue functions

2019-09-22 Thread Wu, Jingjing
> -Original Message- > From: Li, Xiaoyun > Sent: Monday, September 9, 2019 11:27 AM > To: Wu, Jingjing ; Wiles, Keith > ; Maslekar, > Omkar ; Liang, Cunming > Cc: dev@dpdk.org; Li, Xiaoyun > Subject: [PATCH v4 3/4] raw/ntb: add enqueue and dequeue functions > > Introduce enqueue and

[dpdk-dev] [PATCH v4 3/4] raw/ntb: add enqueue and dequeue functions

2019-09-08 Thread Xiaoyun Li
Introduce enqueue and dequeue functions to support packet based processing. And enable write-combining for ntb driver since it can improve the performance a lot. Signed-off-by: Xiaoyun Li --- doc/guides/rawdevs/ntb.rst | 28 drivers/raw/ntb/ntb.c | 242