Re: [dpdk-dev] [PATCH] vhost: don't track remaining packets separately

2021-04-13 Thread Maxime Coquelin
Hi Balazs, Your patch does not apply, it needs to be rebased: http://patches.dpdk.org/project/dpdk/patch/5ef3d4c29927ed241c7128819fe35ac1d95d8f24.1617892982.git.bnem...@redhat.com/ Can you please send a rebased version. Thanks, Maxime On 4/8/21 4:44 PM, Balazs Nemeth wrote: > The remained varia

[dpdk-dev] [PATCH] vhost: don't track remaining packets separately

2021-04-08 Thread Balazs Nemeth
The remained variable stores the same information as the difference between count and pkt_idx. Remove the remained variable to simplify. Signed-off-by: Balazs Nemeth --- lib/librte_vhost/virtio_net.c | 12 +++- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/lib/librte_vhos