]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_reassembly/main.c
mbuf: add rte prefix to offload flags
[dpdk.git] / examples / ip_reassembly / main.c
index ce8882a458837d062c368f727f78a5e24ca55ed8..a823c2e7e48091bf7993f3cf550a8b141b7aecd3 100644 (file)
@@ -355,7 +355,7 @@ reassemble(struct rte_mbuf *m, uint16_t portid, uint32_t queue,
                        }
 
                        /* update offloading flags */
-                       m->ol_flags |= (PKT_TX_IPV4 | PKT_TX_IP_CKSUM);
+                       m->ol_flags |= (RTE_MBUF_F_TX_IPV4 | RTE_MBUF_F_TX_IP_CKSUM);
                }
                ip_dst = rte_be_to_cpu_32(ip_hdr->dst_addr);