Re: [PATCH v2 0/5] Atomics support for eBPF on powerpc

2022-07-04 Thread Michael Ellerman
On Fri, 10 Jun 2022 21:25:47 +0530, Hari Bathini wrote: > This patchset adds atomic operations to the eBPF instruction set on > powerpc. The instructions that are added here can be summarised with > this list of kernel operations for ppc64: > > * atomic[64]_[fetch_]add > * atomic[64]_[fetch_]and

Re: [PATCH v2 0/5] Atomics support for eBPF on powerpc

2022-06-24 Thread Naveen N. Rao
Hi Hari, Hari Bathini wrote: This patchset adds atomic operations to the eBPF instruction set on powerpc. The instructions that are added here can be summarised with this list of kernel operations for ppc64: * atomic[64]_[fetch_]add * atomic[64]_[fetch_]and * atomic[64]_[fetch_]or *