Re: [PATCH 1/1] i40iw: remove bogus call to netdev_master_upper_dev_get

2020-05-04 Thread Jason Gunthorpe
On Tue, Apr 28, 2020 at 04:15:11PM +0300, Denis V. Lunev wrote: > Local variable netdev is not used in these calls. > > It should be noted, that this change is required to work in bonded mode. > In the other case we would get the following assert: > "RTNL: assertion failed at net/core/dev.c

RE: [PATCH 1/1] i40iw: remove bogus call to netdev_master_upper_dev_get

2020-04-29 Thread Saleem, Shiraz
> Subject: [PATCH 1/1] i40iw: remove bogus call to netdev_master_upper_dev_get > > Local variable netdev is not used in these calls. > > It should be noted, that this change is required to work in bonded mode. > In the other case we would get the following assert: > &q

[PATCH 1/1] i40iw: remove bogus call to netdev_master_upper_dev_get

2020-04-28 Thread Denis V. Lunev
Local variable netdev is not used in these calls. It should be noted, that this change is required to work in bonded mode. In the other case we would get the following assert: "RTNL: assertion failed at net/core/dev.c (5665)" with the calltrace as follows: dump_stack+0x19/0x1b