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 46D87C433F5 for ; Fri, 21 Jan 2022 03:43:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233521AbiAUDnJ (ORCPT ); Thu, 20 Jan 2022 22:43:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233406AbiAUDnJ (ORCPT ); Thu, 20 Jan 2022 22:43:09 -0500 Received: from mail-pf1-x429.google.com (mail-pf1-x429.google.com [IPv6:2607:f8b0:4864:20::429]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B67D4C061574 for ; Thu, 20 Jan 2022 19:43:08 -0800 (PST) Received: by mail-pf1-x429.google.com with SMTP id v74so4453007pfc.1 for ; Thu, 20 Jan 2022 19:43:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=yqhczBMRKsOUw24Qte/I7JFi4WVSDDwpH9M4zhQm5Cw=; b=jhS+UwOXraTlDz7g0YmQpk/Wi6cK4vngfTjMDIWFz145li5UMsrnt5G1/pNJgvKZKI Gq313UYDahAJWl2xJ5MWw/yNjcE8xkaVBrJwQJVTTycHW+YxYMThwVn7eotN8Ecvrdm1 A7/dBY3pFp9k1at45VATbDfGJyXyzxD38i7X62sTNNigipei8VTziQMhVMj9GHBQXchE pUU4kZzYm2R+FFn37TciC+Y6GB4AgAPHDLP118sx534NnasEgsmEXwz4VYi7nG3j2RRx ZlsAbMZeYvPZHWkC9ZvNpV4XUMC/Nl2/nS0deGQrXT115EStsxqdlb1uLPlcAW4x9lov T0ww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=yqhczBMRKsOUw24Qte/I7JFi4WVSDDwpH9M4zhQm5Cw=; b=RaZbA2bllLf7SIW9A6FUZKFySz2egN/gw6VyN6jAl1vVTDV36znlfRjviJn3P70OPt UVDaSA9CLCSBPt0JIIJMCj4CZ/KS2P+Rd40zYXOJGz7lLYC7pn/jKOoT201rssefD5VZ tXRj7DUEoGqrN5G5Wjsj4ZP0vEjqwwDz9dfFECCfGGxnV7ft4Rs0Qb3icwLUTMZFwJvd XY9l4kNCBls7QB217YAfm2C/Fbl3maAeqzMQbgayqN0KRHuoUu4Z8SnmOaE1ueaCCII0 7e3YTn2X8svoS0w59A88a503bAqeQH5XgaiK0op3M4Jnk5QDttDhvO32/3AEfaxJaPrq 7ovQ== X-Gm-Message-State: AOAM531GCav7z/5vBNUiSTNthVp+UmMrNgQuy6c7IOBrYrHxJyFw1LO6 x2RiCjpr3qYhFNYySzRITQYjjIJcraBen0kEnDM= X-Google-Smtp-Source: ABdhPJwbAlYt+vsnlqRkSbK4Gw2XsrMOVf7BpXO7pCCCL/HnrTGSU1x5azEgFuk7Qyvms949/D2RHkHThsAaiE0lluQ= X-Received: by 2002:a63:8a44:: with SMTP id y65mr1556168pgd.456.1642736588103; Thu, 20 Jan 2022 19:43:08 -0800 (PST) MIME-Version: 1.0 References: <87ee5fd80m.fsf@bang-olufsen.dk> <87r19e5e8w.fsf@bang-olufsen.dk> <87v8ynbylk.fsf@bang-olufsen.dk> <20220120151222.dirhmsfyoumykalk@skbuf> <20220121020627.spli3diixw7uxurr@skbuf> In-Reply-To: From: Luiz Angelo Daros de Luca Date: Fri, 21 Jan 2022 00:42:57 -0300 Message-ID: Subject: Re: [PATCH net-next v4 11/11] net: dsa: realtek: rtl8365mb: multiple cpu ports, non cpu extint To: Florian Fainelli Cc: Vladimir Oltean , Andrew Lunn , Frank Wunderlich , =?UTF-8?Q?Alvin_=C5=A0ipraga?= , "netdev@vger.kernel.org" , "linus.walleij@linaro.org" , "vivien.didelot@gmail.com" , "arinc.unal@arinc9.com" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > Are we talking about an in tree driver? If so which is it? Yes, the one the patch touches: rtl8365mb. My device uses a mt7620a SoC and traffic passes through its mt7530 switch with vlan disabled before reaching the realtek switch. It still loads a swconfig driver but I think it might work without one. I just didn't stop to try it yet.