Re: [dpdk-dev] [PATCH v5 5/9] app/testpmd: add clock_gettime_monotonic

2021-04-19 Thread Thomas Monjalon
19/04/2021 20:04, Jie Zhou: > On Sun, Apr 18, 2021 at 05:20:42PM +, Tal Shnaiderman wrote: > > > --- a/app/test-pmd/config.c > > > +++ b/app/test-pmd/config.c > > > @@ -63,6 +63,12 @@ > > > > > > #define NS_PER_SEC 1E9 > > > > > > +#ifdef RTE_EXEC_ENV_WINDOWS > > > +#define _clock_gettime_mo

Re: [dpdk-dev] [PATCH v5 5/9] app/testpmd: add clock_gettime_monotonic

2021-04-19 Thread Jie Zhou
On Sun, Apr 18, 2021 at 05:20:42PM +, Tal Shnaiderman wrote: > > Subject: [dpdk-dev] [PATCH v5 5/9] app/testpmd: add > > clock_gettime_monotonic > > > > External email: Use caution opening links or attachments > > > > > > Add clock_gettime_monoto

Re: [dpdk-dev] [PATCH v5 5/9] app/testpmd: add clock_gettime_monotonic

2021-04-18 Thread Tal Shnaiderman
> Subject: [dpdk-dev] [PATCH v5 5/9] app/testpmd: add > clock_gettime_monotonic > > External email: Use caution opening links or attachments > > > Add clock_gettime_monotonic for testpmd on Windows > > Signed-off-by: Jie Zhou > Signed-off-by: Jie Zhou >

[dpdk-dev] [PATCH v5 5/9] app/testpmd: add clock_gettime_monotonic

2021-04-16 Thread Jie Zhou
Add clock_gettime_monotonic for testpmd on Windows Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou --- app/test-pmd/config.c | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index ef0b9784d..a5f8f