aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorValentin Longchamp <[email protected]>2020-05-20 15:53:50 +0000
committerDavid S. Miller <[email protected]>2020-05-22 22:50:34 +0000
commit79dde73cf9bcf1dd317a2667f78b758e9fe139ed (patch)
tree293dd8aac7ff1ad1d16cb314825389e0ebd8acda /tools/perf/scripts/python/compaction-times.py
parentsctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc... (diff)
downloadkernel-79dde73cf9bcf1dd317a2667f78b758e9fe139ed.tar.gz
kernel-79dde73cf9bcf1dd317a2667f78b758e9fe139ed.zip
net/ethernet/freescale: rework quiesce/activate for ucc_geth
ugeth_quiesce/activate are used to halt the controller when there is a link change that requires to reconfigure the mac. The previous implementation called netif_device_detach(). This however causes the initial activation of the netdevice to fail precisely because it's detached. For details, see [1]. A possible workaround was the revert of commit net: linkwatch: add check for netdevice being present to linkwatch_do_dev However, the check introduced in the above commit is correct and shall be kept. The netif_device_detach() is thus replaced with netif_tx_stop_all_queues() that prevents any tranmission. This allows to perform mac config change required by the link change, without detaching the corresponding netdevice and thus not preventing its initial activation. [1] https://lists.openwall.net/netdev/2020/01/08/201 Signed-off-by: Valentin Longchamp <[email protected]> Acked-by: Matteo Ghidoni <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions