From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [net-next PATCH v2 3/8] udp: Do not pass MSS as parameter to GSO segmentation Date: Fri, 4 May 2018 13:08:03 -0700 Message-ID: <84200426-da0f-6ff4-8ae1-209e417f76c6@gmail.com> References: <20180504182537.5194.72775.stgit@localhost.localdomain> <20180504182941.5194.49667.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Alexander Duyck , netdev@vger.kernel.org, willemb@google.com, davem@davemloft.net Return-path: Received: from mail-pg0-f45.google.com ([74.125.83.45]:46249 "EHLO mail-pg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751961AbeEDUIG (ORCPT ); Fri, 4 May 2018 16:08:06 -0400 Received: by mail-pg0-f45.google.com with SMTP id z4-v6so16119713pgu.13 for ; Fri, 04 May 2018 13:08:06 -0700 (PDT) In-Reply-To: <20180504182941.5194.49667.stgit@localhost.localdomain> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 05/04/2018 11:29 AM, Alexander Duyck wrote: > From: Alexander Duyck > > There is no point in passing MSS as a parameter for for the GSO > segmentation call as it is already available via the shared info for the > skb itself. > > Signed-off-by: Alexander Duyck > --- Reviewed-by: Eric Dumazet