RE: [PATCH] net: stmmac: Fix page pool size

2019-09-23 Thread Jose Abreu
From: Jakub Kicinski Date: Sep/22/2019, 23:31:32 (UTC+00:00) > On Fri, 20 Sep 2019 19:01:27 +0200, Thierry Reding wrote: > > From: Thierry Reding > > > > The size of individual pages in the page pool in given by an order. The > > order is the binary logarithm of the number of pages that make up

Re: [PATCH] net: stmmac: Fix page pool size

2019-09-22 Thread Jakub Kicinski
On Fri, 20 Sep 2019 19:01:27 +0200, Thierry Reding wrote: > From: Thierry Reding > > The size of individual pages in the page pool in given by an order. The > order is the binary logarithm of the number of pages that make up one of > the pages in the pool. However, the driver currently passes the

[PATCH] net: stmmac: Fix page pool size

2019-09-20 Thread Thierry Reding
From: Thierry Reding The size of individual pages in the page pool in given by an order. The order is the binary logarithm of the number of pages that make up one of the pages in the pool. However, the driver currently passes the number of pages rather than the order, so it ends up wasting quite