]> git.droids-corp.org - dpdk.git/commitdiff
app: remove unneeded atomic header include
authorJoyce Kong <joyce.kong@arm.com>
Wed, 17 Nov 2021 08:22:00 +0000 (08:22 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 17 Nov 2021 10:07:06 +0000 (11:07 +0100)
Remove the unnecessary rte_atomic.h included in app modules.

Signed-off-by: Joyce Kong <joyce.kong@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
24 files changed:
app/proc-info/main.c
app/test-eventdev/evt_main.c
app/test-pipeline/config.c
app/test-pipeline/init.c
app/test-pipeline/main.c
app/test-pipeline/runtime.c
app/test-pmd/cmdline.c
app/test-pmd/config.c
app/test-pmd/csumonly.c
app/test-pmd/flowgen.c
app/test-pmd/icmpecho.c
app/test-pmd/iofwd.c
app/test-pmd/macfwd.c
app/test-pmd/macswap.c
app/test-pmd/parameters.c
app/test-pmd/rxonly.c
app/test-pmd/txonly.c
app/test/commands.c
app/test/test_barrier.c
app/test/test_event_timer_adapter.c
app/test/test_mbuf.c
app/test/test_mp_secondary.c
app/test/test_ring.c
app/test/test_timer_secondary.c

index a4271047e6936e31a72588334d97cb68dab683b1..ebe2d7726463a9a8e840cccbd4b65fd40b6b509d 100644 (file)
@@ -27,7 +27,6 @@
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
 #include <rte_log.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_string_fns.h>
 #include <rte_metrics.h>
index 3534aabca791de95a783d952ad20dad5802455ef..194c980c7a297a0fa1f7cf3d5b0a3a2cd29781f1 100644 (file)
@@ -6,7 +6,6 @@
 #include <unistd.h>
 #include <signal.h>
 
-#include <rte_atomic.h>
 #include <rte_debug.h>
 #include <rte_eal.h>
 #include <rte_eventdev.h>
index 33f3f1c827fe3a80f5ce3db28f9b21ef21de7afc..daf838948b21075dd108798897cf2c24c30fc471 100644 (file)
@@ -21,7 +21,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index c7380190410308cf829311decc1905baaba11c2a..eee0719b67c947f4be67f60c7231c8352cc5e550 100644 (file)
@@ -21,7 +21,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index 72e4797ff22be4d9a3cb56ea6682860047837216..1e16794183a8b356c6e0a71967bcf1fcd8e0029a 100644 (file)
@@ -22,7 +22,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index 159192bcd854c8c8c585fc820e25d39b75d331ca..d939a85d7e590380ed80798b388105fa9cab01df 100644 (file)
@@ -21,7 +21,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_branch_prediction.h>
index fb5433fd5b2b753b72f16883b78e482fc4198128..85d9b57a9b33273cc9613a803869cc9e5913b21f 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_ring.h>
 #include <rte_mempool.h>
index 26318b4f14b31d1e2efd613c97d8472524265919..2c2ab449b55f88d0c5b12c1d218ca8f18d38c1cb 100644 (file)
@@ -27,7 +27,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
index 8526d9158a3fb992c2c583888df635a2fcbf521d..e0b00abe8cc9d7183a3c5e017c7afa205a8a494d 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
index 5737eaa105e86c762467dc0c2ee95ce2102e2341..9ceef3b54a15bca816d2e58b16d21bd4eca05673 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
index d6620f5f6a47ab78443a4930388f0ffbdf6a0885..99c94cb282c057b60eee008b63ca008e7f359128 100644 (file)
@@ -20,7 +20,6 @@
 #include <rte_cycles.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_memory.h>
 #include <rte_mempool.h>
index 83d098adcbf5f2f6d618c6fa85601375e729f266..19cd920f70d65070e874e1e590f296617d5a5d22 100644 (file)
@@ -23,7 +23,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_memcpy.h>
 #include <rte_mempool.h>
index ac50d0b9f8e1d73313c5baf9b4e3b7eae1b7da43..812a0c721f5ef13cd7b9757c3e957445f36c7a3b 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
index 310bca06af58db5a350fdac6bc90986faf4cd3c0..4627ff83e97ace8168b0329ef68bb9f448ea78ed 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
index 5251722d0fce96d8870ee8ced4ab8c4bcf8b2c75..f9185065afd43028ecde1a0d0a8d48e418410cfa 100644 (file)
@@ -30,7 +30,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_mempool.h>
 #include <rte_interrupts.h>
index c78fc4609ae5f44416c8c9762eee02042447f4fc..d1a579d8d8801bda30bf2ab0b391719888965354 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
index 34bb5383796d10385d8e2691c51eb67f23a7a7cc..b8497e733dc03392533945995043c0304d88c73e 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_mempool.h>
 #include <rte_mbuf.h>
index 76f6ee5d233a45b0aaf8427ab4159e0a3cf03382..2dced3bc44f88b8921f58ca1b8f6ad68b2e15919 100644 (file)
@@ -25,7 +25,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_ring.h>
 #include <rte_malloc.h>
index 8fa93c00329a4d0b2c80bbb4f698251e6be5e02b..9641133ccf35a342d4be93205136ebf0eb38deaf 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_memory.h>
 #include <rte_per_lcore.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_eal.h>
 #include <rte_lcore.h>
 #include <rte_pause.h>
index 12c00e678e824f0ce18dea17a0efafaff356d566..25bac2d155fee8dbfd709528a228ff8a3e572372 100644 (file)
@@ -5,7 +5,6 @@
 
 #include <math.h>
 
-#include <rte_atomic.h>
 #include <rte_common.h>
 #include <rte_cycles.h>
 #include <rte_debug.h>
index 75f3453946653d4a2cd6a9389c7f5301674f91cc..f54d1d7c006a1c1d57acaacf25e9bf2815ace4bf 100644 (file)
@@ -21,7 +21,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_ring.h>
 #include <rte_mempool.h>
index 5b6f05dbb157978f026dd894bcea5dcaf8e5b101..021ca0547f073a801b250bfc3bd9e2c1717012f8 100644 (file)
@@ -28,7 +28,6 @@
 #include <rte_lcore.h>
 #include <rte_errno.h>
 #include <rte_branch_prediction.h>
-#include <rte_atomic.h>
 #include <rte_ring.h>
 #include <rte_debug.h>
 #include <rte_log.h>
index fb8532a409b8d4da4bda7f6b51fef87e87c36dc8..bde33ab4a1950d7e7ef48beddc5797cf6009968d 100644 (file)
@@ -20,7 +20,6 @@
 #include <rte_eal.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_malloc.h>
 #include <rte_ring.h>
index 16a9f1878b7571647ac9116fd4d332bebc6980c8..5795c97f070b837484126fb94844ae8d6f8ac49b 100644 (file)
@@ -9,7 +9,6 @@
 #include <rte_lcore.h>
 #include <rte_debug.h>
 #include <rte_memzone.h>
-#include <rte_atomic.h>
 #include <rte_timer.h>
 #include <rte_cycles.h>
 #include <rte_mempool.h>