Re: [dpdk-dev] [PATCH v1 1/1] net/hinic: alloc IO memory with socketid

2020-03-16 Thread Ferruh Yigit
On 3/14/2020 10:02 AM, Xiaoyun wang wrote: > 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: sta...@dpdk.org > Signed-off-

[dpdk-dev] [PATCH v1 1/1] net/hinic: alloc IO memory with socketid

2020-03-14 Thread Xiaoyun wang
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: sta...@dpdk.org Signed-off-by: Xiaoyun wang --- drivers/net/hinic/base/hinic_compa