OpenCloudOS-Kernel/drivers/net/ethernet/hisilicon/hns3
Yunsheng Lin fb00331bb8 net: hns3: use napi_schedule_irqoff in hard interrupts handlers
napi_schedule_irqoff is introduced to be used from hard interrupts
handlers or when irqs are already masked, see:

https://lists.openwall.net/netdev/2014/10/29/2

So this patch replaces napi_schedule with napi_schedule_irqoff.

Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-05-07 10:37:13 -07:00
..
hns3pf net: hns3: add support for FEC encoding control 2019-05-04 00:02:41 -04:00
hns3vf net: hns3: add support for multiple media type 2019-05-04 00:02:40 -04:00
Makefile net: hns3: Add debugfs framework registration 2018-11-23 17:28:59 -08:00
hclge_mbx.h net: hns3: use a reserved byte to identify need_resp flag 2019-04-26 12:13:28 -04:00
hnae3.c net: hns3: split function hnae3_match_n_instantiate() 2019-04-04 10:20:39 -07:00
hnae3.h net: hns3: add support for FEC encoding control 2019-05-04 00:02:41 -04:00
hns3_dcbnl.c net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting 2018-11-07 11:42:17 -08:00
hns3_debugfs.c net: hns3: add function type check for debugfs help information 2019-04-19 18:43:16 -07:00
hns3_enet.c net: hns3: use napi_schedule_irqoff in hard interrupts handlers 2019-05-07 10:37:13 -07:00
hns3_enet.h net: hns3: unify maybe_stop_tx for TSO and non-TSO case 2019-05-07 10:37:13 -07:00
hns3_ethtool.c net: hns3: unify maybe_stop_tx for TSO and non-TSO case 2019-05-07 10:37:13 -07:00