Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1507355pxk; Fri, 2 Oct 2020 11:12:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx922uC6U1WISqNZKd53eP1KGemlOTpPREtok+FqBRt0r2+8erfbzUThgfgCBX8FvXNqYFd X-Received: by 2002:aa7:d353:: with SMTP id m19mr3634592edr.275.1601662350801; Fri, 02 Oct 2020 11:12:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601662350; cv=none; d=google.com; s=arc-20160816; b=Q7ZqNox3EIQ+wrPcSw2L8c32i2k5mVmftu5eEUTyb69B7kJQVbvr579OgbOGqjSjYv HjJeRlf3rfxTFuozPF+dFwSHqcaPOiR0jFtSaImIo/pJrH8vWV+Xw0FtY6R3CubwrHb6 lEAg9Tpe940KwMwNmvVEk1TWer4kFiYGvQx9sIsW0TTpeOCc22I9IB7hFqdGw3mXsyLA KSUgIy/v7ey7El78yvAOmhwxNhXdk941AQXdGPeM0ttGtRrWfrfUXDsjrkfkAnwd9oqI uJqRCPENf3Saw6K468TcX0zE/Pu12jIjao0Q6687kYABjVpX1rBthaz2XLkB3CMjuMyQ 12jw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=6Y3QVMULnzOQ+2KdUyPzuprN1E9jYD1UWnq12N/Hhn4=; b=hQWMDAEP62Ata24k7J6AUyd8l6EbHmFEhoZIeXtc5pMIAkEWw9PQLr6x2wFqZWihLS kIfNH0t7YEMah1RSpwJFQPuocvAhuHwD9UEyjdA5zCeC6270bcXgY07bqdxkCOVsH28A JByUcmoqfT7c2mfxoyJpt07qD/Vz12arEg7R8fLkI7shK64AIZw/BWbdnTipLs1x8E5V 5mc16e7u49EPGGXS/YcrLadX4Q5hyQDhdvx41hCGv0dJJzYYAmEtzu/4zHOHmG5960ax rEyR68sUHzTemCeDL8Ana/nA2LL0nWHsvYrFvRItNqXoTlEPkEUVi/yIj3+TV52xuNUL U49Q== 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 u4si1601675ejj.685.2020.10.02.11.12.08; Fri, 02 Oct 2020 11:12:30 -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 S2388270AbgJBSJQ (ORCPT + 99 others); Fri, 2 Oct 2020 14:09:16 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:40936 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726224AbgJBSJP (ORCPT ); Fri, 2 Oct 2020 14:09:15 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kOPUQ-00HHTe-FJ; Fri, 02 Oct 2020 20:09:06 +0200 Date: Fri, 2 Oct 2020 20:09:06 +0200 From: Andrew Lunn To: Jarod Wilson Cc: linux-kernel@vger.kernel.org, Jay Vosburgh , Veaceslav Falico , Andy Gospodarek , "David S. Miller" , Jakub Kicinski , Thomas Davis , netdev@vger.kernel.org Subject: Re: [PATCH net-next v2 5/6] bonding: update Documentation for port/bond terminology Message-ID: <20201002180906.GG3996795@lunn.ch> References: <20201002174001.3012643-1-jarod@redhat.com> <20201002174001.3012643-6-jarod@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201002174001.3012643-6-jarod@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 02, 2020 at 01:40:00PM -0400, Jarod Wilson wrote: > Point users to the new interface names instead of the old ones, where > appropriate. Userspace bits referenced still include use of master/slave, > but those can't be altered until userspace changes too, ideally after > these changes propagate to the community at large. > > Cc: Jay Vosburgh > Cc: Veaceslav Falico > Cc: Andy Gospodarek > Cc: "David S. Miller" > Cc: Jakub Kicinski > Cc: Thomas Davis > Cc: netdev@vger.kernel.org > Signed-off-by: Jarod Wilson > --- > Documentation/networking/bonding.rst | 440 +++++++++++++-------------- > 1 file changed, 220 insertions(+), 220 deletions(-) > > diff --git a/Documentation/networking/bonding.rst b/Documentation/networking/bonding.rst > index adc314639085..f4c4f0fae83b 100644 > --- a/Documentation/networking/bonding.rst > +++ b/Documentation/networking/bonding.rst > @@ -167,22 +167,22 @@ or, for backwards compatibility, the option value. E.g., > > The parameters are as follows: > > -active_slave > +active_port Hi Jarod It is going to take quite a while before all distributions user space gets updated. So todays API is going to live on for a few years. People are going to be search the documentation using the terms their user space uses, which are going to be todays terms, not the new ones you are introducing here. For that to work, i think you are going to have to introduce a table listing todays names and the new names you are adding, so search engines have some chance of finding this document, and readers have some clue as to how to translate from what their user space is using to the terms used in the document. Andrew