]> git.droids-corp.org - dpdk.git/blobdiff - examples/flow_classify/flow_classify.c
replace no-return attributes
[dpdk.git] / examples / flow_classify / flow_classify.c
index 1c12bbb2fd49c40858b6356b361a017628655c75..433e64d3f901be23f0bc1bbf2396a16759a5b084 100644 (file)
@@ -265,7 +265,7 @@ port_init(uint8_t port, struct rte_mempool *mbuf_pool)
  * The lcore main. This is the main thread that does the work, reading from
  * an input port classifying the packets and writing to an output port.
  */
-static __attribute__((noreturn)) void
+static __rte_noreturn void
 lcore_main(struct flow_classifier *cls_app)
 {
        uint16_t port;