From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: Re: [PATCH RFC net-next 00/11] udp gso Date: Fri, 31 Aug 2018 03:09:02 -0700 Message-ID: <81f1442f-f229-8667-8c02-baabd193ba23@gmail.com> References: <20180417200059.30154-1-willemdebruijn.kernel@gmail.com> <20180417201557.GA4080@oracle.com> <20180417204829.GK7632@oracle.com> <8b4de31a06d9bdb69e348f88ad0dcbf7d8576477.camel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Network Development , Willem de Bruijn To: Paolo Abeni , Willem de Bruijn , Sowmini Varadhan Return-path: Received: from mail-wr1-f46.google.com ([209.85.221.46]:46400 "EHLO mail-wr1-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727559AbeHaOPv (ORCPT ); Fri, 31 Aug 2018 10:15:51 -0400 Received: by mail-wr1-f46.google.com with SMTP id a108-v6so10652801wrc.13 for ; Fri, 31 Aug 2018 03:09:05 -0700 (PDT) In-Reply-To: <8b4de31a06d9bdb69e348f88ad0dcbf7d8576477.camel@redhat.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 08/31/2018 02:09 AM, Paolo Abeni wrote: > I hope quic can leverage such scenario, but I > really know nothing about the protocol. > Most QUIC receivers are mobile phones, laptops, with wifi without GRO anyway... Even if they had GRO, the inter-packet delay would be too high for GRO to be successful. (vast majority of QUIC flows are < 100 Mbits because of the last mile hop) GSO UDP is used on servers with clear gains, but there are not really high speed receivers where GRO could be used.