Re: [dpdk-dev] [PATCH v4] vhost: allocate and free packets in bulk in Tx split
From: Maxime Coquelin <hidden>
Date: 2021-06-17 16:48:46
From: Maxime Coquelin <hidden>
Date: 2021-06-17 16:48:46
On 6/8/21 1:41 PM, Balazs Nemeth wrote:
Same idea as commit a287ac28919d ("vhost: allocate and free packets
in bulk in Tx packed"), allocate and free packets in bulk. Also remove
the unused function virtio_dev_pktmbuf_alloc.
Signed-off-by: Balazs Nemeth <redacted>
Reviewed-by: Maxime Coquelin <redacted>
---
lib/vhost/virtio_net.c | 40 +++++++++++-----------------------------
1 file changed, 11 insertions(+), 29 deletions(-)Applied to dpdk-next-virtio/main. Thanks, Maxime