From patchwork Fri Mar 1 14:50:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 1906733 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.137; helo=smtp4.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=patchwork.ozlabs.org) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4TmWHC5Vmjz23fC for ; Sat, 2 Mar 2024 01:50:47 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id F02CD41E6F; Fri, 1 Mar 2024 14:50:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UcUa56AebOuJ; Fri, 1 Mar 2024 14:50:41 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=2605:bc80:3010:104::8cd3:938; helo=lists.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 774E440758 Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp4.osuosl.org (Postfix) with ESMTPS id 774E440758; Fri, 1 Mar 2024 14:50:41 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 32ECAC0DD8; Fri, 1 Mar 2024 14:50:41 +0000 (UTC) X-Original-To: ovs-dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 58CEFC0037 for ; Fri, 1 Mar 2024 14:50:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 36FE96082A for ; Fri, 1 Mar 2024 14:50:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Iy8qBkXH7jSN for ; Fri, 1 Mar 2024 14:50:37 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:4b98:dc4:8::229; helo=relay9-d.mail.gandi.net; envelope-from=horms@ovn.org; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp3.osuosl.org B4692610F4 Authentication-Results: smtp3.osuosl.org; dmarc=none (p=none dis=none) header.from=ovn.org DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org B4692610F4 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::229]) by smtp3.osuosl.org (Postfix) with ESMTPS id B4692610F4 for ; Fri, 1 Mar 2024 14:50:36 +0000 (UTC) Received: by mail.gandi.net (Postfix) with ESMTPSA id 77EBBFF802; Fri, 1 Mar 2024 14:50:33 +0000 (UTC) From: Simon Horman Date: Fri, 01 Mar 2024 14:50:29 +0000 Message-Id: <20240301-dei-t1-v2-0-10ee89c17b89@ovn.org> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIADXr4WUC/6tWKk4tykwtVrJSqFYqSi3LLM7MzwNyjHQUlJIzE vPSU3UzU4B8JSMDIxMDIyMj3ZTUTN0SQ92kxBRLU3NDi8RkI2MloOKCotS0zAqwQdGxtbUAFJf uflgAAAA= To: ovs-dev@openvswitch.org X-Mailer: b4 0.12.3 X-GND-Sasl: horms@ovn.org Subject: [ovs-dev] [PATCH v2 0/5] DEI: Address some instances of master and slave X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" Recently OVS adopted a policy of using the inclusive naming word list v1 [1, 2]. This patch-set addresses some uses of the terms master and slave by using alternate terms. These changes are not intended to have any runtime effect. [1] df5e5cf ("Documentation: Add section on inclusive language.") [2] https://inclusivenaming.org/word-lists/ Acked-by: Kevin Traynor --- Simon Horman (5): vswitch.xml: Use member wording for bonds. Documentation: Update to refer to main repository. netdev-linux: Rename sturct nedev_linux field as is_lag_primary netdev-linux: Rename local variables as primary_*. utilities: Use localhost as sample hostname. .../internals/committer-grant-revocation.rst | 2 +- Documentation/intro/install/dpdk.rst | 2 +- lib/netdev-linux-private.h | 2 +- lib/netdev-linux.c | 35 +++++++++++----------- utilities/usdt-scripts/kernel_delay.rst | 10 +++---- vswitchd/vswitch.xml | 4 +-- 6 files changed, 28 insertions(+), 27 deletions(-) base-commit: cc0e7951818a48fbbd11664e1ad0a509a180b558