Re: [PATCH RFC 0/4] Add XDP RX queue index metadata via kfuncs
From: Jakub Sitnicki <jakub@cloudflare.com>
Date: 2025-09-25 09:43:43
Also in:
bpf, linux-kernel-mentees, lkml
From: Jakub Sitnicki <jakub@cloudflare.com>
Date: 2025-09-25 09:43:43
Also in:
bpf, linux-kernel-mentees, lkml
On Tue, Sep 23, 2025 at 10:00 PM +01, Mehdi Ben Hadj Khelifa wrote:
This patch series is intended to make a base for setting queue_index in the xdp_rxq_info struct in bpf/cpumap.c to the right index. Although that part I still didn't figure out yet,I m searching for my guidance to do that as well as for the correctness of the patches in this series.
What is the use case/movtivation behind this work?