Re: [dpdk-dev] [PATCH] test/event: fix timeout accuracy

2021-03-16 Thread Pavan Nikhilesh Bhagavatula
>> -Original Message- >> From: pbhagavat...@marvell.com >> Sent: Saturday, March 6, 2021 2:27 PM >> To: jer...@marvell.com; Carrillo, Erik G >> Cc: dev@dpdk.org; Pavan Nikhilesh ; >> sta...@dpdk.org >> Subject: [dpdk-dev] [PATCH] test/eve

Re: [dpdk-dev] [PATCH] test/event: fix timeout accuracy

2021-03-08 Thread Jerin Jacob
sta...@dpdk.org > > Subject: [dpdk-dev] [PATCH] test/event: fix timeout accuracy > > > > From: Pavan Nikhilesh > > > > Round timeout ticks when converting from nanoseconds, this prevents loss > > of accuracy and deviation from requested timeout value. > >

Re: [dpdk-dev] [PATCH] test/event: fix timeout accuracy

2021-03-08 Thread Carrillo, Erik G
> -Original Message- > From: pbhagavat...@marvell.com > Sent: Saturday, March 6, 2021 2:27 PM > To: jer...@marvell.com; Carrillo, Erik G > Cc: dev@dpdk.org; Pavan Nikhilesh ; > sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] test/event: fix timeout accuracy >

[dpdk-dev] [PATCH] test/event: fix timeout accuracy

2021-03-06 Thread pbhagavatula
From: Pavan Nikhilesh Round timeout ticks when converting from nanoseconds, this prevents loss of accuracy and deviation from requested timeout value. Fixes: d1f3385d0076 ("test: add event timer adapter auto-test") Cc: sta...@dpdk.org Signed-off-by: Pavan Nikhilesh --- app/test/test_event_tim