net/hinic/base: add eq mechanism
authorZiyang Xuan <xuanziyang2@huawei.com>
Thu, 27 Jun 2019 08:14:49 +0000 (16:14 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 28 Jun 2019 18:31:49 +0000 (20:31 +0200)
commit78f6c5dbe2e29ce16deff907dd05a06161310fe9
tree93c0056d2cb4c8314fda2445108cc5d4ed6a40cd
parent7fcd6b05b9234872a74a33f81aec3c08ccb6ab73
net/hinic/base: add eq mechanism

Eqs include aeq and ceq. PMD supports aeq only. Aeq is a kind of
queue for mgmt asynchronous message and mgmt command response message.
This patch introduces data structures, initialization, and related
interfaces about aeq.

Signed-off-by: Ziyang Xuan <xuanziyang2@huawei.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/hinic/base/hinic_pmd_eqs.c [new file with mode: 0644]
drivers/net/hinic/base/hinic_pmd_eqs.h [new file with mode: 0644]