Re: [PATCH net-next v3 5/7] net: lan966x: Add lag support for lan966x.

From: Vladimir Oltean
Date: Wed Jul 06 2022 - 04:45:33 EST


On Wed, Jul 06, 2022 at 02:38:37AM +0800, kernel test robot wrote:
> > 138 lan966x_port_stp_state_set(port, br_port_get_stp_state(brport_dev));

When you call a symbol exported by the bridge driver (in this case
br_port_get_stp_state) you need to enforce the fact that you should be
built as module when the bridge is a module.

depends on BRIDGE || BRIDGE=n