Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1535078
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH net-next] net/mlx5e: skip loopback selftest with !CONFIG_INET |
| Date | 2016-12-02 18:00 +0100 |
| Message-ID | <sJZlM-6mx-13@gated-at.bofh.it> (permalink) |
| References | <sJkiB-2NQ-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Arnd Bergmann <arnd@arndb.de>
Date: Wed, 30 Nov 2016 22:05:39 +0100
> When CONFIG_INET is disabled, the new selftest results in a link
> error:
>
> drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.o: In function `mlx5e_test_loopback':
> en_selftest.c:(.text.mlx5e_test_loopback+0x2ec): undefined reference to `ip_send_check'
> en_selftest.c:(.text.mlx5e_test_loopback+0x34c): undefined reference to `udp4_hwcsum'
>
> This hides the specific test in that configuration.
>
> Fixes: 0952da791c97 ("net/mlx5e: Add support for loopback selftest")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Applied, thanks Arnd.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH net-next] net/mlx5e: skip loopback selftest with !CONFIG_INET Arnd Bergmann <arnd@arndb.de> - 2016-11-30 22:10 +0100 Re: [PATCH net-next] net/mlx5e: skip loopback selftest with !CONFIG_INET David Miller <davem@davemloft.net> - 2016-12-02 18:00 +0100
csiph-web