]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: Add support of HNS3 Ethernet Driver for hip08 SoC
authorSalil <salil.mehta@huawei.com>
Wed, 2 Aug 2017 15:59:45 +0000 (16:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Aug 2017 22:08:17 +0000 (15:08 -0700)
commit327a841d1dd9450f4c446ebf7b56e3454bfba058
treea4ad89825a5d51006a0214241eb97a9fe93163bd
parent145a56aca92aa96b2f32e76e99e79f64e4d2bff5
net: hns3: Add support of HNS3 Ethernet Driver for hip08 SoC

This patch adds the support of Hisilicon Network Subsystem 3
Ethernet driver to hip08 family of SoCs.

This driver includes basic Rx/Tx functionality. It also includes
the client registration code with the HNAE3(Hisilicon Network
Acceleration Engine 3) framework.

This work provides the initial support to the hip08 SoC and
would incrementally add features or enhancements.

Signed-off-by: Daode Huang <huangdaode@hisilicon.com>
Signed-off-by: lipeng <lipeng321@huawei.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: Yisen Zhuang <yisen.zhuang@huawei.com>
Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.c [new file with mode: 0644]
drivers/net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.h [new file with mode: 0644]