Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2133006ybi; Sat, 25 May 2019 16:43:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqxWmfYrDZpOAXrtTNwsdH5z4GepilAfMJF2IN3IjkjI6Cr4hyMnqx5lYF4n0iaqeAJc7F2n X-Received: by 2002:a63:7d09:: with SMTP id y9mr95155104pgc.350.1558827819673; Sat, 25 May 2019 16:43:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558827819; cv=none; d=google.com; s=arc-20160816; b=XJryV0BhXR3U6xYX6NP0y3fRFF7FdeooW2DeVa/YMEFBVgvM8Vq7csshE6xi6K1x9A hBxUJbdOiroCF9Kv6++BmBqURFDjwM4aSqfBaDDKU9bfE4m6ZSgO7YrZlz+WBjaKUrDB Poo1lzQWSPARV1onLIGfVPTa5E6POZQ0wWLeB3sPyaCl4xNroCUhAxXqbE+34Z0qW/Lr 7pYXgtlKdYewXQms8U7W/ei0yHcXh6Vg8AjZpHjMv4G/UEnTSW4pgaxsPpK1TUerCN85 hFLRDk8iJR4uvWE3xi2IjuC5Ajdd07SErMo7K720wBnNgR5K0W3JsUH+/UF8dwjX+FBz esNA== 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=2JTmDaO8BZpBWqVQHlo7U7Fo0b++DFw+dUGNeSuRMuI=; b=yx8uPpOGijNLQxJpiBULHzu/JraAl1Csmi9uCMwgtp/smoVqrc4k/4k43NpeL3wIwu n05KwWqsq6KUVE7JXjn2aqwR5TsevqL8K35iKrrXWt2MEK4A19hti0ezr7f0YCKu+b9r I/NC1Bp3lI9PpYBTL14SylXq/WTsEWhpffj+ZKg+NWh9Lpj71AXs1jqaMYgps4YHEkw0 iOpXGPG0o8clm1NzuWTIt/cuQBamPu7O30fe68O6ffXoE/NuvNhqJc04brpaoDnj6cvV 0F18iQTKATwadSji415ddSbrIEqnIFScaikD+0K7gLxPMknKw0S47AwSduwo51WmbpNW zDnw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g22si10505412pgb.107.2019.05.25.16.42.54; Sat, 25 May 2019 16:43:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727541AbfEYXhc (ORCPT + 99 others); Sat, 25 May 2019 19:37:32 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:33022 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727431AbfEYXhc (ORCPT ); Sat, 25 May 2019 19:37:32 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::3d8]) (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 5C98F1500AE49; Sat, 25 May 2019 16:37:31 -0700 (PDT) Date: Sat, 25 May 2019 16:35:45 -0700 (PDT) Message-Id: <20190525.163545.974576953807440461.davem@davemloft.net> To: maxime.chevallier@bootlin.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, antoine.tenart@bootlin.com, thomas.petazzoni@bootlin.com, ecree@solarflare.com Subject: Re: [PATCH net-next] net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool ops From: David Miller In-Reply-To: <20190524100530.8445-1-maxime.chevallier@bootlin.com> References: <20190524100530.8445-1-maxime.chevallier@bootlin.com> X-Mailer: Mew version 6.8 on Emacs 26.1 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]); Sat, 25 May 2019 16:37:31 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Maxime Chevallier Date: Fri, 24 May 2019 12:05:30 +0200 > ethtool ops get_rxfh_context and set_rxfh_context are used to create, > remove and access parameters associated to RSS contexts, in a similar > fashion to get_rxfh and set_rxfh. > > Add a small descritopn of these callbacks in the struct ethtool_ops doc. > > Signed-off-by: Maxime Chevallier As a doc fix, I'll put this into 'net'. Thank you.