]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/numa: Skip the DPDK thread when setting NUMA affinity 44276/head
authorChunsong Feng <fengchunsong@huawei.com>
Mon, 27 Dec 2021 13:03:21 +0000 (13:03 +0000)
committerChunsong Feng <fengchunsong@huawei.com>
Mon, 27 Dec 2021 13:09:33 +0000 (13:09 +0000)
commit6411cbe2dd95c94898a5fb0a2b79d81dd6bb2e49
tree3d901e2f02b665ea5cdc913af3c01446b5fb3e89
parent8015cb8bb4eb2fd37f5fe0dbf12323e6ea2c17cd
common/numa: Skip the DPDK thread when setting NUMA affinity

The CPU affinity of the DPDK thread has been set during DPDK initialization.
Do not modify the DPDK affinity when setting NUMA affinity.

Signed-off-by: Chunsong Feng <fengchunsong@huawei.com>
Reviewed-by: luo rixin <luorixin@huawei.com>
Reviewed-by: Han Fengzhe <hanfengzhe@hisilicon.com>
src/common/numa.cc