Re: [dpdk-dev] [PATCH] net/mlx5: fix iterator type in Rx queue management

2020-06-29 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Michael Baum > Sent: Wednesday, June 24, 2020 5:07 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Slava Ovsiienko > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix iterator type in Rx queue

[dpdk-dev] [PATCH] net/mlx5: fix iterator type in Rx queue management

2020-06-24 Thread Michael Baum
The mlx5_check_vec_rx_support function in the mlx5_rxtx_vec.c file passes the RX queues array in the loop. Similarly, the mlx5_mprq_enabled function in the mlx5_rxq.c file passes the RX queues array in the loop. In both cases, the iterator of the loop is called i and the variable representing the

[dpdk-dev] [PATCH] net/mlx5: fix iterator type in Rx queue management

2020-06-24 Thread Michael Baum
The mlx5_check_vec_rx_support function in the mlx5_rxtx_vec.c file passes the RX queues array in the loop. Similarly, the mlx5_mprq_enabled function in the mlx5_rxq.c file passes the RX queues array in the loop. In both cases, the iterator of the loop is called i and the variable representing the

[dpdk-dev] [PATCH] net/mlx5: fix iterator type in Rx queue management

2020-06-24 Thread Michael Baum
The mlx5_check_vec_rx_support function in the mlx5_rxtx_vec.c file passes the RX queues array in the loop. Similarly, the mlx5_mprq_enabled function in the mlx5_rxq.c file passes the RX queues array in the loop. In both cases, the iterator of the loop is called i and the variable representing the

[dpdk-dev] [PATCH] net/mlx5: fix iterator type in Rx queue management

2020-06-24 Thread Michael Baum
The mlx5_check_vec_rx_support function in the mlx5_rxtx_vec.c file passes the RX queues array in the loop. Similarly, the mlx5_mprq_enabled function in the mlx5_rxq.c file passes the RX queues array in the loop. In both cases, the iterator of the loop is called i and the variable representing the

[dpdk-dev] [PATCH] net/mlx5: fix iterator type in Rx queue management

2020-06-24 Thread Michael Baum
The mlx5_check_vec_rx_support function in the mlx5_rxtx_vec.c file passes the RX queues array in the loop. Similarly, the mlx5_mprq_enabled function in the mlx5_rxq.c file passes the RX queues array in the loop. In both cases, the iterator of the loop is called i and the variable representing the

[dpdk-dev] [PATCH] net/mlx5: fix iterator type in Rx queue management

2020-06-24 Thread Michael Baum
The mlx5_check_vec_rx_support function in the mlx5_rxtx_vec.c file passes the RX queues array in the loop. Similarly, the mlx5_mprq_enabled function in the mlx5_rxq.c file passes the RX queues array in the loop. In both cases, the iterator of the loop is called i and the variable representing the