[virtio-dev] Re: [virtio-comment] Re: [PATCH 09/11] transport-pci: Describe PCI MMR dev config registers

2023-04-12 Thread Jason Wang
On Thu, Apr 13, 2023 at 11:31 AM Parav Pandit wrote: > > > > On 4/12/2023 9:48 PM, Jason Wang wrote: > > On Wed, Apr 12, 2023 at 10:23 PM Parav Pandit wrote: > >> > >> > >> > >>> From: Jason Wang > >>> Sent: Wednesday, April 12, 2023 2:15 AM > >>> > >>> On Wed, Apr 12, 2023 at 1:55 PM Parav Pand

[virtio-dev] Re: [PATCH v12] virtio-net: support inner header hash

2023-04-12 Thread Jason Wang
在 2023/4/3 12:58, Heng Qi 写道: 1. Currently, a received encapsulated packet has an outer and an inner header, but the virtio device is unable to calculate the hash for the inner header. The same flow can traverse through different tunnels, resulting in the encapsulated packets being spread acro

[virtio-dev] Re: [virtio-comment] Re: [PATCH 09/11] transport-pci: Describe PCI MMR dev config registers

2023-04-12 Thread Parav Pandit
On 4/12/2023 9:48 PM, Jason Wang wrote: On Wed, Apr 12, 2023 at 10:23 PM Parav Pandit wrote: From: Jason Wang Sent: Wednesday, April 12, 2023 2:15 AM On Wed, Apr 12, 2023 at 1:55 PM Parav Pandit wrote: From: Jason Wang Sent: Wednesday, April 12, 2023 1:38 AM Modern device say

[virtio-dev] Re: [virtio-comment] Re: [PATCH 09/11] transport-pci: Describe PCI MMR dev config registers

2023-04-12 Thread Jason Wang
On Wed, Apr 12, 2023 at 10:23 PM Parav Pandit wrote: > > > > > From: Jason Wang > > Sent: Wednesday, April 12, 2023 2:15 AM > > > > On Wed, Apr 12, 2023 at 1:55 PM Parav Pandit wrote: > > > > > > > > > > > > > From: Jason Wang > > > > Sent: Wednesday, April 12, 2023 1:38 AM > > > > > > > > Mode

[virtio-dev] Re: [virtio-comment] [RFC] virtio 1.3 schedule

2023-04-12 Thread Cornelia Huck
On Fri, Apr 07 2023, "Michael S. Tsirkin" wrote: > On Wed, Apr 05, 2023 at 03:57:09PM +0200, Cornelia Huck wrote: >> That said, let me propose the following timeline: >> >> - July 1st 2023: enter feature freeze; all proposed changes must at >> least have an open github issue that refers to a p

[virtio-dev] Re: [virtio-comment] [PATCH] transport-mmio: Replace virtual queue with virtqueue

2023-04-12 Thread Stefan Hajnoczi
On Tue, Apr 11, 2023 at 11:16:47PM +0300, Parav Pandit wrote: > Basic facilities define the virtqueue construct for device <-> driver > communication. > > PCI transport and individual devices description also refers to it as > virtqueue. > > MMIO refers to it as 'virtual queue'. > > Align MMIO t

[virtio-dev] RE: [virtio-comment] Re: [PATCH 09/11] transport-pci: Describe PCI MMR dev config registers

2023-04-12 Thread Parav Pandit
> From: Jason Wang > Sent: Wednesday, April 12, 2023 2:15 AM > > On Wed, Apr 12, 2023 at 1:55 PM Parav Pandit wrote: > > > > > > > > > From: Jason Wang > > > Sent: Wednesday, April 12, 2023 1:38 AM > > > > > > Modern device says FEAETURE_1 must be offered and must be > > > > negotiated by > >

[virtio-dev] Re: [virtio-comment] [PATCH] introduction: Add missing helping verb

2023-04-12 Thread Cornelia Huck
On Tue, Apr 11 2023, Parav Pandit wrote: > The terminology of Transitional device and driver is missing the helping > verb 'is' similar to other terminologies. > > Hence, add them to complete the sentence. > > Signed-off-by: Parav Pandit > --- > introduction.tex | 4 ++-- > 1 file changed, 2 in