Re: [lng-odp] [API-NEXT 2/4] linux-generic: ring.c: use required memory orderings

2017-03-31 Thread Maxim Uvarov
Merged to master branch. Maxim. On 03/31/17 16:45, Ola Liljedahl wrote: > On 31 March 2017 at 15:21, Maxim Uvarov wrote: >> On 03/28/17 22:23, Brian Brooks wrote: >>> From: Ola Liljedahl >>> >>> Signed-off-by: Ola Liljedahl

Re: [lng-odp] [API-NEXT 2/4] linux-generic: ring.c: use required memory orderings

2017-03-31 Thread Ola Liljedahl
On 31 March 2017 at 15:21, Maxim Uvarov wrote: > On 03/28/17 22:23, Brian Brooks wrote: >> From: Ola Liljedahl >> >> Signed-off-by: Ola Liljedahl >> Reviewed-by: Brian Brooks >> --- >>

Re: [lng-odp] [API-NEXT 2/4] linux-generic: ring.c: use required memory orderings

2017-03-31 Thread Maxim Uvarov
On 03/28/17 22:23, Brian Brooks wrote: > From: Ola Liljedahl > > Signed-off-by: Ola Liljedahl > Reviewed-by: Brian Brooks > --- > platform/linux-generic/pktio/ring.c | 30 ++ > 1 file changed, 14

Re: [lng-odp] [API-NEXT 2/4] linux-generic: ring.c: use required memory orderings

2017-03-30 Thread Bill Fischofer
Maxim: Per discussions today, this part needs to be separated from the rest of this series and merged on an expedited basis to resolve critical issues when running ODP on ARM systems. V2 of the scheduler patch will omit this part. On Tue, Mar 28, 2017 at 2:23 PM, Brian Brooks

[lng-odp] [API-NEXT 2/4] linux-generic: ring.c: use required memory orderings

2017-03-28 Thread Brian Brooks
From: Ola Liljedahl Signed-off-by: Ola Liljedahl Reviewed-by: Brian Brooks --- platform/linux-generic/pktio/ring.c | 30 ++ 1 file changed, 14 insertions(+), 16 deletions(-) mode change 100644 =>