Re: [EXT] [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function

2023-04-11 Thread Shunsuke Mie
On 2023/03/30 1:46, Frank Li wrote: On 2023/02/08 1:02, Frank Li wrote: Did you have chance to improve this? I'm working on it. I'll submit the next version. Best regards Frank Li Best regards, Shunsuke ___ Virtualization mailing list

Re: [EXT] [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function

2023-04-04 Thread Shunsuke Mie
On 2023/03/30 1:46, Frank Li wrote: On 2023/02/08 1:02, Frank Li wrote: Did you have chance to improve this? Yes. I'm working on it.I'd like to submit new one in this week. Best regards Frank Li Best, Shunsuke, ___ Virtualization mailing

Re: [EXT] [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function

2023-02-13 Thread Shunsuke Mie
On 2023/02/08 1:02, Frank Li wrote: We project extending this module to support RDMA. The plan is based on virtio-rdma[1]. It extends the virtio-net and we are plan to implement the proposed spec based on this patch. [1] virtio-rdma - proposal:

Re: [EXT] [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function

2023-02-07 Thread Shunsuke Mie
> > Helgaas ; Michael S. Tsirkin ; > > Jason Wang ; Shunsuke Mie ; > > Frank Li ; Jon Mason ; Ren Zhijie > > ; Takanari Hayama ; linux- > > ker...@vger.kernel.org; linux-...@vger.kernel.org; > > virtualization@lists.linux- > > foundation.org > > Subject

Re: [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function

2023-02-07 Thread Shunsuke Mie
2023年2月5日(日) 19:02 Michael S. Tsirkin : > > On Fri, Feb 03, 2023 at 07:04:14PM +0900, Shunsuke Mie wrote: > > This patchset introduce a virtio-net EP device function. It provides a > > new option to communiate between PCIe host and endpoint over IP. > > Advantage of this option is that the driver

Re: [EXT] [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function

2023-02-06 Thread Shunsuke Mie
2023年2月7日(火) 10:43 Shunsuke Mie : > > 2023年2月4日(土) 6:48 Frank Li : > > > > > foundation.org > > > Subject: [EXT] [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP > > > function > > > > > > > The dependent EDMA patch can't be appl

Re: [EXT] [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function

2023-02-06 Thread Shunsuke Mie
2023年2月4日(土) 6:48 Frank Li : > > > foundation.org > > Subject: [EXT] [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP > > function > > > > The dependent EDMA patch can't be applied at last linux-next. > Can you provide a git link? So I can try directly.

Re: [RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function

2023-02-05 Thread Michael S. Tsirkin
On Fri, Feb 03, 2023 at 07:04:14PM +0900, Shunsuke Mie wrote: > This patchset introduce a virtio-net EP device function. It provides a > new option to communiate between PCIe host and endpoint over IP. > Advantage of this option is that the driver fully uses a PCIe embedded DMA. > It is used to

[RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function

2023-02-03 Thread Shunsuke Mie
This patchset introduce a virtio-net EP device function. It provides a new option to communiate between PCIe host and endpoint over IP. Advantage of this option is that the driver fully uses a PCIe embedded DMA. It is used to transport data between virtio ring directly each other. It can be