Re: [dpdk-dev] [PATCH] net/mlx5: fix Multi-Packet RQ mempool name

2019-05-07 Thread Shahaf Shuler
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

[dpdk-dev] [PATCH] net/mlx5: fix Multi-Packet RQ mempool name

2019-05-06 Thread Yongseok Koh
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: