Re: [dpdk-dev] [PATCH] net/mlx5: fix receiving queue timestamp format

2021-06-15 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Slava Ovsiienko > Sent: Monday, June 14, 2021 4:53 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; christian.ehrha...@canonical.com; Xueming(Steven) > Li ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix receiving queue timestamp format >

Re: [dpdk-dev] [PATCH] net/mlx5: fix receiving queue timestamp format

2021-06-14 Thread Matan Azrad
From: Slava Ovsiienko > Sent: Monday, June 14, 2021 4:53 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; christian.ehrha...@canonical.com; Xueming(Steven) > Li ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix receiving queue timestamp format > > The timestamp format was not con

[dpdk-dev] [PATCH] net/mlx5: fix receiving queue timestamp format

2021-06-14 Thread Viacheslav Ovsiienko
The timestamp format was not configured correctly for the receiving queues created via DevX calls. It caused non-UTC timestamps in CQEs for real time configurations. Fixes: d61381ad46d0 ("net/mlx5: support timestamp format") Cc: sta...@dpdk.org Signed-off-by: Viacheslav Ovsiienko --- drivers/n