Re: [dpdk-dev] [PATCH v2 1/4] vhost: move allocation of mbuf outside of packet enqueue

2021-04-15 Thread Maxime Coquelin
Hi Balazs, Hint for future revisions, please add a cover letter when multiple patches, it makes the series handling for the maintainer easier. Also, please use the MAINTAINERS file to add the other maintainers. On 4/7/21 12:17 PM, Balazs Nemeth wrote: > In preparation for subsequent patches, move

[dpdk-dev] [PATCH v2 1/4] vhost: move allocation of mbuf outside of packet enqueue

2021-04-07 Thread Balazs Nemeth
In preparation for subsequent patches, move mbuf allocation out and rename virtio_dev_pktmbuf_alloc to virtio_dev_pktmbuf_prep. This function now receives an already allocated mbuf pointer. Signed-off-by: Balazs Nemeth --- lib/librte_vhost/virtio_net.c | 54 ++- 1