]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_fragmentation/main.c
examples/ip_frag: fix use of ethdev internal device array
[dpdk.git] / examples / ip_fragmentation / main.c
index ccaf23ff0a33bd4c29f4d86537c5da7ad58aef56..1b51bf2dadc31d613aed0d267af3feb865cba041 100644 (file)
@@ -991,7 +991,7 @@ main(int argc, char **argv)
                        if (rte_lcore_is_enabled(lcore_id) == 0)
                                continue;
 
-                       if (queueid >= rte_eth_devices[portid].data->nb_tx_queues)
+                       if (queueid >= dev_info.nb_tx_queues)
                                break;
 
                        socket = (int) rte_lcore_to_socket_id(lcore_id);