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 D6ED434216B; Wed, 21 Jan 2026 02:40:24 +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=1768963224; cv=none; b=i2GJH0nsd4mhIE9+LhzzlGPX2LNw3Vqa0544chySMN4ddPCmJCK31DvVySaOLaqjCeFC+/tcJSt2W2ZNpcs4MFI1OMYbNJK4jmBw6wVhkwnB9cPvVsJmZE8eGarp+wLfQYExM2Wcc3JfuXHVQLYWka+3ci0dmA7tPBuMyz1pOr4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768963224; c=relaxed/simple; bh=WIqdDmxn6eIWjsCyVObWnnu2UaDoxNR+3w9tBmNYpCI=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=SGHCmnj0Uhl2TKXk9Qw6BHZR4Zim9ancAg8oTI8JGuqmcI9ChyeqIIiyNo1OXWZ+Ym0lTI8JSSoHj9ChAPXCbjbnigBbC+773PWsDB0DfBDi2MkPd2aXrPB8hCglL4fcqGy3zVb3U5hwSiUtE97ChpOh9uK/WGlnRCA2GR714o8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=AttnSJRZ; 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="AttnSJRZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6AD84C16AAE; Wed, 21 Jan 2026 02:40:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768963224; bh=WIqdDmxn6eIWjsCyVObWnnu2UaDoxNR+3w9tBmNYpCI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=AttnSJRZoMIo/VoftPUGPoqsh9MNiKfjUk72SJzHnuMMovRjZZY3JgurhmSKtRqlf HoAQqCWjxc8xhG1QOVZpg8kj9e+mo+038M4WYoRQ58XBA1rx6uMuv2jp6FsKaz4Gsz ehVeXO1Kj/aA2CXnchZ8+WXk7oY+rlakqoo2cFlQ5naiITQed/z53Vz8PItdbit4nF v9L5gpjSbYxMbC+rj6N5ycbc6aq9OBPAIucwRV8JLm6KvDrE9KhVmlqWEDCRiJKfav qxWG2aL3t/Zf5uYi5d3yXFrvqrmS1j4utAYbQHFx5v13scU29tx0+m0Tx+kUEoJwH4 Xgdd+vOuhbocg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 11CB4380820D; Wed, 21 Jan 2026 02:40:23 +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 0/2] fix some bugs in the flow director of HNS3 driver From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176896322184.699622.7016339450452839446.git-patchwork-notify@kernel.org> Date: Wed, 21 Jan 2026 02:40:21 +0000 References: <20260119132840.410513-1-shaojijie@huawei.com> In-Reply-To: <20260119132840.410513-1-shaojijie@huawei.com> To: Jijie Shao Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, andrew+netdev@lunn.ch, horms@kernel.org, shenjian15@huawei.com, liuyonglong@huawei.com, chenhao418@huawei.com, lantao5@huawei.com, huangdonghua3@h-partners.com, yangshuaisong@h-partners.com, jonathan.cameron@huawei.com, salil.mehta@huawei.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 19 Jan 2026 21:28:38 +0800 you wrote: > This patchset fixes two bugs in the flow director: > 1. Incorrect definition of HCLGE_FD_AD_COUNTER_NUM_M > 2. Incorrect assignment of HCLGE_FD_AD_NXT_KEY > > Jijie Shao (2): > net: hns3: fix wrong GENMASK() for HCLGE_FD_AD_COUNTER_NUM_M > net: hns3: fix the HCLGE_FD_AD_NXT_KEY error setting issue > > [...] Here is the summary with links: - [net,1/2] net: hns3: fix wrong GENMASK() for HCLGE_FD_AD_COUNTER_NUM_M https://git.kernel.org/netdev/net/c/d57c67c956a1 - [net,2/2] net: hns3: fix the HCLGE_FD_AD_NXT_KEY error setting issue https://git.kernel.org/netdev/net/c/f87e034d16e4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html