linux_dsm_epyc7002/drivers/net/ethernet/cisco/enic
Govindarajulu Varadarajan 18feb87105 enic: add wq clean up budget
In case of tx clean up, we set '-1' as budget. This means clean up until
wq is empty or till (1 << 32) pkts are cleaned. Under heavy load this
will run for long time and cause
"watchdog: BUG: soft lockup - CPU#25 stuck for 21s!" warning.

This patch sets wq clean up budget to 256.

Signed-off-by: Govindarajulu Varadarajan <gvaradar@cisco.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-12-26 13:10:07 -05:00
..
cq_desc.h
cq_enet_desc.h
enic_api.c
enic_api.h
enic_clsf.c treewide: setup_timer() -> timer_setup() (2 field) 2017-11-21 15:57:09 -08:00
enic_clsf.h treewide: setup_timer() -> timer_setup() (2 field) 2017-11-21 15:57:09 -08:00
enic_dev.c
enic_dev.h
enic_ethtool.c enic: add sw timestamp support 2017-12-03 10:15:34 -05:00
enic_main.c enic: add wq clean up budget 2017-12-26 13:10:07 -05:00
enic_pp.c
enic_pp.h
enic_res.c
enic_res.h
enic.h enic: add wq clean up budget 2017-12-26 13:10:07 -05:00
Kconfig
Makefile
rq_enet_desc.h
vnic_cq.c
vnic_cq.h
vnic_dev.c cisco: enic: Fic an error handling path in 'vnic_dev_init_devcmd2()' 2017-07-11 10:54:15 -07:00
vnic_dev.h
vnic_devcmd.h
vnic_enet.h
vnic_intr.c
vnic_intr.h
vnic_nic.h
vnic_resource.h
vnic_rq.c enic: reset fetch index 2017-11-02 14:17:11 +09:00
vnic_rq.h
vnic_rss.h
vnic_stats.h
vnic_vic.c
vnic_vic.h
vnic_wq.c
vnic_wq.h
wq_enet_desc.h