Hi, Whether rte_mempool_ops need supports the scenario where the producer and consumer are in the same thread? Currently, "ring_sp_sc" can be used in this scenario, but its dequeue and enqueue functions have memory barriers, which are not required in the same single thread. In addition, ...
mempool: drop export of internal tracepoints 1159d8f· Feb 20, 2023 HistoryHistory Breadcrumbs dpdk /lib /mempool / rte_mempool_ops.cTop File metadata and controls Code Blame 190 lines (155 loc) · 4.69 KB Raw /* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2016 Intel Corporat...