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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2628BC433F5 for ; Thu, 28 Oct 2021 12:00:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0BABE61154 for ; Thu, 28 Oct 2021 12:00:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230331AbhJ1MCh (ORCPT ); Thu, 28 Oct 2021 08:02:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:45722 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230210AbhJ1MCe (ORCPT ); Thu, 28 Oct 2021 08:02:34 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id BFCFA61130; Thu, 28 Oct 2021 12:00:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635422407; bh=EFPoOzbSRGaasnO2PlS6EWDHk5rheyoOgN5sDEEmjIk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=V6DdNAf/DkyOqBOEI+X1VQqrrKdKKqMbWDGDDIkm4+L6IDBHVxOnQJoqSgywmKkn4 p7M12C2XenLgvqUSLGVdugGcOHU6DFwMU/Y6X4R4lXTXmh/qRzydD6X/MnjuCEBjMn NW5LD931knIhtWMmC2TnZOkKyTZYXdplZs5I4jGpkoZNEdf/yMyPLrLHto4Ut39Y3C z8ZQD1Ns7hg+aw55i2voJDnXUs75ns5LeuVucaYsY0rBxawP6EyxozEYKf1DLc96+t M9CTvHE0Wa0o9oFgvEI3Jc36kfqVT8X/ayQK/Gs+ToA37U7S9kDB635FCa2yTdNIF5 ne5Zou5ORYE3w== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 1/1] vmxnet3: do not stop tx queues after netif_device_detach() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163542240770.19547.1805813985731436660.git-patchwork-notify@kernel.org> Date: Thu, 28 Oct 2021 12:00:07 +0000 References: <20211026215031.5157-1-dongli.zhang@oracle.com> In-Reply-To: <20211026215031.5157-1-dongli.zhang@oracle.com> To: Dongli Zhang Cc: pv-drivers@vmware.com, netdev@vger.kernel.org, doshir@vmware.com, davem@davemloft.net, kuba@kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Tue, 26 Oct 2021 14:50:31 -0700 you wrote: > The netif_device_detach() conditionally stops all tx queues if the queues > are running. There is no need to call netif_tx_stop_all_queues() again. > > Signed-off-by: Dongli Zhang > --- > While I do not have vmware env, I did test with QEMU + vmxnet3. > > [...] Here is the summary with links: - [1/1] vmxnet3: do not stop tx queues after netif_device_detach() https://git.kernel.org/netdev/net/c/9159f102402a You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html