linux/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 ethernet: use core min/max MTU checking 2016-10-18 11:34:22 -04:00
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 cisco: enic: Update logging macros and uses 2016-03-11 15:07:48 -05:00
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 enic: add devcmds for vxlan offload 2017-02-09 17:24:29 -05:00
vnic_devcmd.h enic: add devcmds for vxlan offload 2017-02-09 17:24:29 -05:00
vnic_enet.h enic: add devcmds for vxlan offload 2017-02-09 17:24:29 -05:00
vnic_intr.c cisco: enic: Update logging macros and uses 2016-03-11 15:07:48 -05:00
vnic_intr.h
vnic_nic.h
vnic_resource.h enic: add devcmd2 resources 2015-08-17 15:25:29 -07:00
vnic_rq.c enic: reset fetch index 2017-11-02 14:17:11 +09:00
vnic_rq.h enic: Remove local ndo_busy_poll() implementation. 2017-02-03 17:28:21 -05:00
vnic_rss.h
vnic_stats.h
vnic_vic.c
vnic_vic.h
vnic_wq.c cisco: enic: Update logging macros and uses 2016-03-11 15:07:48 -05:00
vnic_wq.h enic: reduce ioread in devcmd2 2015-08-25 16:05:48 -07:00
wq_enet_desc.h