aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorSong Liu <[email protected]>2018-05-29 10:03:21 -0700
committerDavid S. Miller <[email protected]>2018-05-31 13:26:19 -0400
commit4341f8308d53f95a4a1ab54f45fa9af2c30ff596 (patch)
tree6f21283731f7246aaa632b5d721f926f9355e1bc /tools/perf/scripts/python/syscall-counts-by-pid.py
parent3d97d88e8091f3501e016f6b4ce45a32c4b8f2f6 (diff)
net: remove bypassed check in sch_direct_xmit()
Checking netif_xmit_frozen_or_stopped() at the end of sch_direct_xmit() is being bypassed. This is because "ret" from sch_direct_xmit() will be either NETDEV_TX_OK or NETDEV_TX_BUSY, and only ret == NETDEV_TX_OK == 0 will reach the condition: if (ret && netif_xmit_frozen_or_stopped(txq)) return false; This patch cleans up the code by removing the whole condition. For more discussion about this, please refer to https://marc.info/?t=152727195700008 Signed-off-by: Song Liu <[email protected]> Cc: John Fastabend <[email protected]> Cc: Alexei Starovoitov <[email protected]> Cc: David S. Miller <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions