OpenCloudOS-Kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf
Guojia Liao 0e02a53d64 net: hns3: optimized MAC address in management table.
mac_addr_hi32 and mac_addr_lo16 are used to store the MAC address
for management table. But using array of mac_addr[ETH_ALEN] would
be more general and not need to care about the big-endian mode of
the CPU.

Signed-off-by: Guojia Liao <liaoguojia@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-10-21 09:22:09 -07:00
..
Makefile net: hns3: fix compile error 2019-03-27 22:47:58 -07:00
hclge_cmd.c net: hns3: fix some reset handshake issue 2019-08-01 13:32:13 -04:00
hclge_cmd.h net: hns3: optimized MAC address in management table. 2019-10-21 09:22:09 -07:00
hclge_dcb.c net: hns3: modify some logs format 2019-09-11 09:08:45 +01:00
hclge_dcb.h net: hns3: Add SPDX tags to HNS3 PF driver 2018-07-21 08:44:23 -07:00
hclge_debugfs.c net: hns3: add support for configuring bandwidth of VF on the host 2019-10-08 17:18:05 -07:00
hclge_debugfs.h net: hns3: use macro instead of magic number 2019-08-29 16:57:43 -07:00
hclge_err.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-09-15 14:17:27 +02:00
hclge_err.h net: hns3: implement .process_hw_error for hns3 client 2019-08-29 16:57:43 -07:00
hclge_main.c net: hns3: optimized MAC address in management table. 2019-10-21 09:22:09 -07:00
hclge_main.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-10-20 10:43:00 -07:00
hclge_mbx.c net: hns3: add support for configuring VF MAC from the host 2019-10-08 17:18:05 -07:00
hclge_mdio.c net: hns3: add phy_attached_info() to the hns3 driver 2019-08-18 12:59:13 -07:00
hclge_mdio.h net: hns3: Fix NULL deref when unloading driver 2019-01-30 14:50:03 -08:00
hclge_tm.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-10-20 10:43:00 -07:00
hclge_tm.h net: hns3: add support for configuring bandwidth of VF on the host 2019-10-08 17:18:05 -07:00