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.