+7
−1
Loading
This prepares for upcoming changes where we will have multiple queues to search, one per NUMA-node. We won't know which NUMA-node's queue the entry will be found on. We could theoretically store the numa_id in the spdk_iobuf_entry, but that increases its size and requires other changes in existing structures that include it. Since this is a very uncommon operation, walking the STAILQs is fine. Signed-off-by:Jim Harris <jim.harris@samsung.com> Change-Id: I645fc6d2dab815ff70163932e0e8a45953780113 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24540 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by:
Alliswell <hisunzhenliang@outlook.com> Community-CI: Mellanox Build Bot Reviewed-by:
Ben Walker <ben@nvidia.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>