Skip to content

Commit

Permalink
net/hns3: support command interface with firmware
Browse files Browse the repository at this point in the history
This patch adds support for cmd of hns3 PMD driver, driver can interact
with firmware through command to complete hardware configuration.

Signed-off-by: Hao Chen <chenhao164@huawei.com>
Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
Signed-off-by: Chunsong Feng <fengchunsong@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
Signed-off-by: Huisong Li <lihuisong@huawei.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
  • Loading branch information
xavierhw authored and Ferruh Yigit committed Oct 7, 2019
1 parent c203571 commit 737f30e
Show file tree
Hide file tree
Showing 6 changed files with 1,362 additions and 3 deletions.
1 change: 1 addition & 0 deletions drivers/net/hns3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ LIBABIVER := 1
# all source are stored in SRCS-y
#
SRCS-$(CONFIG_RTE_LIBRTE_HNS3_PMD) += hns3_ethdev.c
SRCS-$(CONFIG_RTE_LIBRTE_HNS3_PMD) += hns3_cmd.c

include $(RTE_SDK)/mk/rte.lib.mk
Loading

0 comments on commit 737f30e

Please sign in to comment.