> From: Heiner Kallweit [mailto:[email protected]] > Sent: Thursday, August 08, 2019 3:38 AM > To: nic_swsd; David Miller > Cc: [email protected] > Subject: [PATCH net-next] r8169: allocate rx buffers using alloc_pages_node > > We allocate 16kb per rx buffer, so we can avoid some overhead by using > alloc_pages_node directly instead of bothering kmalloc_node. Due to > this change buffers are page-aligned now, therefore the alignment check > can be removed. > > Signed-off-by: Heiner Kallweit <[email protected]>
Acked-by: Hayes Wang <[email protected]>
