Re: [PATCH net-next] bnxt_en: Add page_pool_destroy() during RX ring cleanup.

2019-07-09 Thread David Miller
From: Michael Chan Date: Tue, 9 Jul 2019 03:50:07 -0400 > Add page_pool_destroy() in bnxt_free_rx_rings() during normal RX ring > cleanup, as Ilias has informed us that the following commit has been > merged: > > 1da4bbeffe41 ("net: core: page_pool: add user refcnt and reintroduce > page_pool_

Re: [PATCH net-next] bnxt_en: Add page_pool_destroy() during RX ring cleanup.

2019-07-09 Thread Ilias Apalodimas
On Tue, Jul 09, 2019 at 12:31:54PM -0400, Andy Gospodarek wrote: > On Tue, Jul 09, 2019 at 06:20:57PM +0300, Ilias Apalodimas wrote: > > Hi, > > > > > > Add page_pool_destroy() in bnxt_free_rx_rings() during normal RX ring > > > > cleanup, as Ilias has informed us that the following commit has bee

Re: [PATCH net-next] bnxt_en: Add page_pool_destroy() during RX ring cleanup.

2019-07-09 Thread Andy Gospodarek
On Tue, Jul 09, 2019 at 06:20:57PM +0300, Ilias Apalodimas wrote: > Hi, > > > > Add page_pool_destroy() in bnxt_free_rx_rings() during normal RX ring > > > cleanup, as Ilias has informed us that the following commit has been > > > merged: > > > > > > 1da4bbeffe41 ("net: core: page_pool: add user

Re: [PATCH net-next] bnxt_en: Add page_pool_destroy() during RX ring cleanup.

2019-07-09 Thread Ilias Apalodimas
Hi, > > Add page_pool_destroy() in bnxt_free_rx_rings() during normal RX ring > > cleanup, as Ilias has informed us that the following commit has been > > merged: > > > > 1da4bbeffe41 ("net: core: page_pool: add user refcnt and reintroduce > > page_pool_destroy") > > > > The special error handl

Re: [PATCH net-next] bnxt_en: Add page_pool_destroy() during RX ring cleanup.

2019-07-09 Thread Andy Gospodarek
On Tue, Jul 09, 2019 at 03:50:07AM -0400, Michael Chan wrote: > Add page_pool_destroy() in bnxt_free_rx_rings() during normal RX ring > cleanup, as Ilias has informed us that the following commit has been > merged: > > 1da4bbeffe41 ("net: core: page_pool: add user refcnt and reintroduce > page_po

[PATCH net-next] bnxt_en: Add page_pool_destroy() during RX ring cleanup.

2019-07-09 Thread Michael Chan
Add page_pool_destroy() in bnxt_free_rx_rings() during normal RX ring cleanup, as Ilias has informed us that the following commit has been merged: 1da4bbeffe41 ("net: core: page_pool: add user refcnt and reintroduce page_pool_destroy") The special error handling code to call page_pool_free() can