> -----Original Message-----
> From: Xiaolong Ye <[email protected]>
> Sent: Tuesday, June 18, 2019 4:46 PM
> To: Ferruh Yigit <[email protected]>; Marko Kovacevic
> <[email protected]>; Ori Kam <[email protected]>; Bruce
> Richardson <[email protected]>; Pablo de Lara
> <[email protected]>; Radu Nicolau <[email protected]>;
> Akhil Goyal <[email protected]>; Tomasz Kantecki
> <[email protected]>
> Cc: [email protected]; Xiaolong Ye <[email protected]>
> Subject: [PATCH] examples/flow_filtering: remove out-of-date comment
> 
> Now we've setup both rx and tx queues.
> 
> Signed-off-by: Xiaolong Ye <[email protected]>
> ---
>  examples/flow_filtering/main.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/examples/flow_filtering/main.c b/examples/flow_filtering/main.c
> index 09dbbcea9..a0487be77 100644
> --- a/examples/flow_filtering/main.c
> +++ b/examples/flow_filtering/main.c
> @@ -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),
> --
> 2.17.1

Acked-by: Ori Kam <[email protected]>
Thanks,
Ori Kam

Reply via email to