RE: [PATCH v2 12/12] app: remove unnecessary include of atomic header file

2021-11-16 Thread Joyce Kong
> 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

Re: [PATCH v2 12/12] app: remove unnecessary include of atomic header file

2021-11-16 Thread David Marchand
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

[PATCH v2 12/12] app: remove unnecessary include of atomic header file

2021-11-16 Thread Joyce Kong
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 -