net/hinic: allocate IO memory with socket id
authorXiaoyun Wang <cloud.wangxiaoyun@huawei.com>
Sat, 14 Mar 2020 10:02:06 +0000 (18:02 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 18 Mar 2020 14:29:40 +0000 (15:29 +0100)
This patch makes IO memory allocation with socketid,
the txq or rxq descriptor and IO resource can be allocated with
socketid that passed by queue setup ops, which can improve
performance for cross-numa scene.

Cc: stable@dpdk.org
Signed-off-by: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com>

No differences found