Re: [dpdk-dev] [PATCH 04/20] ring: fix missing includes for c11 model header

2021-01-14 Thread Ananyev, Konstantin
> > On Thu, Jan 14, 2021 at 12:07 PM Bruce Richardson > wrote: > > > > Add in the missing includes into the header file for c11 memory model, > > so it can be compiled up independently of the other headers. > > > > Fixes: 39368ebfc606 ("ring: introduce C11 memory model barrier option") > > Cc: st

Re: [dpdk-dev] [PATCH 04/20] ring: fix missing includes for c11 model header

2021-01-14 Thread David Marchand
On Thu, Jan 14, 2021 at 12:07 PM Bruce Richardson wrote: > > Add in the missing includes into the header file for c11 memory model, > so it can be compiled up independently of the other headers. > > Fixes: 39368ebfc606 ("ring: introduce C11 memory model barrier option") > Cc: sta...@dpdk.org > > S