Re: [PATCH net-next v2 1/2] virtio_net: introduce ability to get reply info from device

2024-05-07 Thread Heng Qi
On Wed, 8 May 2024 10:20:05 +0800, Jason Wang wrote: > On Tue, May 7, 2024 at 2:56 PM Heng Qi wrote: > > > > On Tue, 7 May 2024 14:24:19 +0800, Jason Wang wrote: > > > On Fri, Apr 26, 2024 at 2:54 PM Heng Qi wrote: > > > > > > > > From: Xuan Zhuo > > > > > > > > As the spec > > > > https://gi

Re: [PATCH net-next v2 1/2] virtio_net: introduce ability to get reply info from device

2024-05-07 Thread Jason Wang
On Tue, May 7, 2024 at 2:56 PM Heng Qi wrote: > > On Tue, 7 May 2024 14:24:19 +0800, Jason Wang wrote: > > On Fri, Apr 26, 2024 at 2:54 PM Heng Qi wrote: > > > > > > From: Xuan Zhuo > > > > > > As the spec > > > https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0

Re: [PATCH net-next v2 1/2] virtio_net: introduce ability to get reply info from device

2024-05-06 Thread Heng Qi
On Tue, 7 May 2024 14:24:19 +0800, Jason Wang wrote: > On Fri, Apr 26, 2024 at 2:54 PM Heng Qi wrote: > > > > From: Xuan Zhuo > > > > As the spec > > https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 > > > > Based on the description provided in the above s

Re: [PATCH net-next v2 1/2] virtio_net: introduce ability to get reply info from device

2024-05-06 Thread Jason Wang
On Fri, Apr 26, 2024 at 2:54 PM Heng Qi wrote: > > From: Xuan Zhuo > > As the spec > https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 > > Based on the description provided in the above specification, we have > enabled the virtio-net driver to support acqui

[PATCH net-next v2 1/2] virtio_net: introduce ability to get reply info from device

2024-04-25 Thread Heng Qi
From: Xuan Zhuo As the spec https://github.com/oasis-tcs/virtio-spec/commit/42f389989823039724f95bbbd243291ab0064f82 Based on the description provided in the above specification, we have enabled the virtio-net driver to support acquiring some response information from the device via the CVQ (Co