Re: [PATCH net-next v2] tcp: remove SG-related comment in tcp_sendmsg()

2018-07-09 Thread David Miller
From: Julian Wiedmann Date: Mon, 9 Jul 2018 09:45:14 +0200 > Since commit 74d4a8f8d378 ("tcp: remove sk_can_gso() use"), the code > doesn't care whether the interface supports SG. > > Signed-off-by: Julian Wiedmann > --- > v2: remove the whole comment (Eric) Applied.

[PATCH net-next v2] tcp: remove SG-related comment in tcp_sendmsg()

2018-07-09 Thread Julian Wiedmann
Since commit 74d4a8f8d378 ("tcp: remove sk_can_gso() use"), the code doesn't care whether the interface supports SG. Signed-off-by: Julian Wiedmann --- v2: remove the whole comment (Eric) net/ipv4/tcp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index