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 D18DA38D684; Thu, 16 Apr 2026 16:26:16 +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=1776356776; cv=none; b=Rl/ukc3qlNhFBpIre6dJ/1MY22kFE5tJsUPQB/9kdZT51pv3f0cpmvUvhTXR41AbSDrX0hKrr9OZCoEHleYBxaa39Q3zEzSTSrIGXgHvVsqaKynZKixCso3S3Tu+ucBibuXVzyyx3CaAjfQjEkTtLepfXoynmRWzCqpEL1caz3M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776356776; c=relaxed/simple; bh=PnVEvj6r4sM2KRt+fmf1YQaMJvfoFChBTj4QPF/SHdw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=iXWD6To43nEDy2xmv5Tjrg1Rzw+pfuLJEjDOKR1ix7b/2C3PVAYELruGtvDOtqRSWHYRou+jx3kOKPZ7S/ZgQdzDs+3gAoA+9DnpzwdzlHQqdJ1qxnQvD/xgTnfwHZJITq1YoOiGbOIEriigFzy47AjNefbFPcu8B7eXBbFsAsc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=awK++3tG; 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="awK++3tG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB78DC2BCAF; Thu, 16 Apr 2026 16:26:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776356776; bh=PnVEvj6r4sM2KRt+fmf1YQaMJvfoFChBTj4QPF/SHdw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=awK++3tGXqBbiNzli2NJpfp3fJ47bQKsWqv8FDORt9kIcO9bomb9QBkIKKBBOMBJp 8opXAkfh0eNNGiBSW+SDgZJ+ZCPbc69yP4/Os7JS80fE6jH7RET2l1mbQZWYXAb+w0 gB5ld1Bape/Rkxk+RGP0Trly4jd0gvaAa3fmdv8HqlUUnV/uFt5e/GRX8mAqb5wgi0 XL5NVnKd3XjaakaDSkkF7TjsMH3QU8wTkMU2zxna4QrnlGYxswewbyCLDVt96v6XmK ofVPGqTfSA2jKdXhPY49nUuHfndip2XJhI8HKf+0DXo1YWlQh/Kf3tNg5b/QE/C3PD kKzjwcouW/c2g== Date: Thu, 16 Apr 2026 09:26:14 -0700 From: Jakub Kicinski To: Chuang Wang Cc: "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Stanislav Fomichev , Kuniyuki Iwashima , Samiullah Khawaja , Hangbin Liu , Krishna Kumar , Neal Cardwell , Willem de Bruijn , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net v2] net: reduce RFS/ARFS flow updates by checking LLC affinity Message-ID: <20260416092614.3d0e3408@kernel.org> In-Reply-To: <20260414035931.45692-1-nashuiliang@gmail.com> References: <20260414035931.45692-1-nashuiliang@gmail.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 14 Apr 2026 11:59:20 +0800 Chuang Wang wrote: > Subject: [PATCH net v2] net: reduce RFS/ARFS flow updates by checking LLC affinity "net" is for fixes, I think you want to target the "net-next" tree. Unfortunately that tree is closed for the duration of the merge window, please come back in 2 weeks: https://netdev.bots.linux.dev/net-next.html