]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_port/rte_port_frag.c
mbuf: remove the rte_pktmbuf structure
[dpdk.git] / lib / librte_port / rte_port_frag.c
index ce5026fc1c4e25f45db25b6b9f1901524d57c229..9f1bd3c696b8df069299f6946bb620a011621794 100644 (file)
@@ -159,7 +159,7 @@ rte_port_ring_reader_ipv4_frag_rx(void *port,
                p->n_pkts--;
 
                /* If not jumbo, pass current packet to output */
-               if (pkt->pkt.pkt_len <= IPV4_MTU_DEFAULT) {
+               if (pkt->pkt_len <= IPV4_MTU_DEFAULT) {
                        pkts[n_pkts_out++] = pkt;
 
                        n_pkts_to_provide = n_pkts - n_pkts_out;