Re: [PATCH 2/7] ibmvnic: update reset function prototypes

2021-01-11 Thread Sukadev Bhattiprolu
Jakub Kicinski [k...@kernel.org] wrote: > On Sun, 10 Jan 2021 19:12:21 -0800 Sukadev Bhattiprolu wrote: > > Jakub Kicinski [k...@kernel.org] wrote: > > > On Thu, 7 Jan 2021 23:12:31 -0800 Sukadev Bhattiprolu wrote: > > > > The reset functions need just the 'reset reason' parameter and not > > >

Re: [PATCH 2/7] ibmvnic: update reset function prototypes

2021-01-11 Thread Jakub Kicinski
On Sun, 10 Jan 2021 19:12:21 -0800 Sukadev Bhattiprolu wrote: > Jakub Kicinski [k...@kernel.org] wrote: > > On Thu, 7 Jan 2021 23:12:31 -0800 Sukadev Bhattiprolu wrote: > > > The reset functions need just the 'reset reason' parameter and not > > > the ibmvnic_rwi list element. Update the functio

Re: [PATCH 2/7] ibmvnic: update reset function prototypes

2021-01-10 Thread Sukadev Bhattiprolu
Jakub Kicinski [k...@kernel.org] wrote: > On Thu, 7 Jan 2021 23:12:31 -0800 Sukadev Bhattiprolu wrote: > > The reset functions need just the 'reset reason' parameter and not > > the ibmvnic_rwi list element. Update the functions so we can simplify > > the handling of the ->rwi_list in a follow-on

Re: [PATCH 2/7] ibmvnic: update reset function prototypes

2021-01-09 Thread Jakub Kicinski
On Thu, 7 Jan 2021 23:12:31 -0800 Sukadev Bhattiprolu wrote: > The reset functions need just the 'reset reason' parameter and not > the ibmvnic_rwi list element. Update the functions so we can simplify > the handling of the ->rwi_list in a follow-on patch. > > Fixes: 2770a7984db5 ("ibmvnic: Intro

[PATCH 2/7] ibmvnic: update reset function prototypes

2021-01-07 Thread Sukadev Bhattiprolu
The reset functions need just the 'reset reason' parameter and not the ibmvnic_rwi list element. Update the functions so we can simplify the handling of the ->rwi_list in a follow-on patch. Fixes: 2770a7984db5 ("ibmvnic: Introduce hard reset recovery") Signed-off-by: Sukadev Bhattiprolu --- dri