Re: [PATCH net-next 07/12] ionic: reduce contiguous memory allocation requirement

2020-08-26 Thread Shannon Nelson
On 8/26/20 2:01 PM, Jakub Kicinski wrote: On Wed, 26 Aug 2020 09:42:09 -0700 Shannon Nelson wrote: + q_base = (void *)ALIGN((uintptr_t)new->q_base, PAGE_SIZE); PTR_ALIGN() Sure, sln

Re: [PATCH net-next 07/12] ionic: reduce contiguous memory allocation requirement

2020-08-26 Thread Jakub Kicinski
On Wed, 26 Aug 2020 09:42:09 -0700 Shannon Nelson wrote: > + q_base = (void *)ALIGN((uintptr_t)new->q_base, PAGE_SIZE); PTR_ALIGN()

[PATCH net-next 07/12] ionic: reduce contiguous memory allocation requirement

2020-08-26 Thread Shannon Nelson
Split out the queue descriptor blocks into separate dma allocations to make for smaller blocks. Authored-by: Neel Patel Signed-off-by: Shannon Nelson --- .../ethernet/pensando/ionic/ionic_debugfs.c | 23 ++-- .../net/ethernet/pensando/ionic/ionic_lif.c | 100 +++--- .../net/eth