examples/flow_filtering: remove out-of-date comment
authorXiaolong Ye <xiaolong.ye@intel.com>
Tue, 18 Jun 2019 13:45:51 +0000 (21:45 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 28 Jun 2019 18:32:18 +0000 (20:32 +0200)
Now we've setup both rx and tx queues.

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Acked-by: Ori Kam <orika@mellanox.com>
examples/flow_filtering/main.c

index 09dbbce..a0487be 100644 (file)
@@ -149,7 +149,6 @@ init_port(void)
 
        rxq_conf = dev_info.default_rxconf;
        rxq_conf.offloads = port_conf.rxmode.offloads;
-       /* only set Rx queues: something we care only so far */
        for (i = 0; i < nr_queues; i++) {
                ret = rte_eth_rx_queue_setup(port_id, i, 512,
                                     rte_eth_dev_socket_id(port_id),