Re: [dpdk-dev] [PATCH v1] test/rcu: remove redundant header file

2019-07-30 Thread Thomas Monjalon
24/07/2019 20:01, Honnappa Nagarahalli: > > > > RCU library now includes stdbool.h header itself. > > There is no need to include this header file in RCU user files. > > > > Signed-off-by: Ruifeng Wang > > Reviewed-by: Gavin Hu > > Reviewed-by: Honnappa Nagarahalli Applied, thanks

Re: [dpdk-dev] [PATCH v1] test/rcu: remove redundant header file

2019-07-24 Thread Honnappa Nagarahalli
> > RCU library now includes stdbool.h header itself. > There is no need to include this header file in RCU user files. > > Signed-off-by: Ruifeng Wang > Reviewed-by: Gavin Hu > --- > app/test/test_rcu_qsbr.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/app/test/test_rcu_qsbr.c b/a