diff options
author | 2019-10-01 11:39:04 -0300 | |
---|---|---|
committer | 2019-10-01 09:26:03 -0700 | |
commit | 5be5515a8ea198de6eb204a0ff25faf98b8ff719 (patch) | |
tree | 0ef40e10869fccb90f574b7b63c02e9db7862bc7 /scripts/bpf_helpers_doc.py | |
parent | r8152: Factor out OOB link list waits (diff) | |
download | linux-dev-5be5515a8ea198de6eb204a0ff25faf98b8ff719.tar.xz linux-dev-5be5515a8ea198de6eb204a0ff25faf98b8ff719.zip |
net: core: dev: replace state xoff flag comparison by netif_xmit_stopped method
Function netif_schedule_queue() has a hardcoded comparison between queue
state and any xoff flag. This comparison does the same thing as method
netif_xmit_stopped(). In terms of code clarity, it is better. See other
methods like: generic_xdp_tx() and dev_direct_xmit().
Signed-off-by: Julio Faracco <jcfaracco@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions