Re: [PATCH vhost v10 00/10] virtio core prepares for AF_XDP

2023-06-25 Thread Jason Wang
On Wed, Jun 21, 2023 at 2:43 PM Xuan Zhuo wrote: > > Hi Jason, > > Do you have plan to review this? Just came back from vacation, will do this next week. Thanks > > Thanks. > ___ Virtualization mailing list Virtualization@lists.linux-foundation.org h

Re: [PATCH vhost v10 00/10] virtio core prepares for AF_XDP

2023-06-22 Thread Michael S. Tsirkin
On Fri, Jun 02, 2023 at 05:21:56PM +0800, Xuan Zhuo wrote: > ## About DMA APIs > > Now, virtio may can not work with DMA APIs when virtio features do not have > VIRTIO_F_ACCESS_PLATFORM. > > 1. I tried to let DMA APIs return phy address by virtio-device. But DMA APIs > just >work with the "r

Re: [PATCH vhost v10 00/10] virtio core prepares for AF_XDP

2023-06-20 Thread Xuan Zhuo
Hi Jason, Do you have plan to review this? Thanks. ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization

Re: [PATCH vhost v10 00/10] virtio core prepares for AF_XDP

2023-06-07 Thread Michael S. Tsirkin
On Wed, Jun 07, 2023 at 07:05:11AM -0700, Christoph Hellwig wrote: > On Mon, Jun 05, 2023 at 09:58:21AM +0800, Xuan Zhuo wrote: > > On Fri, 2 Jun 2023 23:29:02 -0700, Jakub Kicinski wrote: > > > On Fri, 2 Jun 2023 17:21:56 +0800 Xuan Zhuo wrote: > > > > Thanks for the help from Christoph. > > > >

Re: [PATCH vhost v10 00/10] virtio core prepares for AF_XDP

2023-06-07 Thread Christoph Hellwig
On Mon, Jun 05, 2023 at 09:58:21AM +0800, Xuan Zhuo wrote: > On Fri, 2 Jun 2023 23:29:02 -0700, Jakub Kicinski wrote: > > On Fri, 2 Jun 2023 17:21:56 +0800 Xuan Zhuo wrote: > > > Thanks for the help from Christoph. > > > > That said you haven't CCed him on the series, isn't the general rule to >

Re: [PATCH vhost v10 00/10] virtio core prepares for AF_XDP

2023-06-04 Thread Xuan Zhuo
On Fri, 2 Jun 2023 23:29:02 -0700, Jakub Kicinski wrote: > On Fri, 2 Jun 2023 17:21:56 +0800 Xuan Zhuo wrote: > > Thanks for the help from Christoph. > > That said you haven't CCed him on the series, isn't the general rule to > CC anyone who was involved in previous discussions? Sorry, I forgot

[PATCH vhost v10 00/10] virtio core prepares for AF_XDP

2023-06-02 Thread Xuan Zhuo
## About DMA APIs Now, virtio may can not work with DMA APIs when virtio features do not have VIRTIO_F_ACCESS_PLATFORM. 1. I tried to let DMA APIs return phy address by virtio-device. But DMA APIs just work with the "real" devices. 2. I tried to let xsk support callballs to get phy address fr