From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 02/10] udp: add gso Date: Wed, 25 Apr 2018 16:54:11 -0400 (EDT) Message-ID: <20180425.165411.2045516859731751233.davem@davemloft.net> References: <20180425185601.55511-3-willemdebruijn.kernel@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: alexander.duyck@gmail.com, netdev@vger.kernel.org, dmichail@google.com, willemb@google.com To: willemdebruijn.kernel@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:55466 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751424AbeDYUyQ (ORCPT ); Wed, 25 Apr 2018 16:54:16 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Willem de Bruijn Date: Wed, 25 Apr 2018 16:51:41 -0400 > I have been itching to rename the UFO flag, though I then find > SKB_GSO_UFO easier to differentiate from SKB_GSO_UDP > than SKB_GFO_UDP. > > But, the uapi headers will continue to have > VIRTIO_NET_HDR_GSO_UDP for UFO, so changing this > might only further complicate things. I think changing the name makes things more complicated, exactly because of all of this other legacy stuff.