Re: [PATCH v1] lib: remove x86 atomic header loop include

2022-03-29 Thread Thomas Monjalon
24/03/2022 09:41, Haiyue Wang: > Remove the x86 top atomic header include from the architecture related > header file, since this x86 top atomic header file has included them. > > Signed-off-by: Haiyue Wang Applied, thanks.

[PATCH v1] lib: remove x86 atomic header loop include

2022-03-24 Thread Haiyue Wang
Remove the x86 top atomic header include from the architecture related header file, since this x86 top atomic header file has included them. Signed-off-by: Haiyue Wang --- lib/eal/x86/include/rte_atomic_32.h | 1 - lib/eal/x86/include/rte_atomic_64.h | 1 - 2 files changed, 2 deletions(-) diff