Re: [PATCH 00/10 net-next] page_pool cleanups

2019-10-21 Thread Jonathan Lemon
On 21 Oct 2019, at 12:08, Saeed Mahameed wrote: > On Fri, 2019-10-18 at 16:32 -0700, Jonathan Lemon wrote: >> >> On 18 Oct 2019, at 13:50, Saeed Mahameed wrote: >> >>> On Wed, 2019-10-16 at 15:50 -0700, Jonathan Lemon wrote: This patch combines work from various people: - part of Tari

Re: [PATCH 00/10 net-next] page_pool cleanups

2019-10-21 Thread Saeed Mahameed
On Fri, 2019-10-18 at 16:32 -0700, Jonathan Lemon wrote: > > On 18 Oct 2019, at 13:50, Saeed Mahameed wrote: > > > On Wed, 2019-10-16 at 15:50 -0700, Jonathan Lemon wrote: > > > This patch combines work from various people: > > > - part of Tariq's work to move the DMA mapping from > > > the mlx

Re: [PATCH 00/10 net-next] page_pool cleanups

2019-10-18 Thread Jonathan Lemon
On 18 Oct 2019, at 13:50, Saeed Mahameed wrote: > On Wed, 2019-10-16 at 15:50 -0700, Jonathan Lemon wrote: >> This patch combines work from various people: >> - part of Tariq's work to move the DMA mapping from >> the mlx5 driver into the page pool. This does not >> include later patches w

Re: [PATCH 00/10 net-next] page_pool cleanups

2019-10-18 Thread Saeed Mahameed
On Fri, 2019-10-18 at 13:50 -0700, Saeed Mahameed wrote: > On Wed, 2019-10-16 at 15:50 -0700, Jonathan Lemon wrote: > > This patch combines work from various people: > > - part of Tariq's work to move the DMA mapping from > > the mlx5 driver into the page pool. This does not > > include later

Re: [PATCH 00/10 net-next] page_pool cleanups

2019-10-18 Thread Saeed Mahameed
On Wed, 2019-10-16 at 15:50 -0700, Jonathan Lemon wrote: > This patch combines work from various people: > - part of Tariq's work to move the DMA mapping from > the mlx5 driver into the page pool. This does not > include later patches which remove the dma address > from the driver, as this c

[PATCH 00/10 net-next] page_pool cleanups

2019-10-16 Thread Jonathan Lemon
This patch combines work from various people: - part of Tariq's work to move the DMA mapping from the mlx5 driver into the page pool. This does not include later patches which remove the dma address from the driver, as this conflicts with AF_XDP. - Saeed's changes to check the numa node bef