Re: [dpdk-dev] [PATCH 1/3] net/mlx5: fix compilation issue with missing DevX event

2020-07-18 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Friday, July 17, 2020 5:28 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Thomas Monjalon > Subject: [PATCH 1/3] net/mlx5: fix compilation issue with missing DevX event > > If there is no support for DevX even

[dpdk-dev] [PATCH 1/3] net/mlx5: fix compilation issue with missing DevX event

2020-07-17 Thread Viacheslav Ovsiienko
If there is no support for DevX event the mlx5_txpp_gather_timestamp() is reported as "not used" causing the compilation warning/error. This patch moves the routine to the conditional block. Fixes: 244788055199 ("net/mlx5: introduce clock queue service routine") Signed-off-by: Viacheslav Ovsiienk