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