Re: [virtio-dev] [PATCH v2] virtio-net: support device stats

2021-09-02 Thread Jason Wang
On Fri, Sep 3, 2021 at 10:11 AM Xuan Zhuo wrote: > > On Thu, 2 Sep 2021 15:39:44 +0800, Jason Wang wrote: > > > > 在 2021/8/27 下午2:58, Xuan Zhuo 写道: > > > On Fri, 27 Aug 2021 11:45:55 +0800, Jason Wang > > > wrote: > > >> 在 2021/8/27 上午11:22, Xuan Zhuo 写道: > > >>> On Thu, 26 Aug 2021 12:22:25

Re: [virtio-dev] [PATCH v2] virtio-net: support device stats

2021-09-02 Thread Xuan Zhuo
On Thu, 2 Sep 2021 15:39:44 +0800, Jason Wang wrote: > > 在 2021/8/27 下午2:58, Xuan Zhuo 写道: > > On Fri, 27 Aug 2021 11:45:55 +0800, Jason Wang wrote: > >> 在 2021/8/27 上午11:22, Xuan Zhuo 写道: > >>> On Thu, 26 Aug 2021 12:22:25 +0800, Jason Wang > >>> wrote: > 在 2021/8/23 下午4:27, Xuan Zhuo

[virtio-dev] Re: [PATCH v3] virtio-pmem: PMEM device spec

2021-09-02 Thread Stefan Hajnoczi
On Thu, Sep 02, 2021 at 11:18:39AM +0200, Pankaj Gupta wrote: > > > +Requests have the following format: > > > + > > > +\begin{lstlisting} > > > +struct virtio_pmem_req { > > > +le32 type; > > > +}; > > > +\end{lstlisting} > > > + > > > +\field{type} is the request command type. > > > >

[virtio-dev] Re: [PATCH v3] virtio-pmem: PMEM device spec

2021-09-02 Thread Pankaj Gupta
> > diff --git a/virtio-pmem.tex b/virtio-pmem.tex > > new file mode 100644 > > index 000..6f1b504 > > --- /dev/null > > +++ b/virtio-pmem.tex > > @@ -0,0 +1,122 @@ > > +\section{PMEM Device}\label{sec:Device Types / PMEM Device} > > + > > +The virtio pmem device is a persistent memory

[virtio-dev] Re: Enabling hypervisor agnosticism for VirtIO backends

2021-09-02 Thread Stefan Hajnoczi
On Wed, Sep 01, 2021 at 01:53:34PM +0100, Alex Bennée wrote: > > Stefan Hajnoczi writes: > > > [[PGP Signed Part:Undecided]] > > On Wed, Aug 04, 2021 at 12:20:01PM -0700, Stefano Stabellini wrote: > >> > Could we consider the kernel internally converting IOREQ messages from > >> > the Xen

[virtio-dev] Re: [PATCH v3] virtio-pmem: PMEM device spec

2021-09-02 Thread Stefan Hajnoczi
On Thu, Sep 02, 2021 at 07:40:33AM +0200, Pankaj Gupta wrote: > diff --git a/virtio-pmem.tex b/virtio-pmem.tex > new file mode 100644 > index 000..6f1b504 > --- /dev/null > +++ b/virtio-pmem.tex > @@ -0,0 +1,122 @@ > +\section{PMEM Device}\label{sec:Device Types / PMEM Device} > + > +The

Re: [virtio-dev] [PATCH v2] virtio-net: support device stats

2021-09-02 Thread Jason Wang
在 2021/8/27 下午2:58, Xuan Zhuo 写道: On Fri, 27 Aug 2021 11:45:55 +0800, Jason Wang wrote: 在 2021/8/27 上午11:22, Xuan Zhuo 写道: On Thu, 26 Aug 2021 12:22:25 +0800, Jason Wang wrote: 在 2021/8/23 下午4:27, Xuan Zhuo 写道: This patch allows the driver to obtain some statistics from the device. In

Re: [virtio-dev] Re: [PATCH v3] virtio-mmio: Specify wait needed in driver during reset

2021-09-02 Thread Jason Wang
On Wed, Sep 1, 2021 at 9:31 PM Srivatsa Vaddagiri wrote: > > * Michael S. Tsirkin [2021-08-31 21:19:47]: > > > On Tue, Aug 31, 2021 at 09:26:03PM +0530, Srivatsa Vaddagiri wrote: > > > * Michael S. Tsirkin [2021-08-31 10:45:53]: > > > > > > > On Tue, Aug 31, 2021 at 07:27:53PM +0530, Srivatsa