X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_port%2Frte_port_frag.c;h=9f1bd3c696b8df069299f6946bb620a011621794;hb=ea672a8b1655bbb44876d2550ff56f384968a43b;hp=ce5026fc1c4e25f45db25b6b9f1901524d57c229;hpb=9ec4f0900be6f126b358f379b938ce324650003b;p=dpdk.git diff --git a/lib/librte_port/rte_port_frag.c b/lib/librte_port/rte_port_frag.c index ce5026fc1c..9f1bd3c696 100644 --- a/lib/librte_port/rte_port_frag.c +++ b/lib/librte_port/rte_port_frag.c @@ -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;