Re: [dpdk-dev] [PATCH 2/5] net/mlx5: remove Memory Region support

2018-05-05 Thread Shahaf Shuler
Thursday, May 3, 2018 2:17 AM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH 2/5] net/mlx5: remove Memory Region support > > This patch removes current support of Memory Region (MR) in order to > accommodate the dynamic memory hotplug patch. This patch can be > compiled but traffic ca

[dpdk-dev] [PATCH 2/5] net/mlx5: remove Memory Region support

2018-05-02 Thread Yongseok Koh
This patch removes current support of Memory Region (MR) in order to accommodate the dynamic memory hotplug patch. This patch can be compiled but traffic can't flow and HW will raise faults. Subsequent patches will add new MR support. Signed-off-by: Yongseok Koh --- config/common_base