linux_dsm_epyc7002/drivers/net/ethernet/hisilicon/hns3/hns3pf
Salil d36d36ceac net: hns3: Fixes the missing u64_stats_fetch_begin_irq in 64-bit stats fetch
This patch fixes the missing u64_stats_fetch_begin_irq() while trying to
atomically do 64-bit RX/TX fetch. We did not get any error during test
as our SoC is 64-bit so all of these seq/lock operations results in NOOP.

As such, this seq lock supports has been added for the sake of completion
if this code ever runs on 32-bit platform and we are trying to do 64-bit
stats fetch.

Fixes: 76ad4f0ee7 ("net: hns3: Add support of HNS3 Ethernet Driver for
hip08 SoC")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Salil Mehta <salil.mehta@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-18 10:31:56 -07:00
..
hclge_cmd.c net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface Support 2017-08-03 15:08:17 -07:00
hclge_cmd.h net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface Support 2017-08-03 15:08:17 -07:00
hclge_main.c net: hns3: fix spelling mistake: "capabilty" -> "capability" 2017-08-07 14:20:52 -07:00
hclge_main.h net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer Support 2017-08-03 15:08:17 -07:00
hclge_mdio.c net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoC 2017-08-03 15:08:17 -07:00
hclge_mdio.h net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoC 2017-08-03 15:08:17 -07:00
hclge_tm.c net: hns3: Add support of TX Scheduler & Shaper to HNS3 driver 2017-08-03 15:08:17 -07:00
hclge_tm.h net: hns3: Add support of TX Scheduler & Shaper to HNS3 driver 2017-08-03 15:08:17 -07:00
hns3_enet.c net: hns3: Fixes the missing u64_stats_fetch_begin_irq in 64-bit stats fetch 2017-08-18 10:31:56 -07:00
hns3_enet.h
hns3_ethtool.c net: hns3: ensure media_type is unitialized 2017-08-17 10:06:07 -07:00
Makefile net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERS 2017-08-03 15:08:18 -07:00