raw/ntb: setup queues
authorXiaoyun Li <xiaoyun.li@intel.com>
Thu, 26 Sep 2019 03:20:19 +0000 (11:20 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 21 Oct 2019 13:41:09 +0000 (15:41 +0200)
commitc39d1e082a4b426e915074ce30eb6f410ee2654a
tree42162ef73a575d3f9ec24015e6b447ea98f95567
parent7911ba0473e023d6177a7dfa6f4e2a18031c68ff
raw/ntb: setup queues

Setup and init NTB txq and rxq. And negotiate queue information
with the peer. If queue size and number of queues are not
consistent on both sides, return error.

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
doc/guides/rawdevs/ntb.rst
doc/guides/rel_notes/release_19_11.rst
drivers/raw/ntb/Makefile
drivers/raw/ntb/meson.build
drivers/raw/ntb/ntb.c
drivers/raw/ntb/ntb.h
drivers/raw/ntb/ntb_hw_intel.c
drivers/raw/ntb/rte_pmd_ntb.h [new file with mode: 0644]