> Subject: Re: [PATCH v2 12/12] app: remove unnecessary include of atomic
> header file
>
> On Tue, Nov 16, 2021 at 10:44 AM Joyce Kong wrote:
> >
> > Remove the unnecessary rte_atomic.h included in app modules.
> >
> > Signed-off-by: Joyce Kong
> > R
On Tue, Nov 16, 2021 at 10:44 AM Joyce Kong wrote:
>
> Remove the unnecessary rte_atomic.h included in app modules.
>
> Signed-off-by: Joyce Kong
> Reviewed-by: Ruifeng Wang
After patch, I still see:
$ git grep rte_atomic.h app/
app/test/commands.c:#include
app/test/test_atomic.c:#include
ap
Remove the unnecessary rte_atomic.h included in app modules.
Signed-off-by: Joyce Kong
Reviewed-by: Ruifeng Wang
---
app/proc-info/main.c | 1 -
app/test-pipeline/config.c | 1 -
app/test-pipeline/init.c | 1 -
app/test-pipeline/main.c | 1 -
app/test-pipeline/runtime.c | 1 -
3 matches
Mail list logo