raw/ntb: add enqueue and dequeue functions
authorXiaoyun Li <xiaoyun.li@intel.com>
Thu, 26 Sep 2019 03:20:21 +0000 (11:20 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 21 Oct 2019 13:41:18 +0000 (15:41 +0200)
commit11b5c7daf01993b1582e048d217bde2b0e075afa
tree8f0d8983ea1395ca9f633344379f39a3d408cc83
parent86083fccf25272d864526ad05670174280ae397a
raw/ntb: add enqueue and dequeue functions

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 <xiaoyun.li@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
doc/guides/rawdevs/ntb.rst
drivers/raw/ntb/ntb.c
drivers/raw/ntb/ntb.h
drivers/raw/ntb/ntb_hw_intel.c