Re: [PATCH bpf-next 1/3] bpf: implement relay map basis

2023-12-25 Thread Hou Tao
Hi, On 12/25/2023 7:36 PM, Philo Lu wrote: > On 2023/12/23 21:02, Philo Lu wrote: >> >> >> On 2023/12/23 19:22, Hou Tao wrote: >>> Hi, >>> >>> On 12/22/2023 8:21 PM, Philo Lu wrote: BPF_MAP_TYPE_RELAY is implemented based on relay interface, which creates per-cpu buffer to transfer

Re: [PATCH bpf-next 1/3] bpf: implement relay map basis

2023-12-25 Thread Philo Lu
On 2023/12/23 21:02, Philo Lu wrote: On 2023/12/23 19:22, Hou Tao wrote: Hi, On 12/22/2023 8:21 PM, Philo Lu wrote: BPF_MAP_TYPE_RELAY is implemented based on relay interface, which creates per-cpu buffer to transfer data. Each buffer is essentially a list of fix-sized sub-buffers, and is