[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190820181055.GA6054@splinter>
Date: Tue, 20 Aug 2019 21:10:55 +0300
From: Ido Schimmel <idosch@...sch.org>
To: YueHaibing <yuehaibing@...wei.com>
Cc: davem@...emloft.net, idosch@...lanox.com, jiri@...lanox.com,
mcroce@...hat.com, jakub.kicinski@...ronome.com,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH v2 net-next] netdevsim: Fix build error without
CONFIG_INET
On Tue, Aug 20, 2019 at 10:14:46PM +0800, YueHaibing wrote:
> If CONFIG_INET is not set, building fails:
>
> drivers/net/netdevsim/dev.o: In function `nsim_dev_trap_report_work':
> dev.c:(.text+0x67b): undefined reference to `ip_send_check'
>
> Use ip_fast_csum instead of ip_send_check to avoid
> dependencies on CONFIG_INET.
>
> Reported-by: Hulk Robot <hulkci@...wei.com>
> Fixes: da58f90f11f5 ("netdevsim: Add devlink-trap support")
> Signed-off-by: YueHaibing <yuehaibing@...wei.com>
Reviewed-by: Ido Schimmel <idosch@...lanox.com>
Tested-by: Ido Schimmel <idosch@...lanox.com>
Thanks for fixing this in my stead!
Powered by blists - more mailing lists