Re: [dpdk-dev] [PATCH v2] net/mlx5: remove unnecessary Verbs library calls

2017-04-03 Thread Ferruh Yigit
On 4/2/2017 12:29 PM, Shahaf Shuler wrote: > Remove unnecessary interface queries and the Resource Domain when > creating the Queue Pair. Since mlx5 PMD data path is on top of native > APIs, such Verbs library calls are no longer needed. > > Signed-off-by: Shahaf Shuler > Acked-by: Nelio Laranjei

[dpdk-dev] [PATCH v2] net/mlx5: remove unnecessary Verbs library calls

2017-04-02 Thread Shahaf Shuler
Remove unnecessary interface queries and the Resource Domain when creating the Queue Pair. Since mlx5 PMD data path is on top of native APIs, such Verbs library calls are no longer needed. Signed-off-by: Shahaf Shuler Acked-by: Nelio Laranjeiro Acked-by: Yongseok Koh --- on v2: * clarify commi