Re: [PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp

2024-06-02 Thread Michael S. Tsirkin
On Sat, Jun 01, 2024 at 09:01:29AM +0800, Xuan Zhuo wrote: > On Thu, 30 May 2024 07:53:17 -0400, "Michael S. Tsirkin" > wrote: > > On Thu, May 30, 2024 at 07:23:54PM +0800, Xuan Zhuo wrote: > > > This patch set prepares for supporting af-xdp zerocopy. > > > There is no feature change in this patc

Re: [PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp

2024-05-31 Thread Xuan Zhuo
On Thu, 30 May 2024 07:53:17 -0400, "Michael S. Tsirkin" wrote: > On Thu, May 30, 2024 at 07:23:54PM +0800, Xuan Zhuo wrote: > > This patch set prepares for supporting af-xdp zerocopy. > > There is no feature change in this patch set. > > I just want to reduce the patch num of the final patch set

Re: [PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp

2024-05-30 Thread Xuan Zhuo
On Thu, 30 May 2024 18:55:17 -0700, Jakub Kicinski wrote: > On Fri, 31 May 2024 09:40:14 +0800 Xuan Zhuo wrote: > > On Thu, 30 May 2024 19:54:44 +0800, Xuan Zhuo > > wrote: > > > On Thu, 30 May 2024 07:53:17 -0400, "Michael S. Tsirkin" > > > wrote: > > > > It's great that you are working on th

Re: [PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp

2024-05-30 Thread Jakub Kicinski
On Fri, 31 May 2024 09:40:14 +0800 Xuan Zhuo wrote: > On Thu, 30 May 2024 19:54:44 +0800, Xuan Zhuo > wrote: > > On Thu, 30 May 2024 07:53:17 -0400, "Michael S. Tsirkin" > > wrote: > > > It's great that you are working on this but > > > I'd like to see the actual use of this first. > > > >

Re: [PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp

2024-05-30 Thread Xuan Zhuo
On Thu, 30 May 2024 19:54:44 +0800, Xuan Zhuo wrote: > On Thu, 30 May 2024 07:53:17 -0400, "Michael S. Tsirkin" > wrote: > > On Thu, May 30, 2024 at 07:23:54PM +0800, Xuan Zhuo wrote: > > > This patch set prepares for supporting af-xdp zerocopy. > > > There is no feature change in this patch se

Re: [PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp

2024-05-30 Thread Xuan Zhuo
On Thu, 30 May 2024 07:53:17 -0400, "Michael S. Tsirkin" wrote: > On Thu, May 30, 2024 at 07:23:54PM +0800, Xuan Zhuo wrote: > > This patch set prepares for supporting af-xdp zerocopy. > > There is no feature change in this patch set. > > I just want to reduce the patch num of the final patch set

Re: [PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp

2024-05-30 Thread Michael S. Tsirkin
On Thu, May 30, 2024 at 07:23:54PM +0800, Xuan Zhuo wrote: > This patch set prepares for supporting af-xdp zerocopy. > There is no feature change in this patch set. > I just want to reduce the patch num of the final patch set, > so I split the patch set. > > Thanks. > > v2: > 1. Add five comm

[PATCH net-next v2 00/12] virtnet_net: prepare for af-xdp

2024-05-30 Thread Xuan Zhuo
This patch set prepares for supporting af-xdp zerocopy. There is no feature change in this patch set. I just want to reduce the patch num of the final patch set, so I split the patch set. Thanks. v2: 1. Add five commits. That provides some helper for sq to support premapped mode. And t