examples/flow_filtering: remove out-of-date comment
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>
This commit is contained in:
parent
c41a04958b
commit
196a46fab6
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user