Re: [dpdk-dev] [PATCH v1] vhost: dequeue zero copy with linear buffers

2020-04-09 Thread Maxime Coquelin
On 3/26/20 9:03 AM, Sivaprasad Tummala wrote: > Removed the linear buffer and zero_copy compatibility restriction. > > Applications that requires packets contained in a single buffer > will enable linear buffer in vhost library. This restriction > is not allowing zero_copy mode for such cases.

[dpdk-dev] [PATCH v1] vhost: dequeue zero copy with linear buffers

2020-03-26 Thread Sivaprasad Tummala
Removed the linear buffer and zero_copy compatibility restriction. Applications that requires packets contained in a single buffer will enable linear buffer in vhost library. This restriction is not allowing zero_copy mode for such cases. Signed-off-by: Sivaprasad Tummala --- lib/librte_vhost/s