On Wed, Oct 24, 2018 at 04:32:36PM +0200, Jens Freimann wrote:
> Signed-off-by: Jens Freimann <jfreim...@redhat.com>
> ---
>  drivers/net/virtio/virtio_ethdev.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/virtio/virtio_ethdev.h 
> b/drivers/net/virtio/virtio_ethdev.h
> index 6c9247639..d9b4feee2 100644
> --- a/drivers/net/virtio/virtio_ethdev.h
> +++ b/drivers/net/virtio/virtio_ethdev.h
> @@ -34,6 +34,7 @@
>        1u << VIRTIO_RING_F_INDIRECT_DESC |    \
>        1ULL << VIRTIO_F_VERSION_1       |     \
>        1ULL << VIRTIO_F_IN_ORDER        |     \
> +      1ULL << VIRTIO_F_RING_PACKED     |     \

Virtio-user will be broken when packed ring and CQ
are negotiated. We need to fix this.

Reply via email to