Re: [PATCH v2 2/2] tcp: Update TCP_BASE_MSS comment

2019-08-09 Thread David Miller
From: Josh Hunt Date: Wed, 7 Aug 2019 19:52:30 -0400 > TCP_BASE_MSS is used as the default initial MSS value when MTU probing is > enabled. Update the comment to reflect this. > > Suggested-by: Neal Cardwell > Signed-off-by: Josh Hunt Applied.

Re: [PATCH v2 2/2] tcp: Update TCP_BASE_MSS comment

2019-08-09 Thread Josh Hunt
On 8/9/19 11:43 AM, David Miller wrote: From: Josh Hunt Date: Fri, 9 Aug 2019 11:38:05 -0700 I forgot to tag these at net-next. Do I need to resubmit a v3 with net-next in the subject? No need. Thanks

Re: [PATCH v2 2/2] tcp: Update TCP_BASE_MSS comment

2019-08-09 Thread David Miller
From: Josh Hunt Date: Fri, 9 Aug 2019 11:38:05 -0700 > I forgot to tag these at net-next. Do I need to resubmit a v3 with > net-next in the subject? No need.

Re: [PATCH v2 2/2] tcp: Update TCP_BASE_MSS comment

2019-08-09 Thread Josh Hunt
On 8/7/19 11:13 PM, Eric Dumazet wrote: On 8/8/19 1:52 AM, Josh Hunt wrote: TCP_BASE_MSS is used as the default initial MSS value when MTU probing is enabled. Update the comment to reflect this. Suggested-by: Neal Cardwell Signed-off-by: Josh Hunt --- Signed-off-by: Eric Dumazet Dave

Re: [PATCH v2 2/2] tcp: Update TCP_BASE_MSS comment

2019-08-08 Thread Neal Cardwell
On Thu, Aug 8, 2019 at 2:13 AM Eric Dumazet wrote: > On 8/8/19 1:52 AM, Josh Hunt wrote: > > TCP_BASE_MSS is used as the default initial MSS value when MTU probing is > > enabled. Update the comment to reflect this. > > > > Suggested-by: Neal Cardwell > > Signed-off-by: Josh Hunt > > --- > > Sig

Re: [PATCH v2 2/2] tcp: Update TCP_BASE_MSS comment

2019-08-07 Thread Eric Dumazet
On 8/8/19 1:52 AM, Josh Hunt wrote: > TCP_BASE_MSS is used as the default initial MSS value when MTU probing is > enabled. Update the comment to reflect this. > > Suggested-by: Neal Cardwell > Signed-off-by: Josh Hunt > --- Signed-off-by: Eric Dumazet

[PATCH v2 2/2] tcp: Update TCP_BASE_MSS comment

2019-08-07 Thread Josh Hunt
TCP_BASE_MSS is used as the default initial MSS value when MTU probing is enabled. Update the comment to reflect this. Suggested-by: Neal Cardwell Signed-off-by: Josh Hunt --- include/net/tcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/tcp.h b/include/net/t