]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/dpaa2/dpaa2_rxtx.c
net/ark: fix return value of null not checked
[dpdk.git] / drivers / net / dpaa2 / dpaa2_rxtx.c
index c5d49cbef9533b080e18474d38f2d24293ca970b..ff9a696e0fb78dad7911647755227469bc96ef5f 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)
 {