[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20130724.175505.163226229619748359.davem@davemloft.net>
Date: Wed, 24 Jul 2013 17:55:05 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: netdev@...r.kernel.org, rick.jones2@...com, ycheng@...gle.com,
ncardwell@...gle.com, mtk.manpages@...il.com
Subject: Re: [PATCH v3 net-next 1/2] net: add sk_stream_is_writeable()
helper
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Mon, 22 Jul 2013 20:26:31 -0700
> From: Eric Dumazet <edumazet@...gle.com>
>
> Several call sites use the hardcoded following condition :
>
> sk_stream_wspace(sk) >= sk_stream_min_wspace(sk)
>
> Lets use a helper because TCP_NOTSENT_LOWAT support will change this
> condition for TCP sockets.
>
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists