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 61496C05027 for ; Wed, 8 Feb 2023 08:17:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229851AbjBHIR0 (ORCPT ); Wed, 8 Feb 2023 03:17:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229537AbjBHIRY (ORCPT ); Wed, 8 Feb 2023 03:17:24 -0500 Received: from sender4-op-o16.zoho.com (sender4-op-o16.zoho.com [136.143.188.16]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7BA8A4223; Wed, 8 Feb 2023 00:17:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675844211; cv=none; d=zohomail.com; s=zohoarc; b=IA9LHymsf2kSg6I071Hb83DQg01TPZM+LIewdhUMjLWfwU1qqq4a8z8swQdUeCoygFnSJFgeSn2N2UJAI86oaPgI0UW8wGOejBBygKo29lMAYucgTt9Y1qjki47j3GEKDMQvu7pVebUuc537UNbGioej2uoaFv9bJoUBk54g5Mg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1675844211; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=5XMRlovXSCuGXuMltBsIsFGA5zruLT3DBj1j9VAUF6k=; b=CDq9HEJPGgM/Di1ILxpLU3nn8MBghxVo4dN4MaBH2LFY4FC40XIqAaNXPFZGkltZU5q2WokB4csgpGPy5lezzHX216VMuoLe9zJxK5/8IOGvFxaKp8RibPgoAsHLFgW+4WEqzzBf1dixrEUixj6bA1ej3mIEdZ66yYoESiFNYEg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=arinc9.com; spf=pass smtp.mailfrom=arinc.unal@arinc9.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1675844211; s=zmail; d=arinc9.com; i=arinc.unal@arinc9.com; h=Message-ID:Date:Date:MIME-Version:Subject:Subject:To:To:Cc:Cc:References:From:From:In-Reply-To:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=5XMRlovXSCuGXuMltBsIsFGA5zruLT3DBj1j9VAUF6k=; b=Mb3e9o5aU7Tix3zIANaex1qAELYT7iODUNNBDwQsQGbQB/V8osxiTZgSt6icXyFs DmFqdp5EO7SJKtMPBUyEJTdr6VD9GZkQNVoeKam4QQpATunZc0uP9kRUGW5h1eei/9Q +SJTZvBmlEKBPl4DmtwSCHNvOZkM6FRTeatIgX3g= Received: from [10.10.10.3] (37.120.152.236 [37.120.152.236]) by mx.zohomail.com with SMTPS id 1675844209491114.13377348641097; Wed, 8 Feb 2023 00:16:49 -0800 (PST) Message-ID: <093a3572-8910-5cff-c7d7-624b96eadb39@arinc9.com> Date: Wed, 8 Feb 2023 11:16:44 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: Aw: Re: [PATCH net v3 4/5] net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging Content-Language: en-US To: Frank Wunderlich Cc: Felix Fietkau , netdev@vger.kernel.org, John Crispin , Sean Wang , Mark Lee , Lorenzo Bianconi , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Matthias Brugger , Russell King , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, erkin.bozoglu@xeront.com References: <20221230073145.53386-1-nbd@nbd.name> <20221230073145.53386-4-nbd@nbd.name> <79506b27-d71a-c341-48fd-0e6d3a973f2e@arinc9.com> From: =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-ZohoMailClient: External Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8.02.2023 10:46, Frank Wunderlich wrote: > Hi, > > just to confirm, my issues were not caused by this series, it was there before and now fixed with [1] > > at least one issue arinc is mention is fixed with [2] Actually, [2] fixes another issue that I didn't mention here. But all the issues I mentioned here is unrelated to this patch series, and I already have some patches to submit that will fix them, so this series is in the clear. > > so please apply Agreed. Arınç