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 8269EC04A68 for ; Thu, 28 Jul 2022 01:30:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234034AbiG1BaT (ORCPT ); Wed, 27 Jul 2022 21:30:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231626AbiG1BaQ (ORCPT ); Wed, 27 Jul 2022 21:30:16 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C668213D12 for ; Wed, 27 Jul 2022 18:30:15 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 82D0CB822BF for ; Thu, 28 Jul 2022 01:30:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 3D7BBC433D7; Thu, 28 Jul 2022 01:30:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658971813; bh=6M7LPl7AVnCuHvCFPetCs1ladM55LdMMFJo6wjlBxDI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=REo/EZHHHcGvY39+WHiNa5bXSx4zmZcyn5+pOp5swUOpO+61nahDP92LxxTOxrV/w JvZq0qFf5cX9G2awZIG7TqtfKYaEOo6Y564CLqRuhaxZRBpaLNVnvQe65bBnoo/v5N HMbnrYdJPHtzDWuX7n4N/42zSRqTUFK8w5pUiAb4QnMkptoJAEV0fOFcjiOZo2nWnl 19C3GMddnEf0fYxSaI3OMTfE/rOKGt/zYwmVYanelSnNUxiZevv/CCH0DScRlSg26L 708mHKjFgz7YBYXiuX8plLknZ+QEhpw6sstbpIhf+VFK8rL6/paq/w2HbApEtNYU3v InMKwtyCxalmg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 2272EC43142; Thu, 28 Jul 2022 01:30:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3 net] sfc: disable softirqs for ptp TX From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165897181313.2015.11008674774502875788.git-patchwork-notify@kernel.org> Date: Thu, 28 Jul 2022 01:30:13 +0000 References: <20220726064504.49613-1-alejandro.lucero-palau@amd.com> In-Reply-To: <20220726064504.49613-1-alejandro.lucero-palau@amd.com> To: Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, linux-net-drivers@amd.com, netdev@vger.kernel.org, ecree.xilinx@gmail.com, habetsm.xilinx@gmail.com, edumazet@google.com, fw@strlen.de Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Tue, 26 Jul 2022 08:45:04 +0200 you wrote: > From: Alejandro Lucero > > Sending a PTP packet can imply to use the normal TX driver datapath but > invoked from the driver's ptp worker. The kernel generic TX code > disables softirqs and preemption before calling specific driver TX code, > but the ptp worker does not. Although current ptp driver functionality > does not require it, there are several reasons for doing so: > > [...] Here is the summary with links: - [v3,net] sfc: disable softirqs for ptp TX https://git.kernel.org/netdev/net/c/67c3b611d92f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html