net/ark: fix return value of null not checked
[dpdk.git] / drivers / net / dpaa2 / dpaa2_rxtx.c
index c5d49cb..ff9a696 100644 (file)
@@ -171,7 +171,7 @@ eth_fd_to_mbuf(const struct qbman_fd *fd)
        return mbuf;
 }
 
-static void __attribute__ ((noinline)) __attribute__((hot))
+static void __rte_noinline __attribute__((hot))
 eth_mbuf_to_fd(struct rte_mbuf *mbuf,
               struct qbman_fd *fd, uint16_t bpid)
 {