]> git.droids-corp.org - dpdk.git/blobdiff - examples/performance-thread/l3fwd-thread/main.c
replace no-return attributes
[dpdk.git] / examples / performance-thread / l3fwd-thread / main.c
index 8a1560b50311d3a6e6744454e956e19cbf9bcecb..43a5b9248ddb3a4a8265c58da2ce7bb1f25a47ca 100644 (file)
@@ -1877,7 +1877,7 @@ process_burst(struct rte_mbuf *pkts_burst[MAX_PKT_BURST], int nb_rx,
 /*
  * CPU-load stats collector
  */
-static int __attribute__((noreturn))
+static int __rte_noreturn
 cpu_load_collector(__rte_unused void *arg) {
        unsigned i, j, k;
        uint64_t hits;
@@ -2299,7 +2299,7 @@ sched_spawner(__rte_unused void *arg) {
 }
 
 /* main processing loop */
-static int __attribute__((noreturn))
+static int __rte_noreturn
 pthread_tx(void *dummy)
 {
        struct rte_mbuf *pkts_burst[MAX_PKT_BURST];