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
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
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
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