OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [RFC PATCH v2 2/2] virtio-gpu: add context init support


  Hi,

>  struct virtio_gpu_ctrl_hdr {
>          le32 type;
>          le32 flags;
>          le64 fence_id;
>          le32 ctx_id;
> -        le32 padding;
> +        le32 info;

How about
           u8   ring_idx;
           u8   padding[3];

?

Otherwise this looks all sane to me.

take care,
  Gerd



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]