On Wed, Jun 22, 2016 at 11:06 AM, Wang Sheng-Hui <[email protected]> wrote:
> This patch introduces 2 changes:
> * use mlx5_buf_alloc_node() insteaf of mlx5_buf_alloc() in
insteaf => instead
> mlx5_wq_ll_create
> * Update the failure warn messages with _node postfix for mlx5_*_alloc
> function names
>
Nice catch,
Please add Fixes line, and let's take it to net and -stable.
Fixes: 311c7c71c9bb ("net/mlx5e: Allocate DMA coherent memory on
reader NUMA node")
Can i ask how did you hit this ? did you see any performance impact on RX?