]> git.droids-corp.org - dpdk.git/commitdiff
examples: remove unneeded atomic header include
authorJoyce Kong <joyce.kong@arm.com>
Wed, 13 Oct 2021 18:54:07 +0000 (13:54 -0500)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 19 Oct 2021 15:16:57 +0000 (17:16 +0200)
Remove the unnecessary header file rte_atomic.h
included in example module.

Signed-off-by: Joyce Kong <joyce.kong@arm.com>
Signed-off-by: Dharmik Thakkar <dharmik.thakkar@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
26 files changed:
examples/bond/main.c
examples/ip_fragmentation/main.c
examples/ip_reassembly/main.c
examples/ipsec-secgw/ipsec-secgw.c
examples/ipv4_multicast/main.c
examples/l2fwd-crypto/main.c
examples/l2fwd-event/l2fwd_common.h
examples/l2fwd-event/l2fwd_event.c
examples/l2fwd-keepalive/main.c
examples/l2fwd/main.c
examples/l3fwd-acl/main.c
examples/l3fwd-power/main.c
examples/l3fwd/main.c
examples/link_status_interrupt/main.c
examples/multi_process/client_server_mp/mp_client/client.c
examples/multi_process/client_server_mp/mp_server/init.c
examples/multi_process/simple_mp/main.c
examples/multi_process/simple_mp/mp_commands.c
examples/multi_process/symmetric_mp/main.c
examples/server_node_efd/node/node.c
examples/server_node_efd/server/init.c
examples/vhost_blk/blk.c
examples/vm_power_manager/channel_manager.c
examples/vm_power_manager/channel_manager.h
examples/vmdq/main.c
examples/vmdq_dcb/main.c

index 7adaa93cad5c194934859c9bbd00223373204b29..ed39b7237fbb23669c3912fd2d2f6e198d1bc3f2 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index a7f40970f27f097867deeee31729338dd41dea74..cc338f4269b09c069b780d7a2ed7ab8fc53135b4 100644 (file)
@@ -21,7 +21,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index d611c7d01609441d6965cd135aab9f6c5775d38c..f513e2f879374d8b5869068a819af4dbe4d87ef8 100644 (file)
@@ -22,7 +22,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index 7b01872c6f9fbb61560087ca76d27e61d0f82a2d..393e30d78063c1f7f8635c7fbcf8285cae48fe3c 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_log.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index d10de30ddbaeb7128614d1f18923ab6cd20858d0..818843c8b6c8c7251d1aa69ab09ae0cd5b90853e 100644 (file)
@@ -20,7 +20,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index c2ffbdd50636c7c9827a77bd8cfc715b7ae4a22d..83bbea89c7033829b50727cd7b4fe8ed600e5df4 100644 (file)
@@ -20,7 +20,6 @@
 #include <unistd.h>
 
 #include <rte_string_fns.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_common.h>
 #include <rte_cryptodev.h>
index cecbd9b70e314efbbee55f5a7e1e67106fcfe246..ad453b4dc9833484cc8164af61cf73895ed53ba7 100644 (file)
@@ -27,7 +27,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index 7ba5311d66882a3c1d0d5bd8636366d91e500424..acfacfa4fb3461a49f614d5d263f326fbb438a60 100644 (file)
@@ -5,7 +5,6 @@
 #include <stdbool.h>
 #include <getopt.h>
 
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_ethdev.h>
 #include <rte_eventdev.h>
index 07271affb4a9d986bbd8ba4c6e7b8b6d8d5cd3d5..af59d51b3ec4b39700ac0da566fd31af3998e718 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index f3deeba0a6654e150bbe916d4cb6ef2b94e96c8f..8feb50e0f542e0f162e5d0783e7724b687052b91 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index 60545f305934b14e7ef06474c2035d15953cd639..add5e3c7c4593c08f6c3acb364bcbbacff4734a6 100644 (file)
@@ -20,7 +20,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index 73a3ab5bc0ebbf3fd2a56b4865b1d32d08bcb305..be0d4f16168520e41b1cb749aabb5a2ee0d26312 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index 00ac267af1dd6ab908b37ee776bd84ef0346ec7d..518fefe90b900d49dc3654fbbb04a99fe9f2d3dd 100644 (file)
@@ -24,7 +24,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index e4542df11f879a96346f625e4cb98aa2216455de..ce8ae059d789419d5d9fe6ef16ecfb2737be8951 100644 (file)
@@ -22,7 +22,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index 6d4c2468164fb9dd38f067de79abc64f6863bb69..087c38ef73c807f91c8be34fd72068549589f184 100644 (file)
@@ -17,7 +17,6 @@
 #include <rte_memory.h>
 #include <rte_memzone.h>
 #include <rte_eal.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_log.h>
 #include <rte_per_lcore.h>
