On Sat, Dec 22, 2018 at 11:30:51PM -0800, Stephen Hemminger wrote: > On Fri, 21 Dec 2018 20:14:20 -0600 > Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> wrote: > > > From: Dharmik Thakkar <dharmik.thak...@arm.com> > > > > Add API positive/negative test cases and functional tests. > > > > Signed-off-by: Malvika Gupta <malvika.gu...@arm.com> > > Signed-off-by: Dharmik Thakkar <dharmik.thak...@arm.com> > > Signed-off-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > > Reviewed-by: Gavin Hu <gavin...@arm.com> > > Just a thought, could you build stress tests like the kernel RCU tests? > One worry is that RCU does not play well with blocking threads (and sometimes > preemption).
There are similar tests in the userspace RCU library, as well, which can be found at http://liburcu. Thanx, Paul