Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next] tcp: remove SG-related comment in tcp_sendmsg()
@ 2018-07-06  7:19 Julian Wiedmann
  2018-07-06 10:08 ` Eric Dumazet
  0 siblings, 1 reply; 4+ messages in thread
From: Julian Wiedmann @ 2018-07-06  7:19 UTC (permalink / raw)
  To: David Miller, Eric Dumazet; +Cc: Julian Wiedmann, netdev

Since commit 74d4a8f8d378 ("tcp: remove sk_can_gso() use"), the code
doesn't care whether the interface supports SG.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
---
 net/ipv4/tcp.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index bf461fa77ed6..516e89b57603 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -1275,9 +1275,7 @@ int tcp_sendmsg_locked(struct sock *sk, struct msghdr *msg, size_t size)
 			int linear;
 
 new_segment:
-			/* Allocate new segment. If the interface is SG,
-			 * allocate skb fitting to single page.
-			 */
+			/* Allocate new segment. */
 			if (!sk_stream_memory_free(sk))
 				goto wait_for_sndbuf;
 
-- 
2.16.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-09 22:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06  7:19 [PATCH net-next] tcp: remove SG-related comment in tcp_sendmsg() Julian Wiedmann
2018-07-06 10:08 ` Eric Dumazet
2018-07-09  7:45   ` [PATCH net-next v2] " Julian Wiedmann
2018-07-09 22:57     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox