[dpdk-dev] [PATCH 0/2] Fix enqueueing vnet header in discontiguous decs buffer

Maxime Coquelin maxime.coquelin at redhat.com
Fri May 4 17:14:08 CEST 2018



On 04/30/2018 11:35 AM, Maxime Coquelin wrote:
> This series fixes copying virtio net header to discontiguous descriptor
> buffer in VA space.
> 
> The issue was spotted by Coverity for examples/vhost, but same issue
> was present in vhost-user library.
> 
> Maxime Coquelin (2):
>    examples/vhost: fix header copy to discontiguous desc buffer
>    vhost: fix header copy to discontiguous desc buffer
> 
>   examples/vhost/virtio_net.c   | 2 +-
>   lib/librte_vhost/virtio_net.c | 4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
> 

Applied to dpdk-next-virtio/master.



More information about the dev mailing list