Re: [dpdk-dev] [PATCH] net/mlx5: remove not needed query if and rd from create qp

2017-03-31 Thread Ferruh Yigit
On 3/30/2017 6:03 PM, Yongseok Koh wrote: > > Hi, > >> On Mar 30, 2017, at 1:06 AM, Shahaf Shuler wrote: >> >> Since mlx5 PMD data path is on top of PRM, such verbs calls are >> no longer needed. >> >> Signed-off-by: Shahaf Shuler >> Acked-by: Nelio Laranjeiro > > Acked-by: Yongseok Koh > >

Re: [dpdk-dev] [PATCH] net/mlx5: remove not needed query if and rd from create qp

2017-03-30 Thread Ferruh Yigit
On 3/30/2017 6:03 PM, Yongseok Koh wrote: > > Hi, > >> On Mar 30, 2017, at 1:06 AM, Shahaf Shuler wrote: >> >> Since mlx5 PMD data path is on top of PRM, such verbs calls are >> no longer needed. >> >> Signed-off-by: Shahaf Shuler >> Acked-by: Nelio Laranjeiro > > Acked-by: Yongseok Koh > >

Re: [dpdk-dev] [PATCH] net/mlx5: remove not needed query if and rd from create qp

2017-03-30 Thread Yongseok Koh
Hi, > On Mar 30, 2017, at 1:06 AM, Shahaf Shuler wrote: > > Since mlx5 PMD data path is on top of PRM, such verbs calls are > no longer needed. > > Signed-off-by: Shahaf Shuler > Acked-by: Nelio Laranjeiro Acked-by: Yongseok Koh I ack the code change but one small suggestion regarding the

[dpdk-dev] [PATCH] net/mlx5: remove not needed query if and rd from create qp

2017-03-30 Thread Shahaf Shuler
Since mlx5 PMD data path is on top of PRM, such verbs calls are no longer needed. Signed-off-by: Shahaf Shuler Acked-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_rxq.c | 79 +--- drivers/net/mlx5/mlx5_rxtx.h | 6 --- drivers/net/mlx5/mlx5_txq.c | 87 +---