Re: [dpdk-dev] [PATCH 3/5] net/mlx5: add new Memory Region support

2018-05-07 Thread Yongseok Koh
> Thursday, May 3, 2018 2:17 AM, Yongseok Koh: > > Subject: [dpdk-dev] [PATCH 3/5] net/mlx5: add new Memory Region support > > > > This is the new design of Memory Region (MR) for mlx PMD, in order to: > > - Accommodate the new memory hotplug model. > > - Support

Re: [dpdk-dev] [PATCH 3/5] net/mlx5: add new Memory Region support

2018-05-06 Thread Shahaf Shuler
documentation is critical. Otherwise future work will introduce heavy bugs. Thursday, May 3, 2018 2:17 AM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH 3/5] net/mlx5: add new Memory Region support > > This is the new design of Memory Region (MR) for mlx PMD, in order to: > - Accommo

Re: [dpdk-dev] [PATCH 3/5] net/mlx5: add new Memory Region support

2018-05-03 Thread Burakov, Anatoly
On 03-May-18 12:16 AM, Yongseok Koh wrote: This is the new design of Memory Region (MR) for mlx PMD, in order to: - Accommodate the new memory hotplug model. - Support non-contiguous Mempool. Signed-off-by: Yongseok Koh --- mlx5_flow_delete_drop_queue(dev); + mlx5_mr_release(d

[dpdk-dev] [PATCH 3/5] net/mlx5: add new Memory Region support

2018-05-02 Thread Yongseok Koh
This is the new design of Memory Region (MR) for mlx PMD, in order to: - Accommodate the new memory hotplug model. - Support non-contiguous Mempool. Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5.c | 45 ++ drivers/net/mlx5/mlx5.h | 22 + drivers/net/mlx5/mlx5_defs.h