mbuf: remove the rte_pktmbuf structure
[dpdk.git] / examples / dpdk_qat / main.c
index d61db4c..75c9876 100644 (file)
@@ -384,7 +384,7 @@ main_loop(__attribute__((unused)) void *dummy)
                        }
                }
 
-               port = dst_ports[pkt->pkt.in_port];
+               port = dst_ports[pkt->in_port];
 
                /* Transmit the packet */
                nic_tx_send_packet(pkt, (uint8_t)port);