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: RE: RE: [virtio-dev] [PATCH v14 RESENT] virtio-net: support device stats


> From: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
> Sent: Tuesday, August 15, 2023 11:59 AM
> On Tue, 15 Aug 2023 06:17:14 +0000, Parav Pandit <parav@nvidia.com> wrote:
> >
> > > From: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
> > > Sent: Tuesday, August 15, 2023 11:29 AM
> >
> >
> > > This version already has the bitmap. I forgot to change the commit log.
> >
> > Please move to access via DMA interface discussed under subject "virtio-net:
> support access and control the member devices".
> > For virtio net this dma interface of cvq already exists. Please relocate it to a
> cvq command.
> 
> 
> OK.

Forgot to mention that please keep this bitmap as an array like,

supported_stats[1];

like how Michael did,

le64 device_admin_cmd_opcodes[];

so that code will be able treat it as array + bitmap from beginning.


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