Re: [PATCH net-next 07/12] ionic: reduce contiguous memory allocation requirement
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
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()