Re: [PATCH 4/5] bpf ppc32: add support for BPF_ATOMIC bitwise operations

2022-05-12 Thread Christophe Leroy
Le 12/05/2022 à 09:45, Hari Bathini a écrit : > Adding instructions for ppc32 for > > atomic_and > atomic_or > atomic_xor > atomic_fetch_add > atomic_fetch_and > atomic_fetch_or > atomic_fetch_xor > > Signed-off-by: Hari Bathini > --- > arch/powerpc/net/bpf_jit_comp32.c | 45

[PATCH 4/5] bpf ppc32: add support for BPF_ATOMIC bitwise operations

2022-05-12 Thread Hari Bathini
Adding instructions for ppc32 for atomic_and atomic_or atomic_xor atomic_fetch_add atomic_fetch_and atomic_fetch_or atomic_fetch_xor Signed-off-by: Hari Bathini --- arch/powerpc/net/bpf_jit_comp32.c | 45 +-- 1 file changed, 31 insertions(+), 14 deletions(-) diff --