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 ECFE622B8B6; Fri, 13 Feb 2026 20:09: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=1771013357; cv=none; b=Z9o2HTqSMFI+K1oPt3zq4huoCVNAeTX9VgQyodCrM3YdrJxDr2gRV5fUqvlbQxYEpWQ3noWrR/2lkmWFGAVp3tFn+0IM3CaEvO/KAm4K5hFVgY9URMnNK2sN9L0K2Fa+HFDQ6liaXz463xM2PqIcxlk+Q0zjtAoxHYNF1fUB/78= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771013357; c=relaxed/simple; bh=hwil1v8cOOxYX9g8fOoQ0xXGgetidedDLd7mpjii16Y=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=O3INJ1nOap1DARIMmQRt25pLcFw1kCkG60GFw5jyWSDXTNe26pkqa21GPXc9Ks1TLZKoeb4HnK8TaKNIdkpWcvC/qkTD5/DECCxJNay+HbsAZQqj0WnGweKars6eDExvyBdI8UuoaSYufGpZoyHdWIyF4IA3gS0vOyhIC0ScdjE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NkRH2R4k; 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="NkRH2R4k" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A322C116C6; Fri, 13 Feb 2026 20:09:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771013356; bh=hwil1v8cOOxYX9g8fOoQ0xXGgetidedDLd7mpjii16Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=NkRH2R4k3catVXNwWYKbPVqIqlX7exf7NYAhqZIDjQVPI4oj5CEsuvp3dWcH4JYfc Kl2ktTWtzm5oVSHAWdNUE4cdD4MdHFmlrbkeWKX/j4g45LQqVREU0g2rFOs9J9+pC1 v5z5nUWSvBfzSSl5U2XVxCzoBvXM8Y34au+gFu2MIsKMoKQDuuYipk95dgblJzwj03 4L3+gqiaprh4kJZEOVAwGQNGfLhyQwuA3ZOtxBjMXGB9fbh+UG0RRYTZXVR7yz8ItB gr6jUwwE0133fL2RvBQIa4+Ja0Tfiuvv71YPP+YEhNtlb0mOCGymEmJ9WsBP7Cy2TA WOCuCLFWd5v3w== Date: Fri, 13 Feb 2026 12:09:15 -0800 From: Jakub Kicinski To: Chris Arges Cc: michael.chan@broadcom.com, pavan.chebbi@broadcom.com, hawk@kernel.org, Alexei Starovoitov , Daniel Borkmann , "David S. Miller" , John Fastabend , Stanislav Fomichev , kernel-team@cloudflare.com, jbrandeburg@cloudflare.com, Andrew Lunn , Eric Dumazet , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org Subject: Re: [PATCH 0/2] bnxt_en: Add XDP RSS hash metadata Message-ID: <20260213120915.6af2bc65@kernel.org> In-Reply-To: References: <20260213192449.1294830-1-carges@cloudflare.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 Fri, 13 Feb 2026 13:37:58 -0600 Chris Arges wrote: > On 2026-02-13 13:24:26, Chris J Arges wrote: > > This patchset adds the ability to use an XDP program to extract the RSS > > hash of a given an xdp_md context. > > I see net-next is closed: https://netdev.bots.linux.dev/net-next.html > I'll re-send with proper target after Feb 23rd. Would you be willing to add a test as well? https://github.com/linux-netdev/nipa/wiki/Running-driver-tests existing tests in tools/testing/selftests/drivers/net/