Thread (1 message) 1 message, 1 author, 2021-07-13

Re: [EXT] [PATCH net] net: marvell: prestera: if the LAG that we're joining is under a bridge, join it

From: Vladimir Oltean <vladimir.oltean@nxp.com>
Date: 2021-07-13 14:35:11

Hi Taras,

On Tue, Jul 13, 2021 at 05:07:49PM +0300, Taras Chornyi wrote:
Driver will not allow to enslave port to a bound if bond has any upper

There is a check for this in prestera_netdev_port_event

if (netdev_has_any_upper_dev(upper)) {
    NL_SET_ERR_MSG_MOD(extack, "Upper device is already enslaved");
    return -EINVAL;
}
quoted
  	return 0;
  }
I didn't notice that, let me drop this patch in that case then.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help