Re: [PATCH v11 39/40] virtio_net: support tx queue resize

2022-07-15 Thread Xuan Zhuo
On Fri, 8 Jul 2022 14:23:57 +0800, Jason Wang wrote: > On Tue, Jul 5, 2022 at 10:01 AM Xuan Zhuo wrote: > > > > On Mon, 4 Jul 2022 11:45:52 +0800, Jason Wang wrote: > > > > > > 在 2022/6/29 14:56, Xuan Zhuo 写道: > > > > This patch implements the resize function of the tx queues. > > > > Based on t

Re: [PATCH v11 38/40] virtio_net: support rx queue resize

2022-07-15 Thread Xuan Zhuo
On Fri, 8 Jul 2022 14:20:52 +0800, Jason Wang wrote: > On Tue, Jul 5, 2022 at 10:00 AM Xuan Zhuo wrote: > > > > On Mon, 4 Jul 2022 11:44:12 +0800, Jason Wang wrote: > > > > > > 在 2022/6/29 14:56, Xuan Zhuo 写道: > > > > This patch implements the resize function of the rx queues. > > > > Based on t

Re: [RFC PATCH 2/2] asm-generic: Add new pci.h and use it

2022-07-15 Thread Arnd Bergmann
On Thu, Jul 14, 2022 at 11:46 PM Stafford Horne wrote: > > The asm/pci.h used for many newer architectures share similar > definitions. Move the common parts to asm-generic/pci.h to allow for > sharing code. This looks very nice, thanks for doing it! > Two things to note are: > > - isa_dma_bri

Re: [RFC PATCH 2/2] asm-generic: Add new pci.h and use it

2022-07-15 Thread Stafford Horne
On Fri, Jul 15, 2022 at 10:09:21AM +0200, Arnd Bergmann wrote: > On Thu, Jul 14, 2022 at 11:46 PM Stafford Horne wrote: > > > > The asm/pci.h used for many newer architectures share similar > > definitions. Move the common parts to asm-generic/pci.h to allow for > > sharing code. > > This looks