Re: [dpdk-dev] [PATCH] net/mlx5: replace a port lookup with ethdev API

2019-04-22 Thread Shahaf Shuler
Thursday, April 18, 2019 3:15 AM, Thomas Monjalon: > Subject: [PATCH] net/mlx5: replace a port lookup with ethdev API > > Looking for an ethdev port is better (and more efficient) with an ethdev API > than an EAL one. > > Signed-off-by: Thomas Monjalon Applied to next-net-mlx, thanks.

[dpdk-dev] [PATCH] net/mlx5: replace a port lookup with ethdev API

2019-04-17 Thread Thomas Monjalon
Looking for an ethdev port is better (and more efficient) with an ethdev API than an EAL one. Signed-off-by: Thomas Monjalon --- drivers/net/mlx5/mlx5_mr.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/drivers/net/mlx5/mlx5_mr.c b/drivers/net/mlx5/mlx5_mr.c ind