Re: [PATCH v2 2/2] ebpf: Fix indirections table setting

2024-03-28 Thread Andrew Melnichenko
Hi all, I've reviewed and checked - this patch is necessary! Acked-by: and...@daynix.com On Thu, Mar 28, 2024 at 11:39 AM Yuri Benditovich wrote: > > Hi Andrew, > Can you please check the indirection table copy and ack on the patch > if the fix is correct > > Thanks, > Yuri > > On Wed, Mar 27,

Re: [PATCH v2 2/2] ebpf: Fix indirections table setting

2024-03-28 Thread Yuri Benditovich
Hi Andrew, Can you please check the indirection table copy and ack on the patch if the fix is correct Thanks, Yuri On Wed, Mar 27, 2024 at 4:05 AM Akihiko Odaki wrote: > > The kernel documentation says: > > The value stored can be of any size, however, all array elements are > > aligned to 8

[PATCH v2 2/2] ebpf: Fix indirections table setting

2024-03-26 Thread Akihiko Odaki
The kernel documentation says: > The value stored can be of any size, however, all array elements are > aligned to 8 bytes. https://www.kernel.org/doc/html/v6.8/bpf/map_array.html Fixes: 333b3e5fab75 ("ebpf: Added eBPF map update through mmap.") Signed-off-by: Akihiko Odaki --- ebpf/ebpf_rss.c