From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CF9713D5F59; Thu, 22 Jan 2026 16:10:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769098222; cv=none; b=R1yCUn9m9n1vg+E6+sA/ONfCSTvKnqSSV2ypvBOUn6n2ZVuqEXWwCntfBNScgBLrVXwsT/zMLesJEXjJYO5Hml0sdUGrbW7+M0Ay+AdkDqDYfrSrF7DJd73AvZDxuruU6U2eE+tH1ZWTQSFkWJUnReGdRWL7eX7EwMQVK4iCb1o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769098222; c=relaxed/simple; bh=2bAlA9gFL5wt5NUhdfiV1QPinl/S38Ba+SkiCQ8JNnI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=eyO+SFZrKQyOas/9rFd5y7NdCA+MTxlHilnTZ5ezW1dIZPUOQaYhGtTmT8xBYPCPKFPiF/MNNRJUHtOb8OrjX7BnZ3kQJXWU6lkV9EB9HzUJ7RVSCqpg8tuJF0IbJHM94aDQ0oZ2oOUHTpw9i1JNZjFkaS0/WSZ4WkKfB8S6KIc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=p2d6uBIQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="p2d6uBIQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 719E3C116C6; Thu, 22 Jan 2026 16:10:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769098220; bh=2bAlA9gFL5wt5NUhdfiV1QPinl/S38Ba+SkiCQ8JNnI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=p2d6uBIQCmFjqUdwPq632cM7oJwfvnore8iw8oZwSMsKI2L1yRCJhnSTiO5TcXm9a eECyLJZAZUTtmKHcaV8oN4bEUhNuVPpd6kHtYVV9p3vfHRN8f0b47bjL92aeJKQAgr ia5Aesm+98qXSYm3ND1Dl0Dtlc+l7YInj0mUlSYpO+x7g5KbWcM6ptAUQAYq37gumt euOKk2cEuzWSFsK/H5IgOymqghIRPFp2VkQguJyQtf2BD+dYkhiyL9c6YcQPALTmtp mH6sXFoBrfGJ/vwxoqTHpiTx2pY6isdsvtsmcf4t/nIcCimtdfO8hfTYSXIBuz/BOG sq7ZDre+kl5Ag== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 11AE13808200; Thu, 22 Jan 2026 16:10:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] hinic3: Fix netif_queue_set_napi queue_index input parameter error From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176909821684.1785789.11855438020354968851.git-patchwork-notify@kernel.org> Date: Thu, 22 Jan 2026 16:10:16 +0000 References: <7b8e4eb5c53cbd873ee9aaefeb3d9dbbaff52deb.1769070766.git.zhuyikai1@h-partners.com> In-Reply-To: <7b8e4eb5c53cbd873ee9aaefeb3d9dbbaff52deb.1769070766.git.zhuyikai1@h-partners.com> To: Fan Gong Cc: zhuyikai1@h-partners.com, netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, andrew+netdev@lunn.ch, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, luosifu@huawei.com, guoxin09@huawei.com, zhoushuai28@huawei.com, wulike1@huawei.com, shijing34@huawei.com, luoyang82@h-partners.com Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 22 Jan 2026 17:41:55 +0800 you wrote: > Incorrectly transmitted interrupt number instead of queue number > when using netif_queue_set_napi. Besides, move this to appropriate > code location to set napi. > > Remove redundant netif_stop_subqueue beacuase it is not part of the > hinic3_send_one_skb process. > > [...] Here is the summary with links: - [net] hinic3: Fix netif_queue_set_napi queue_index input parameter error https://git.kernel.org/netdev/net/c/fb2bb2a1ebf7 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html