Re: [PATCH RFC v2 00/12] virtio-net: add support for SR-IOV emulation

2023-12-19 Thread Yui Washizu
On 2023/12/10 13:05, Akihiko Odaki wrote: Introduction This series is based on the RFC series submitted by Yui Washizu[1]. See also [2] for the context. This series enables SR-IOV emulation for virtio-net. It is useful to test SR-IOV support on the guest, or to expose several vDP

Re: [PATCH RFC v2 00/12] virtio-net: add support for SR-IOV emulation

2023-12-12 Thread Akihiko Odaki
On 2023/12/12 13:12, Jason Wang wrote: On Mon, Dec 11, 2023 at 4:29 PM Akihiko Odaki wrote: On 2023/12/11 16:26, Jason Wang wrote: On Mon, Dec 11, 2023 at 1:30 PM Akihiko Odaki wrote: On 2023/12/11 11:52, Jason Wang wrote: On Sun, Dec 10, 2023 at 12:06 PM Akihiko Odaki wrote: Introduct

Re: [PATCH RFC v2 00/12] virtio-net: add support for SR-IOV emulation

2023-12-11 Thread Jason Wang
On Mon, Dec 11, 2023 at 4:29 PM Akihiko Odaki wrote: > > On 2023/12/11 16:26, Jason Wang wrote: > > On Mon, Dec 11, 2023 at 1:30 PM Akihiko Odaki > > wrote: > >> > >> On 2023/12/11 11:52, Jason Wang wrote: > >>> On Sun, Dec 10, 2023 at 12:06 PM Akihiko Odaki > >>> wrote: > > Introduc

Re: [PATCH RFC v2 00/12] virtio-net: add support for SR-IOV emulation

2023-12-11 Thread Akihiko Odaki
On 2023/12/11 16:26, Jason Wang wrote: On Mon, Dec 11, 2023 at 1:30 PM Akihiko Odaki wrote: On 2023/12/11 11:52, Jason Wang wrote: On Sun, Dec 10, 2023 at 12:06 PM Akihiko Odaki wrote: Introduction This series is based on the RFC series submitted by Yui Washizu[1]. See also [

Re: [PATCH RFC v2 00/12] virtio-net: add support for SR-IOV emulation

2023-12-10 Thread Jason Wang
On Mon, Dec 11, 2023 at 1:30 PM Akihiko Odaki wrote: > > On 2023/12/11 11:52, Jason Wang wrote: > > On Sun, Dec 10, 2023 at 12:06 PM Akihiko Odaki > > wrote: > >> > >> Introduction > >> > >> > >> This series is based on the RFC series submitted by Yui Washizu[1]. > >> See also [2] f

Re: [PATCH RFC v2 00/12] virtio-net: add support for SR-IOV emulation

2023-12-10 Thread Akihiko Odaki
On 2023/12/11 11:52, Jason Wang wrote: On Sun, Dec 10, 2023 at 12:06 PM Akihiko Odaki wrote: Introduction This series is based on the RFC series submitted by Yui Washizu[1]. See also [2] for the context. This series enables SR-IOV emulation for virtio-net. It is useful to test S

Re: [PATCH RFC v2 00/12] virtio-net: add support for SR-IOV emulation

2023-12-10 Thread Jason Wang
On Sun, Dec 10, 2023 at 12:06 PM Akihiko Odaki wrote: > > Introduction > > > This series is based on the RFC series submitted by Yui Washizu[1]. > See also [2] for the context. > > This series enables SR-IOV emulation for virtio-net. It is useful > to test SR-IOV support on the guest,

[PATCH RFC v2 00/12] virtio-net: add support for SR-IOV emulation

2023-12-09 Thread Akihiko Odaki
Introduction This series is based on the RFC series submitted by Yui Washizu[1]. See also [2] for the context. This series enables SR-IOV emulation for virtio-net. It is useful to test SR-IOV support on the guest, or to expose several vDPA devices in a VM. vDPA devices can also provi