Skip to content

Commit

Permalink
net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support
Browse files Browse the repository at this point in the history
This patch adds the support of hardware compatibiltiy layer to the
HNS3 VF Driver. This layer implements various {set|get} operations
over MAC address for a virtual port, RSS related configuration,
fetches the link status info from PF, does various VLAN related
configuration over the virtual port, queries the statistics from
the hardware etc.

This layer can directly interact with hardware through the
IMP(Integrated Mangement Processor) interface or can use mailbox
to interact with the PF driver.

Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: lipeng <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Salil Mehta authored and davem330 committed Dec 15, 2017
1 parent b11a0bb commit e2cb1de
Show file tree
Hide file tree
Showing 2 changed files with 1,653 additions and 0 deletions.

0 comments on commit e2cb1de

Please sign in to comment.