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
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()
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