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 96E78EB64D9 for ; Tue, 27 Jun 2023 15:53:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231880AbjF0Pxj (ORCPT ); Tue, 27 Jun 2023 11:53:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbjF0Pxg (ORCPT ); Tue, 27 Jun 2023 11:53:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E1D2E19A4 for ; Tue, 27 Jun 2023 08:53:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7D427611D6 for ; Tue, 27 Jun 2023 15:53:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61171C433C8; Tue, 27 Jun 2023 15:53:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687881214; bh=VFH04KQ3gvefUySLTDf8LtzRnAMEIEUyc0inlA7xpbM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=mI2EHfIeePjlJPuspRxyfSV9FsMA9HlLGkZd+HcdZ8vlvKxDr9MoWJKA8AsAqT8wd 1djlje/vvpiXQhKC925sxIhVOHfBuLGyYyjyFlMwBl5pLHfh/MYxlp3NGnL4yzegCk KZqnQ757xoGvpJaSVeH8hDaGnocMW7uwHiTb9tIQmFhf2C29RTSQG1SJeINdPqfQKn je1v5uyAAy8pne/K0OoQwv0m1esdCnx8hGhNpc8JzYMrZii7xyEt8Fy6w3fwaH1ZOM 8C1tUvcXeLzfOZ75STv4hhQzEc++98WCFIbnHrIsqQrgSl4BvZEdbCaX52uJ6MalrD mMXt/XLNELSVA== Date: Tue, 27 Jun 2023 08:53:33 -0700 From: Jakub Kicinski To: Vladimir Oltean Cc: Vladimir Oltean , netdev@vger.kernel.org, Andrew Lunn , Florian Fainelli , "David S. Miller" , Eric Dumazet , Paolo Abeni , Claudiu Manoil , Alexandre Belloni , UNGLinuxDriver@microchip.com, Xiaoliang Yang , Richard Cochran , Antoine Tenart , linux-kernel@vger.kernel.org Subject: Re: [PATCH net 3/3] net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is disabled Message-ID: <20230627085333.0968615d@kernel.org> In-Reply-To: <20230627155147.atvr32v3vldnybrc@skbuf> References: <20230626154003.3153076-1-vladimir.oltean@nxp.com> <20230626154003.3153076-4-vladimir.oltean@nxp.com> <20230627151222.bn3vboqjutkqzxjs@skbuf> <20230627084651.055a228c@kernel.org> <20230627155147.atvr32v3vldnybrc@skbuf> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 27 Jun 2023 18:51:47 +0300 Vladimir Oltean wrote: > > pw-bot: changes-requested > > > > a) your email address is different and the bot doesn't understand > > aliases > > b) commands are hard to remember > > c) don't care about patchwork > > d) laziness > > e) other > > hmm, I'll tick e) unslept... Ah, good, I was worried it was the aliases and I don't have a great plan yet for how to deal with that :)