On 6/18/19 9:41 AM, Tiwei Bie wrote:
When there is no enough segments for a packet in mergeable Rx path, we should free the whole mbuf chain instead of just the last segment. Fixes: bcac5aa207f8 ("net/virtio: improve batching in mergeable path") Cc:sta...@dpdk.org Signed-off-by: Tiwei Bie<tiwei....@intel.com> --- drivers/net/virtio/virtio_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Same comment as patch 1. Other than that: Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime