commit | d5970dc73f1c12a07f89b427799ca8b0b6c30b97 | [log] [tgz] |
---|---|---|
author | Yunsheng Lin <linyunsheng@huawei.com> | Fri Jun 07 10:03:05 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 09 13:20:58 2019 -0700 |
tree | c4e0332a8b02977d327a2de0afdd1825b9380791 | |
parent | e2ee1c5a5944231a79cf6d64c2a703ea08a2e411 [diff] |
net: hns3: replace numa_node_id with numa_mem_id for buffer reusing This patch replaces numa_node_id with numa_mem_id when doing buffer reusing checking, because the buffer still can be reused when the buffer is from the nearest node and the local node has no memory attached. Signed-off-by: Yunsheng Lin <linyunsheng@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>