Re: [RFC 0/1] virtio-net: add support for SR-IOV emulation

2023-09-15 Thread Jason Wang
On Wed, Sep 6, 2023 at 1:11 PM Yui Washizu wrote: > > > Hi Jason, > > > On 2023/08/30 14:28, Yui Washizu wrote: > > > > On 2023/07/24 15:58, Jason Wang wrote: > >> On Mon, Jul 24, 2023 at 10:32 AM Yui Washizu > >> wrote: > >>> > >>> On 2023/07/20 11:20, Jason Wang wrote: > On Wed, Jul 19, 20

Re: [RFC 0/1] virtio-net: add support for SR-IOV emulation

2023-09-05 Thread Yui Washizu
Hi Jason, On 2023/08/30 14:28, Yui Washizu wrote: On 2023/07/24 15:58, Jason Wang wrote: On Mon, Jul 24, 2023 at 10:32 AM Yui Washizu wrote: On 2023/07/20 11:20, Jason Wang wrote: On Wed, Jul 19, 2023 at 9:59 AM Yui Washizu wrote: This patch series is the first step towards enabling h

Re: [RFC 0/1] virtio-net: add support for SR-IOV emulation

2023-08-29 Thread Yui Washizu
On 2023/07/24 15:58, Jason Wang wrote: On Mon, Jul 24, 2023 at 10:32 AM Yui Washizu wrote: On 2023/07/20 11:20, Jason Wang wrote: On Wed, Jul 19, 2023 at 9:59 AM Yui Washizu wrote: This patch series is the first step towards enabling hardware offloading of the L2 packet switching feature

Re: [RFC 0/1] virtio-net: add support for SR-IOV emulation

2023-07-28 Thread Yui Washizu
On 2023/07/24 15:58, Jason Wang wrote: On Mon, Jul 24, 2023 at 10:32 AM Yui Washizu wrote: On 2023/07/20 11:20, Jason Wang wrote: On Wed, Jul 19, 2023 at 9:59 AM Yui Washizu wrote: This patch series is the first step towards enabling hardware offloading of the L2 packet switching feature

Re: [RFC 0/1] virtio-net: add support for SR-IOV emulation

2023-07-23 Thread Jason Wang
On Mon, Jul 24, 2023 at 10:32 AM Yui Washizu wrote: > > > On 2023/07/20 11:20, Jason Wang wrote: > > On Wed, Jul 19, 2023 at 9:59 AM Yui Washizu wrote: > >> This patch series is the first step towards enabling > >> hardware offloading of the L2 packet switching feature on virtio-net > >> device

Re: [RFC 0/1] virtio-net: add support for SR-IOV emulation

2023-07-23 Thread Yui Washizu
On 2023/07/20 11:20, Jason Wang wrote: On Wed, Jul 19, 2023 at 9:59 AM Yui Washizu wrote: This patch series is the first step towards enabling hardware offloading of the L2 packet switching feature on virtio-net device to host machine. We are considering that this hardware offloading enables

Re: [RFC 0/1] virtio-net: add support for SR-IOV emulation

2023-07-19 Thread Jason Wang
On Wed, Jul 19, 2023 at 9:59 AM Yui Washizu wrote: > > This patch series is the first step towards enabling > hardware offloading of the L2 packet switching feature on virtio-net device > to host machine. > We are considering that this hardware offloading enables > the use of high-performance net

[RFC 0/1] virtio-net: add support for SR-IOV emulation

2023-07-19 Thread Yui Washizu
This patch series is the first step towards enabling hardware offloading of the L2 packet switching feature on virtio-net device to host machine. We are considering that this hardware offloading enables the use of high-performance networks in virtual infrastructures, such as container infrastructu