Re: [PATCH v2 0/4] improve fault-tolerance of rhashtable runtime-test

2015-11-30 Thread Herbert Xu
On Mon, Nov 30, 2015 at 11:14:01AM +0100, Phil Sutter wrote: > On Mon, Nov 30, 2015 at 05:37:55PM +0800, Herbert Xu wrote: > > Phil Sutter wrote: > > > The following series aims to improve lib/test_rhashtable in different > > > situations: > > > > > > Patch 1 allows the kernel to reschedule so th

Re: [PATCH v2 0/4] improve fault-tolerance of rhashtable runtime-test

2015-11-30 Thread Phil Sutter
On Mon, Nov 30, 2015 at 05:37:55PM +0800, Herbert Xu wrote: > Phil Sutter wrote: > > The following series aims to improve lib/test_rhashtable in different > > situations: > > > > Patch 1 allows the kernel to reschedule so the test does not block too > >long on slow systems. > > Patch 2 fi

Re: [PATCH v2 0/4] improve fault-tolerance of rhashtable runtime-test

2015-11-30 Thread Herbert Xu
Phil Sutter wrote: > The following series aims to improve lib/test_rhashtable in different > situations: > > Patch 1 allows the kernel to reschedule so the test does not block too >long on slow systems. > Patch 2 fixes behaviour under pressure, retrying inserts in non-permanent >e

Re: [PATCH v2 0/4] improve fault-tolerance of rhashtable runtime-test

2015-11-23 Thread David Miller
From: Phil Sutter Date: Fri, 20 Nov 2015 18:17:16 +0100 > The following series aims to improve lib/test_rhashtable in different > situations: > > Patch 1 allows the kernel to reschedule so the test does not block too > long on slow systems. > Patch 2 fixes behaviour under pressure, retry

[PATCH v2 0/4] improve fault-tolerance of rhashtable runtime-test

2015-11-20 Thread Phil Sutter
The following series aims to improve lib/test_rhashtable in different situations: Patch 1 allows the kernel to reschedule so the test does not block too long on slow systems. Patch 2 fixes behaviour under pressure, retrying inserts in non-permanent error case (-EBUSY). Patch 3 auto