Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp44094ybt; Tue, 23 Jun 2020 14:53:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzYKwvOBEE0B/XtaVIn9oJZV5SIGriJqs67dmJsPRYPNQkDWgmMGTyiyfBgjQFFO4fZAzvN X-Received: by 2002:a17:906:7b83:: with SMTP id s3mr3952984ejo.184.1592949225765; Tue, 23 Jun 2020 14:53:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592949225; cv=none; d=google.com; s=arc-20160816; b=b0XKU4WjyPI3fFvvukEQf2qZEWx+48YeoVV4wPLpaHo63IKoZ2T8iVw2qker04j9Mi /pxyO3Rvh8aoMTUeVhuXKcoYpLGFUAFqMcEBT61pT99pA8GsIyc7BHBWJXbWH4aJ+U0x mttF0YNHoHwsEHl5cqvCPn3gvwoOKu+K6rU6+mnkK1yikAoNVkA5HC14MG/fyR4z6CNI 0/u71qjwvzIu1xYqTE8aeG9fuLDQOw4lnzaC/+VOwgY8JrWtTuh4t1qhqo34p9or7WPO ow1XS0SqFh/waCSbIULzyiqud+lf22K+YzDNQxoehFBNdlMKn6h0bB2227BoOAKTFcW8 5tZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=oUVc8vVLtY6uC+LI5A+AS8aNFOTp2SZB8F1+59BBRiY=; b=OaNiHlI3ClBOkMv6kXiFXEeC9o7ww3Z5NZVMKdxK1RCW1prkX6spEq29A3nbDaQSdF uI5TsTLGmbcJu9Uigsky/B6Kee/WAClSrxxhNdAKoMMP1/Xgcu7AYjE1ZFsAGFdcAgjf rV/cvDTEwPdQpJWUO3akDxqCBECnVANfHrNmYnubBStwD4StEH3LwKV3TFdLF/EBSCwm RYxuJkTchy2kAH2UaMFLS6X2n67wbcxJijfwq5N20a+vgtKkohptWEnWl3h7Z4K8DnYb FKTqcYaHWK3E0l130JQe0DUwXwu9rwqaEAGDPiO8k2ff23aFmcYIXHbgF0lWNuvPaZJK efBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p25si3106294edx.347.2020.06.23.14.53.21; Tue, 23 Jun 2020 14:53:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387896AbgFWVxD (ORCPT + 99 others); Tue, 23 Jun 2020 17:53:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387455AbgFWVxD (ORCPT ); Tue, 23 Jun 2020 17:53:03 -0400 Received: from shards.monkeyblade.net (shards.monkeyblade.net [IPv6:2620:137:e000::1:9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20430C061573; Tue, 23 Jun 2020 14:53:03 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:601:9f00:477::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 8257512944A9D; Tue, 23 Jun 2020 14:53:02 -0700 (PDT) Date: Tue, 23 Jun 2020 14:53:01 -0700 (PDT) Message-Id: <20200623.145301.492643975758571231.davem@davemloft.net> To: alobakin@pm.me Cc: kuba@kernel.org, mkubecek@suse.cz, f.fainelli@gmail.com, andrew@lunn.ch, jiri@mellanox.com, antoine.tenart@bootlin.com, steffen.klassert@secunet.com, ayal@mellanox.com, therbert@google.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 net] net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM From: David Miller In-Reply-To: References: X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 23 Jun 2020 14:53:03 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Alexander Lobakin Date: Tue, 23 Jun 2020 10:43:48 +0000 > Commit e585f2363637 ("udp: Changes to udp_offload to support remote > checksum offload") added new GSO type and a corresponding netdev > feature, but missed Ethtool's 'netdev_features_strings' table. > Give it a name so it will be exposed to userspace and become available > for manual configuration. > > v3: > - decouple from "netdev_features_strings[] cleanup" series; > - no functional changes. > > v2: > - don't split the "Fixes:" tag across lines; > - no functional changes. > > Fixes: e585f2363637 ("udp: Changes to udp_offload to support remote checksum offload") > Signed-off-by: Alexander Lobakin Applied and queued up for -stable, thanks.