Re: [PATCH net-next] ibmvnic: merge do_change_param_reset into do_reset

2021-01-09 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 6 Jan 2021 15:35:14 -0600 you wrote: > Commit b27507bb59ed ("net/ibmvnic: unlock rtnl_lock in reset so > linkwatch_event can run") introduced do_change_param_reset function to > solve the rtnl lock issue. Majority

[PATCH net-next] ibmvnic: merge do_change_param_reset into do_reset

2021-01-06 Thread Lijun Pan
Commit b27507bb59ed ("net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run") introduced do_change_param_reset function to solve the rtnl lock issue. Majority of the code in do_change_param_reset duplicates do_reset. Also, we can handle the rtnl lock issue in do_reset itself. Hence merg

Re: [PATCH net-next] ibmvnic: merge do_change_param_reset into do_reset

2020-12-16 Thread Jakub Kicinski
On Tue, 15 Dec 2020 02:30:08 -0600 Lijun Pan wrote: > Commit b27507bb59ed ("net/ibmvnic: unlock rtnl_lock in reset so > linkwatch_event can run") introduced do_change_param_reset function to > solve the rtnl lock issue. Majority of the code in do_change_param_reset > duplicates do_reset. Also, we c

[PATCH net-next] ibmvnic: merge do_change_param_reset into do_reset

2020-12-15 Thread Lijun Pan
Commit b27507bb59ed ("net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run") introduced do_change_param_reset function to solve the rtnl lock issue. Majority of the code in do_change_param_reset duplicates do_reset. Also, we can handle the rtnl lock issue in do_reset itself. Hence merg

Re: [PATCH net-next] ibmvnic: merge do_change_param_reset into do_reset

2020-11-04 Thread Jakub Kicinski
On Wed, 04 Nov 2020 13:56:09 -0800 drt wrote: > On 2020-11-03 15:09, Jakub Kicinski wrote: > > On Sat, 31 Oct 2020 04:46:45 -0500 Lijun Pan wrote: > >> Commit b27507bb59ed ("net/ibmvnic: unlock rtnl_lock in reset so > >> linkwatch_event can run") introduced do_change_param_reset function to > >>

Re: [PATCH net-next] ibmvnic: merge do_change_param_reset into do_reset

2020-11-04 Thread drt
On 2020-11-03 15:09, Jakub Kicinski wrote: On Sat, 31 Oct 2020 04:46:45 -0500 Lijun Pan wrote: Commit b27507bb59ed ("net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run") introduced do_change_param_reset function to solve the rtnl lock issue. Majority of the code in do_change_para

Re: [PATCH net-next] ibmvnic: merge do_change_param_reset into do_reset

2020-11-03 Thread Jakub Kicinski
On Sat, 31 Oct 2020 04:46:45 -0500 Lijun Pan wrote: > Commit b27507bb59ed ("net/ibmvnic: unlock rtnl_lock in reset so > linkwatch_event can run") introduced do_change_param_reset function to > solve the rtnl lock issue. Majority of the code in do_change_param_reset > duplicates do_reset. Also, we c

[PATCH net-next] ibmvnic: merge do_change_param_reset into do_reset

2020-10-31 Thread Lijun Pan
Commit b27507bb59ed ("net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run") introduced do_change_param_reset function to solve the rtnl lock issue. Majority of the code in do_change_param_reset duplicates do_reset. Also, we can handle the rtnl lock issue in do_reset itself. Hence merg