OpenCloudOS-Kernel/drivers/net/ethernet/hisilicon/hns3
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
..
hns3pf net: hns3: optimized MAC address in management table. 2019-10-21 09:22:09 -07:00
hns3vf Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-10-20 10:43:00 -07:00
Makefile net: hns3: Add debugfs framework registration 2018-11-23 17:28:59 -08:00
hclge_mbx.h net: hns3: add support for setting VF trust 2019-10-08 17:18:05 -07:00
hnae3.c net: hns3: add client node validity judgment 2019-09-06 15:20:34 +02:00
hnae3.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-10-20 10:43:00 -07:00
hns3_dcbnl.c net: hns3: fix some coding style issues 2019-06-09 13:20:59 -07:00
hns3_debugfs.c net: hns3: remove struct hns3_nic_ring_data in hns3_enet module 2019-10-21 09:22:09 -07:00
hns3_enet.c net: hns3: remove struct hns3_nic_ring_data in hns3_enet module 2019-10-21 09:22:09 -07:00
hns3_enet.h net: hns3: remove struct hns3_nic_ring_data in hns3_enet module 2019-10-21 09:22:09 -07:00
hns3_ethtool.c net: hns3: remove struct hns3_nic_ring_data in hns3_enet module 2019-10-21 09:22:09 -07:00