OSDN Git Service

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)
commit76ad4f0ee74758341e44a8871df6ca60906d2795
treea4ad89825a5d51006a0214241eb97a9fe93163bd
parent5477f7f3eb950a0598bd70e5d9c0bdc11582d3b2
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]