Re: [dpdk-dev] [PATCH v2 4/4] vhost: remove unnecessary level of indirection

2021-04-15 Thread Maxime Coquelin
On 4/7/21 12:17 PM, Balazs Nemeth wrote: > There is no need to pass a pointer to an mbuf pointer. > > Signed-off-by: Balazs Nemeth > --- > lib/librte_vhost/virtio_net.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > Reviewed-by: Maxime Coquelin Thanks, Maxime

[dpdk-dev] [PATCH v2 4/4] vhost: remove unnecessary level of indirection

2021-04-07 Thread Balazs Nemeth
There is no need to pass a pointer to an mbuf pointer. Signed-off-by: Balazs Nemeth --- lib/librte_vhost/virtio_net.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/librte_vhost/virtio_net.c b/lib/librte_vhost/virtio_net.c index 2f0c97b91..1d3ad18fe 100644 ---