From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6680FC25B08 for ; Wed, 17 Aug 2022 17:27:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238596AbiHQR1L (ORCPT ); Wed, 17 Aug 2022 13:27:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238035AbiHQR1J (ORCPT ); Wed, 17 Aug 2022 13:27:09 -0400 Received: from mail-ed1-x52e.google.com (mail-ed1-x52e.google.com [IPv6:2a00:1450:4864:20::52e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8360A031C; Wed, 17 Aug 2022 10:27:08 -0700 (PDT) Received: by mail-ed1-x52e.google.com with SMTP id w3so18417484edc.2; Wed, 17 Aug 2022 10:27:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc; bh=wZI3tld/QNucTFtbrUt7UlOI+G9nC5bXjdIDXeunuuU=; b=o9/QqRtP0PXeKhucl+cs0Ac5sNYNh7KvuMZec5/liF8Tue6Vm/HbH0jenXByiQlbQh 2VxgIaZXbP7YS6TYVqSMMNLokE5fXNlgpSsriwyMt/NtieyPKITQd/7LTskuwP5rXG4n fM7ykT6iqS27mztynRBaQj6/C65TJet2NA8NV2ja34zTvxYErfnV3HneRLzgXj+XG9oo yYp99phiV/9Jjzkm7+55lKvnPoYblEXnUyh9LBfOjIRYtHnf7Z0U0whEYJUUqGDl0yUV lV6CODOH4srpX/EbTx/Lcd/NNUeRv41GBeloSlq3isKIKwJmTuHNvXJUTBovIuHqrPoB Ul1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=wZI3tld/QNucTFtbrUt7UlOI+G9nC5bXjdIDXeunuuU=; b=1slrIbZzfAXL3g1KIPeHvWcaNdVX0R4LcWzXV3VRQy7R43WWxsOKGhwClvfKKhSHdY 27V8kZxYb6k32h+srQ4ZbhWnSMttMEAGxrswZ0Fg8/dGxVrU6yZ1OUWV+/OUTUNkLT38 MHDahOTz2+JlKfQ9k4yD23u55bSqkD73M3BL4m1S0SwP5gG++WtedYOm+iiIZcxCO1Z4 +cjVsr9rJozEhzGIE2tcunOS0RO+QNFdi8NioNMx65VczDTPGcQ7Y1ZPfJPhiFhmSUVH 5BsLulDr1uKSVQuxFjQ0zVVDauUf8fGS40z62EiEtBzspzVzwUwnBi4wMJg+9VPppjYb o3Vw== X-Gm-Message-State: ACgBeo1PdewGvVgOCk8esEEXxESiV+kJP9g9NfjakiNq2PHKePGXm1/f 5Xoi1PFzOY4BKb9TgSjjJ58= X-Google-Smtp-Source: AA6agR5XbwlsjSwC7+Y/qAB6qjRysLq5+bXTKf0VLMQ7e9XSIqBIOCpgjiU7bmwKesvqXCNbSOEsAg== X-Received: by 2002:a05:6402:3304:b0:43e:8623:c402 with SMTP id e4-20020a056402330400b0043e8623c402mr24187784eda.200.1660757227343; Wed, 17 Aug 2022 10:27:07 -0700 (PDT) Received: from skbuf ([188.26.184.170]) by smtp.gmail.com with ESMTPSA id mu8-20020a1709068a8800b00730860b6c43sm7103646ejc.173.2022.08.17.10.27.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Aug 2022 10:27:06 -0700 (PDT) Date: Wed, 17 Aug 2022 20:27:04 +0300 From: Vladimir Oltean To: Jakub Kicinski Cc: Florian Fainelli , netdev@vger.kernel.org, Andrew Lunn , Vivien Didelot , "David S. Miller" , Eric Dumazet , Paolo Abeni , open list Subject: Re: [PATCH net-next 0/2] net: dsa: bcm_sf2: Utilize PHYLINK for all ports Message-ID: <20220817172704.ne3cwqcfzplt2pgp@skbuf> References: <20220815175009.2681932-1-f.fainelli@gmail.com> <20220817085414.53eca40f@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220817085414.53eca40f@kernel.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, Aug 17, 2022 at 08:54:14AM -0700, Jakub Kicinski wrote: > On Mon, 15 Aug 2022 10:50:07 -0700 Florian Fainelli wrote: > > Hi all, > > > > This patch series has the bcm_sf2 driver utilize PHYLINK to configure > > the CPU port link parameters to unify the configuration and pave the way > > for DSA to utilize PHYLINK for all ports in the future. > > > > Tested on BCM7445 and BCM7278 > > Last call for reviews.. My review is: let's see what breaks...