diff options
author | Eric Dumazet <edumazet@google.com> | 2015-11-30 17:57:28 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-03 05:44:32 +0100 |
commit | 7450aaf61f0ae2ee6cc6491138d11df2c25e7609 (patch) | |
tree | 73f84b184e25b8025e76f9a8d53fba6698a7b16c /drivers/net/ethernet/8390 | |
parent | Merge branch 'hv_netvsc-less-headroom' (diff) | |
download | linux-7450aaf61f0ae2ee6cc6491138d11df2c25e7609.tar.xz linux-7450aaf61f0ae2ee6cc6491138d11df2c25e7609.zip |
tcp: suppress too verbose messages in tcp_send_ack()
If tcp_send_ack() can not allocate skb, we properly handle this
and setup a timer to try later.
Use __GFP_NOWARN to avoid polluting syslog in the case host is
under memory pressure, so that pertinent messages are not lost under
a flood of useless information.
sk_gfp_atomic() can use its gfp_mask argument (all callers currently
were using GFP_ATOMIC before this patch)
We rename sk_gfp_atomic() to sk_gfp_mask() to clearly express this
function now takes into account its second argument (gfp_mask)
Note that when tcp_transmit_skb() is called with clone_it set to false,
we do not attempt memory allocations, so can pass a 0 gfp_mask, which
most compilers can emit faster than a non zero or constant value.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/8390')
0 files changed, 0 insertions, 0 deletions