Re: [PATCH v2] net/mlx5: use mlx5_buf_alloc_node instead of mlx5_buf_alloc in mlx5_wq_ll_create

2016-06-23 Thread Saeed Mahameed
On Thu, Jun 23, 2016 at 4:04 AM, Wang Sheng-Hui wrote: > Fixes: 311c7c71c9bb ("net/mlx5e: Allocate DMA coherent memory on > reader NUMA node") > Hi Wang, I am sorry for the nitpicking, but the commit message needs to be improved. I prefer putting the "Fixes" line only after

[PATCH v2] net/mlx5: use mlx5_buf_alloc_node instead of mlx5_buf_alloc in mlx5_wq_ll_create

2016-06-22 Thread Wang Sheng-Hui
Fixes: 311c7c71c9bb ("net/mlx5e: Allocate DMA coherent memory on reader NUMA node") Commit 311c7c71c9bb ("net/mlx5e: Allocate DMA coherent memory on reader NUMA node") introduced mlx5_*_alloc_node() but missed changing some calling and warn messages. This patch introduces 2 changes: * Use