Re: [dpdk-dev] [PATCH v2 1/3] test/rcu: fix the compiling error for armv8.2

2019-09-13 Thread Honnappa Nagarahalli
> > > > > > > > Subject: [EXT] [PATCH v2 1/3] test/rcu: fix the compiling error > > > > for > > > > armv8.2 > > > > > > > > With "-march=armv8.2-a" specified, a compiling error generated: > > > > app/test/test_rcu_qsbr.c:234:10: error: comparison of integer > > > > expressions of different signedn

Re: [dpdk-dev] [PATCH v2 1/3] test/rcu: fix the compiling error for armv8.2

2019-09-13 Thread Gavin Hu (Arm Technology China)
Hi Honnappa, > -Original Message- > From: Honnappa Nagarahalli > Sent: Thursday, September 12, 2019 10:43 PM > To: jer...@marvell.com; Gavin Hu (Arm Technology China) > ; dev@dpdk.org > Cc: nd ; tho...@monjalon.net; hemant.agra...@nxp.com; > Pavan Nikhilesh Bhagavatula ; sta...@dpdk.org;

Re: [dpdk-dev] [PATCH v2 1/3] test/rcu: fix the compiling error for armv8.2

2019-09-12 Thread Honnappa Nagarahalli
> > Subject: [EXT] [PATCH v2 1/3] test/rcu: fix the compiling error for > > armv8.2 > > > > With "-march=armv8.2-a" specified, a compiling error generated: > > app/test/test_rcu_qsbr.c:234:10: error: comparison of integer > > expressions of different signedness: ‘unsigned int’ and ‘int’ > > [-Wer

Re: [dpdk-dev] [PATCH v2 1/3] test/rcu: fix the compiling error for armv8.2

2019-09-11 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: Gavin Hu > Sent: Thursday, August 1, 2019 5:18 AM > To: dev@dpdk.org > Cc: n...@arm.com; tho...@monjalon.net; hemant.agra...@nxp.com; Jerin > Jacob Kollanukkaran ; Pavan Nikhilesh Bhagavatula > ; honnappa.nagaraha...@arm.com; > sta...@dpdk.org > Subject: [EXT

[dpdk-dev] [PATCH v2 1/3] test/rcu: fix the compiling error for armv8.2

2019-07-31 Thread Gavin Hu
With "-march=armv8.2-a" specified, a compiling error generated: app/test/test_rcu_qsbr.c:234:10: error: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Werror=sign-compare] Fixes: b87089b0bb19 ("test/rcu: add API and functional tests") Cc: sta...@dpdk.org Sig