index 1ad71ca7ec5fa6a4b54fd09a1fed7e887816615d..be669c2bcc06916ab7fe16bf857465f96c9e9135 100644 (file)
@@ -15,7 +15,6 @@
 #include <rte_memzone.h>
 #include <rte_eal.h>
 #include <rte_byteorder.h>
-#include <rte_atomic.h>
 #include <rte_launch.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
index df996f0f84e1f8884aece3a584efd192e36226b1..5df2a3900012611eefaa837666abc00617aa9e6d 100644 (file)
@@ -30,7 +30,6 @@
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
 #include <rte_debug.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_ring.h>
 #include <rte_log.h>
index 311d0fe775382c1c01731ee35e48e80aefae61e0..a5f91b00be368341d117555ebf8c8cb95cd32b9f 100644 (file)
@@ -14,7 +14,6 @@
 #include <rte_common.h>
 #include <rte_memory.h>
 #include <rte_eal.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_launch.h>
 #include <rte_log.h>
index 01dc3acf34d50054b13a2480fd483c90458b5b94..a66328ba0caf7a389623d03e5a4800d867516b47 100644 (file)
@@ -31,7 +31,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_debug.h>
 #include <rte_interrupts.h>
index 4580a44e3e5ddd8521b7b49e0e9f8d8d26949626..ba1c7e5153269543c3f6ad59fa702d04c7fe8896 100644 (file)
@@ -17,7 +17,6 @@
 #include <rte_memory.h>
 #include <rte_memzone.h>
 #include <rte_eal.h>
-#include <rte_atomic.h>
 #include <rte_branch_prediction.h>
 #include <rte_log.h>
 #include <rte_per_lcore.h>
index 9ebd88bac20e57b59dfb27dcb19fd902c819e3a3..a19934dbe0c8f70176cfbefc835d0d2a2af1d978 100644 (file)
@@ -15,7 +15,6 @@
 #include <rte_memzone.h>
 #include <rte_eal.h>
 #include <rte_byteorder.h>
-#include <rte_atomic.h>
 #include <rte_launch.h>
 #include <rte_per_lcore.h>
 #include <rte_lcore.h>
index f8c8549b3acc7baf53af57422dbfea60ee44311e..d082ab3c94e58300f34caffc4e95ab03963de67d 100644 (file)
@@ -15,7 +15,6 @@
 #include <string.h>
 #include <stddef.h>
 
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_log.h>
 #include <rte_malloc.h>
index fe915678541e694c7737cd1515889670ae60ba0a..838465ab4b1848e2158e94421cb5c943f66aa54a 100644 (file)
@@ -21,7 +21,6 @@
 #include <rte_memory.h>
 #include <rte_mempool.h>
 #include <rte_log.h>
-#include <rte_atomic.h>
 #include <rte_spinlock.h>
 
 #include <libvirt/libvirt.h>
index e55376fcdbb153c9e3b42eeca83491c3d8836391..7038e9d83bb84142b522d94114ac990224106b79 100644 (file)
@@ -11,7 +11,6 @@ extern "C" {
 
 #include <linux/limits.h>
 #include <linux/un.h>
-#include <rte_atomic.h>
 #include <stdbool.h>
 
 /* Maximum name length including '\0' terminator */
index ee7f4324e141aed17077a9ee6b10288d3993153d..85996bf864b7bd139690633fffc1ee6fd1c56540 100644 (file)
@@ -20,7 +20,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>
index 14c20e6a8b26c659a19382f71ae380c50dbd3930..be0179fdeaf045498db1940271c5a77c703e2b4b 100644 (file)
@@ -20,7 +20,6 @@
 #include <rte_memcpy.h>
 #include <rte_eal.h>
 #include <rte_launch.h>
-#include <rte_atomic.h>
 #include <rte_cycles.h>
 #include <rte_prefetch.h>
 #include <rte_lcore.h>