net/ice: fix build when Rx descriptor size is 16
[dpdk.git] / drivers / event / octeontx / ssovf_worker.h
index f609b29..ba9e1cd 100644 (file)
@@ -83,7 +83,7 @@ ssovf_octeontx_wqe_xtract_mseg(octtx_wqe_t *wqe,
 
                mbuf->data_off = sizeof(octtx_pki_buflink_t);
 
-               __mempool_check_cookies(mbuf->pool, (void **)&mbuf, 1, 1);
+               RTE_MEMPOOL_CHECK_COOKIES(mbuf->pool, (void **)&mbuf, 1, 1);
                if (nb_segs == 1)
                        mbuf->data_len = bytes_left;
                else