net/hinic/base: add mbox command channel for SR-IOV
authorXiaoyun Wang <cloud.wangxiaoyun@huawei.com>
Thu, 10 Oct 2019 14:51:45 +0000 (22:51 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 23 Oct 2019 14:43:08 +0000 (16:43 +0200)
commitce07a121c7975e9a984365dc5f2a3fa2867696cc
tree6e41af7768210d16659cca3cb9d59056bda729f4
parentcd30e6a7239ce48c8b618c87b10ee5db094d9853
net/hinic/base: add mbox command channel for SR-IOV

Add mbox command channel for SR-IOV, which is used to
communicate between VF and VF, VF and PF. This patch
introduces data structures, initialization, interfaces
and commands of mbox channel.

Signed-off-by: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com>
doc/guides/nics/features/hinic.ini
doc/guides/nics/hinic.rst
doc/guides/rel_notes/release_19_11.rst
drivers/net/hinic/Makefile
drivers/net/hinic/base/hinic_compat.h
drivers/net/hinic/base/hinic_pmd_hwdev.h
drivers/net/hinic/base/hinic_pmd_mbox.c [new file with mode: 0644]
drivers/net/hinic/base/hinic_pmd_mbox.h [new file with mode: 0644]
drivers/net/hinic/base/meson.build