On 2/9/2024 12:02 AM, [email protected] wrote: > From: Long Li <[email protected]> > > Instead of allocating mbufs one by one during RX, use > rte_pktmbuf_alloc_bulk() to allocate them in a batch. > > With this patch, there are no measurable performance improvements in > benchmarks. However, this patch should improve CPU cycles and reduce > potential locking conflicts in real-world applications. > > Signed-off-by: Long Li <[email protected]> >
Applied to dpdk-next-net/main, thanks.

