Re: [PATCH net-next 2/2] ibmvnic: add sysfs entry for timeout and fatal reset

2021-04-12 Thread Jakub Kicinski
On Mon, 12 Apr 2021 15:26:00 -0500 Lijun Pan wrote: > On Mon, Apr 12, 2021 at 1:23 PM Jakub Kicinski wrote: > > On Mon, 12 Apr 2021 02:43:30 -0500 Lijun Pan wrote: > > > Add timeout and fatal reset sysfs entries so that both functions > > > can be triggered manually the tested. Otherwise, you ha

Re: [PATCH net-next 2/2] ibmvnic: add sysfs entry for timeout and fatal reset

2021-04-12 Thread Lijun Pan
On Mon, Apr 12, 2021 at 1:23 PM Jakub Kicinski wrote: > > On Mon, 12 Apr 2021 02:43:30 -0500 Lijun Pan wrote: > > Add timeout and fatal reset sysfs entries so that both functions > > can be triggered manually the tested. Otherwise, you have to run > > the program for enough time and check both ran

Re: [PATCH net-next 2/2] ibmvnic: add sysfs entry for timeout and fatal reset

2021-04-12 Thread Jakub Kicinski
On Mon, 12 Apr 2021 02:43:30 -0500 Lijun Pan wrote: > Add timeout and fatal reset sysfs entries so that both functions > can be triggered manually the tested. Otherwise, you have to run > the program for enough time and check both randomly generated > resets in the long long log. This looks more s

[PATCH net-next 2/2] ibmvnic: add sysfs entry for timeout and fatal reset

2021-04-12 Thread Lijun Pan
Add timeout and fatal reset sysfs entries so that both functions can be triggered manually the tested. Otherwise, you have to run the program for enough time and check both randomly generated resets in the long long log. Signed-off-by: Lijun Pan --- drivers/net/ethernet/ibm/ibmvnic.c | 50 ++