On Wed, Oct 27, 2021 at 04:05:19PM +0300, Pavel Tikhomirov wrote:
> In drivers/net/venetdev.c (which is config VE_NETDEV) we use
> net->owner_ve (which is under config VE), so probably it's a good idea
> to make VE_NETDEV depend from VE in Kconfig.
>
> https://jira.sw.ru/browse/PSBM-135200
> Fixes
In drivers/net/venetdev.c (which is config VE_NETDEV) we use
net->owner_ve (which is under config VE), so probably it's a good idea
to make VE_NETDEV depend from VE in Kconfig.
https://jira.sw.ru/browse/PSBM-135200
Fixes: 12b9b0869be8 ("drivers/net/ve: venet network device introduced")
Signed-off-