Re: [dpdk-dev] [PATCH] test: fix bitops test name

2020-06-24 Thread Thomas Monjalon
> > Caught by code review, bitops test name is incorrect. > > > > Fixes: 7660614c11e2 ("test/bitops: add bit operations test case") > > > > Signed-off-by: David Marchand > > --- > Acked-by: Phil Yang Applied, thanks

Re: [dpdk-dev] [PATCH] test: fix bitops test name

2020-06-19 Thread Phil Yang
> -Original Message- > From: David Marchand > Sent: Friday, June 19, 2020 5:58 PM > To: dev@dpdk.org > Cc: Gavin Hu ; Phil Yang ; Joyce > Kong > Subject: [PATCH] test: fix bitops test name > > Caught by code review, bitops test name is incorrect. > > Fixes: 7660614c11e2 ("test/bitops: a