summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/adi
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <bhaktipriya96@gmail.com>2016-07-16 08:23:28 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-07-18 05:27:39 (GMT)
commitbd25997d77730d0c6679883a899899a939c704b3 (patch)
tree37f131e7c32bdaf5ba47da51f3a725b468358b35 /drivers/net/ethernet/adi
parent858d68f10238fdd1ebdd0096f912f063e97c6766 (diff)
downloadlinux-bd25997d77730d0c6679883a899899a939c704b3.tar.xz
dwc_eth_qos: Remove deprecated create_singlethread_workqueue
alloc_workqueue replaces deprecated create_singlethread_workqueue(). A dedicated workqueue has been used since the workitem viz lp->txtimeout_reinit is involved in reinitialization if a TX timeout occurs, which is necessary to guarantee forward progress in packet processing. As a network device can be used during memory reclaim, the workqueue needs forward progress guarantee under memory pressure. WQ_MEM_RECLAIM has been set to ensure this. Since there is only a single work item, explicit concurrency limit is unnecessary here. Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/adi')
0 files changed, 0 insertions, 0 deletions