raw/ntb: support Intel NTB
authorXiaoyun Li <xiaoyun.li@intel.com>
Tue, 2 Jul 2019 06:25:19 +0000 (14:25 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 5 Jul 2019 10:50:19 +0000 (12:50 +0200)
commit034c328eb0254e1577ccdf3274acbe80d137b5a7
treef170d71b480e968ac6f5a071babeb01c46a8e00a
parent277310027965628ec8d24651d46f924fd53eea46
raw/ntb: support Intel NTB

Add in the list of registers for the device.
And enable NTB device ops for Intel Skylake platform.

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye@intel.com>
doc/guides/rawdevs/ntb.rst
drivers/raw/ntb/Makefile
drivers/raw/ntb/meson.build
drivers/raw/ntb/ntb.c
drivers/raw/ntb/ntb_hw_intel.c [new file with mode: 0644]
drivers/raw/ntb/ntb_hw_intel.h [new file with mode: 0644]
usertools/dpdk-devbind.py