Re: [PATCH v2 00/16] replace __atomic operations returning new value

2023-04-18 Thread Tyler Retzlaff
On Thu, Mar 16, 2023 at 09:17:05AM -0700, Tyler Retzlaff wrote: > On Thu, Mar 16, 2023 at 04:25:41PM +0100, Thomas Monjalon wrote: > > 16/03/2023 11:03, Bruce Richardson: > > > On Wed, Mar 15, 2023 at 02:15:29PM -0700, Tyler Retzlaff wrote: > > > > This series replaces uses of __atomic_{add,and,or,

RE: [PATCH v2 00/16] replace __atomic operations returning new value

2023-03-20 Thread Ruifeng Wang
> -Original Message- > From: Tyler Retzlaff > Sent: Thursday, March 16, 2023 5:15 AM > To: dev@dpdk.org > Cc: Honnappa Nagarahalli ; Ruifeng Wang > ; tho...@monjalon.net; Tyler Retzlaff > > Subject: [PATCH v2 00/16] replace __atomic operations returning new value > > This series replace

Re: [PATCH v2 00/16] replace __atomic operations returning new value

2023-03-16 Thread Tyler Retzlaff
On Thu, Mar 16, 2023 at 04:25:41PM +0100, Thomas Monjalon wrote: > 16/03/2023 11:03, Bruce Richardson: > > On Wed, Mar 15, 2023 at 02:15:29PM -0700, Tyler Retzlaff wrote: > > > This series replaces uses of __atomic_{add,and,or,sub,xor}_fetch with > > > __atomic_fetch_{add,and,or,sub,xor} intrinsics

Re: [PATCH v2 00/16] replace __atomic operations returning new value

2023-03-16 Thread Thomas Monjalon
16/03/2023 11:03, Bruce Richardson: > On Wed, Mar 15, 2023 at 02:15:29PM -0700, Tyler Retzlaff wrote: > > This series replaces uses of __atomic_{add,and,or,sub,xor}_fetch with > > __atomic_fetch_{add,and,or,sub,xor} intrinsics where the new value > > is used. [...] > > Tyler Retzlaff (16): > > ap

Re: [PATCH v2 00/16] replace __atomic operations returning new value

2023-03-16 Thread Bruce Richardson
On Wed, Mar 15, 2023 at 02:15:29PM -0700, Tyler Retzlaff wrote: > This series replaces uses of __atomic_{add,and,or,sub,xor}_fetch with > __atomic_fetch_{add,and,or,sub,xor} intrinsics where the new value > is used. > > This series is being separated from the other similar series in > an effort to