RE: RE: RE: [virtio-dev] [PATCH v14 RESENT] virtio-net: support device stats

From
Parav Pandit <>
Date
2023-08-15T07:25:32+00:00
ID
Thread
RE: RE: RE: [virtio-dev] [PATCH v14 RESENT] virtio-net: support device stats
> From: Xuan Zhuo <>
> Sent: Tuesday, August 15, 2023 11:59 AM
> On Tue, 15 Aug 2023 06:17:14 +0000, Parav Pandit <> wrote:
> >
> > > From: Xuan Zhuo <>
> > > 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.