net/hinic/base: add mgmt module
authorZiyang Xuan <xuanziyang2@huawei.com>
Thu, 27 Jun 2019 08:15:26 +0000 (16:15 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 28 Jun 2019 18:31:49 +0000 (20:31 +0200)
commita4957d87e05a3337e76021972aed7a9debf868a3
tree49dac108f4d7c16936c750d0c2ca66b0070324ec
parent78f6c5dbe2e29ce16deff907dd05a06161310fe9
net/hinic/base: add mgmt module

Mgmt module is a kind of administration module for the chip.
It is responsible for handling administration command from host.
It uses api channel. This patch adds related data structures,
packaged interfaces and function codes.

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