Re: [dpdk-dev] [PATCH v4 44/70] net/mlx5: use virt2memseg instead of iteration

2018-04-09 Thread gowrishankar muthukrishnan
On Monday 09 April 2018 01:48 AM, Anatoly Burakov wrote: Reduce dependency on internal details of EAL memory subsystem, and simplify code. Signed-off-by: Anatoly Burakov --- drivers/net/mlx5/mlx5_mr.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/dri

[dpdk-dev] [PATCH v4 44/70] net/mlx5: use virt2memseg instead of iteration

2018-04-08 Thread Anatoly Burakov
Reduce dependency on internal details of EAL memory subsystem, and simplify code. Signed-off-by: Anatoly Burakov --- drivers/net/mlx5/mlx5_mr.c | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/drivers/net/mlx5/mlx5_mr.c b/drivers/net/mlx5/mlx5_mr.c index 2b