From: Heiner Kallweit <hkallwe...@gmail.com> Date: Wed, 7 Aug 2019 21:38:22 +0200
> 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 <hkallwe...@gmail.com> Applied, thank you.