Re: [dpdk-dev] [PATCH v2] vhost: allocate and free packets in bulk in Tx split

2021-06-07 Thread Xia, Chenbo
Hi Balazs, > -Original Message- > From: dev On Behalf Of Balazs Nemeth > Sent: Friday, June 4, 2021 8:14 PM > To: bnem...@redhat.com; dev@dpdk.org > Cc: maxime.coque...@redhat.com; david.march...@redhat.com > Subject: [dpdk-dev] [PATCH v2] vhost: allocate and free pac

[dpdk-dev] [PATCH v2] vhost: allocate and free packets in bulk in Tx split

2021-06-04 Thread Balazs Nemeth
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 --- lib/vhost/virtio_net.c | 37 - 1 file chan