[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1489411009.28631.77.camel@edumazet-glaptop3.roam.corp.google.com>
Date: Mon, 13 Mar 2017 06:16:49 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: kbuild test robot <lkp@...el.com>
Cc: Eric Dumazet <edumazet@...gle.com>, kbuild-all@...org,
"David S . Miller" <davem@...emloft.net>,
netdev <netdev@...r.kernel.org>,
Tariq Toukan <tariqt@...lanox.com>,
Saeed Mahameed <saeedm@...lanox.com>,
Willem de Bruijn <willemb@...gle.com>,
Alexei Starovoitov <ast@...nel.org>,
Alexander Duyck <alexander.duyck@...il.com>
Subject: Re: [PATCH net-next] mlx4: Better use of order-0 pages in RX path
On Mon, 2017-03-13 at 06:07 -0700, Eric Dumazet wrote:
> I removed the include <net/budy_poll.h>
>
> It seems we need <net/ip.h>.
Yes, I will add this to v2 :
diff --git a/drivers/net/ethernet/mellanox/mlx4/en_rx.c b/drivers/net/ethernet/mellanox/mlx4/en_rx.c
index de455c8a2dec389cfeca6b6d474a6184d6acf618..a71554649c25383bb765fa8220bc9cd490247aee 100644
--- a/drivers/net/ethernet/mellanox/mlx4/en_rx.c
+++ b/drivers/net/ethernet/mellanox/mlx4/en_rx.c
@@ -43,6 +43,7 @@
#include <linux/vmalloc.h>
#include <linux/irq.h>
+#include <net/ip.h>
#if IS_ENABLED(CONFIG_IPV6)
#include <net/ip6_checksum.h>
#endif
Powered by blists - more mailing lists