From patchwork Sun Feb 21 21:33:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vladimir Oltean X-Patchwork-Id: 386101 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80011C433E6 for ; Sun, 21 Feb 2021 21:35:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5115264EBE for ; Sun, 21 Feb 2021 21:35:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230500AbhBUVfG (ORCPT ); Sun, 21 Feb 2021 16:35:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230445AbhBUVes (ORCPT ); Sun, 21 Feb 2021 16:34:48 -0500 Received: from mail-ej1-x635.google.com (mail-ej1-x635.google.com [IPv6:2a00:1450:4864:20::635]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 70580C061786 for ; Sun, 21 Feb 2021 13:34:07 -0800 (PST) Received: by mail-ej1-x635.google.com with SMTP id t11so26067544ejx.6 for ; Sun, 21 Feb 2021 13:34:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=AKsQ4gtGJ8jTbtTvuoZDPTvaoIlVet9b+lBdHfkMdhI=; b=ecStwvMNprNlu0rWimauxsja9gJST4ZAPyO6UyhDlFWCWukYypBQ8f740tJs4NKA3V 1egcm9RuJrR3O0L+RKRYDgBsmSeN/7/RPSxLA9W5OmLkt6BStDhA61obdEsWE7ZGEZ/Z cNOPJ8ApomMceMVbPPaAu2c6G+f+/sBRcpktgptzH36PwGhr4DPmvcLmoIMFn+qvI4WZ 2DWX4nVK7TiH5MfF1NTXe50ugW7tIhcxG9pxiWu70GwU5Pjo90fp4gsTmVTd+KXOQhHE oZ89sjWoJyya905y1YHl9k6OUuYLRSyWlLvnp8ABFs3c12zELe7cDPZg6rA7bFYtjkt6 BkiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=AKsQ4gtGJ8jTbtTvuoZDPTvaoIlVet9b+lBdHfkMdhI=; b=IbFK9pLxzcZQbZnu5u6wPb4RjlBM2Q3hKOVUUq85VWV5LhKAHFvNACAmQeXsdRbJTs Df0jnTYXC8lkWhgSG2RlxT+bFDNN00q8ioMRkpyfWRdaeJlrHHfoeN298Qe95axiLiKg HjarBayoiw2Am8GfgorZ89y3yP4YZRWXmOAv4pW5Mc1z3MDvy3ik3u6LES+IXNShz8Ra JcW+TSYP31OcVlNBOvgjgjf8ypNswjB93VCP7dgjVk+33eNmAShFyjW3MCYa4p+KHUi9 mWMsPjgYdNSLRpFBCrfXG3iecBwynlLKz+P1phumbLQOQPsyWA6hAUDnSJViwLvjab8k v4Lg== X-Gm-Message-State: AOAM533kRTSzvh0r7bqG66MBdzMfgn+Z4ykr7BwZ5Izp/dRcIvwiiZup V/EJfBWN6raGs9BMzVz+VRP6UYahM5Q= X-Google-Smtp-Source: ABdhPJzuhksja6MGTMyGt1EA9f85SftL+1SQ2i0Wpq0/0XzpLuMi1V9szR0Pn0QgefXrBy8ACZfK4Q== X-Received: by 2002:a17:906:43d7:: with SMTP id j23mr17973677ejn.519.1613943245517; Sun, 21 Feb 2021 13:34:05 -0800 (PST) Received: from localhost.localdomain ([188.25.217.13]) by smtp.gmail.com with ESMTPSA id rh22sm8948779ejb.105.2021.02.21.13.34.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 Feb 2021 13:34:05 -0800 (PST) From: Vladimir Oltean To: netdev@vger.kernel.org Cc: Andrew Lunn , Florian Fainelli , Vivien Didelot , Jiri Pirko , Ido Schimmel , DENG Qingfang , Tobias Waldekranz , George McCollister , Horatiu Vultur , Kurt Kanzenbach Subject: [RFC PATCH net-next 00/12] Documentation updates for switchdev and DSA Date: Sun, 21 Feb 2021 23:33:43 +0200 Message-Id: <20210221213355.1241450-1-olteanv@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Vladimir Oltean Many changes were made to the code but of course the documentation was not kept up to date. This is an attempt to update some of the verbiage. Suggestions for improvement would be very much appreciated. Florian Fainelli (1): Documentation: networking: switchdev: clarify device driver behavior Vladimir Oltean (11): Documentation: networking: update the graphical representation Documentation: networking: dsa: rewrite chapter about tagging protocol Documentation: networking: dsa: remove static port count from limitations Documentation: networking: dsa: remove references to switchdev prepare/commit Documentation: networking: dsa: remove TODO about porting more vendor drivers Documentation: networking: dsa: document the port_bridge_flags method Documentation: networking: dsa: mention integration with devlink Documentation: networking: dsa: add paragraph for the LAG offload Documentation: networking: dsa: add paragraph for the MRP offload Documentation: networking: dsa: add paragraph for the HSR/PRP offload Documentation: networking: switchdev: fix command for static FDB entries Documentation/networking/dsa/dsa.rst | 344 ++++++++++++++++++++----- Documentation/networking/switchdev.rst | 167 +++++++++++- 2 files changed, 441 insertions(+), 70 deletions(-)