]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx4_en: Use __skb_fill_page_desc()
authorEric Dumazet <edumazet@google.com>
Thu, 23 Feb 2017 10:02:45 +0000 (12:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Feb 2017 15:57:57 +0000 (10:57 -0500)
commitc2a446414f155a2d0ad9089a32084f46996ca0c0
treee6c093d33d61dd9c2eeb7c7f77c9f4c26aea3655
parent7bd15772c5861c38ffe18194b7c32bd35053aa44
net/mlx4_en: Use __skb_fill_page_desc()

Or we might miss the fact that a page was allocated from memory reserves.

Fixes: c521d617ce48 ("mlx4: support __GFP_MEMALLOC for rx")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_rx.c