[dpdk-dev] [PATCH] net/mlx5: fix Multi-Packet RQ mempool name
Shahaf Shuler
shahafs at mellanox.com
Wed May 8 06:44:05 CEST 2019
Tuesday, May 7, 2019 2:22 AM, Yongseok Koh:
> Subject: [PATCH] net/mlx5: fix Multi-Packet RQ mempool name
>
> Currently, the name of MPRQ mempool is set by
> snprintf(name, sizeof(name), "%s-mprq", dev->device->name); For
> port representor, the name is duplicate of its master and failed to create
> such a mempool having the same name. Port ID is used in the name instead.
>
> Fixes: 7d6bf6b866b8 ("net/mlx5: add Multi-Packet Rx support")
> Cc: stable at dpdk.org
>
> Signed-off-by: Yongseok Koh <yskoh at mellanox.com>
Applied to next-net-mlx, thanks.
More information about the dev
mailing list