[dpdk-dev] [PATCH 5/5] compress/mlx5: add timestamp format support

2021-03-14 Thread Viacheslav Ovsiienko
This patch adds support for the timestamp format settings for the receive and send queues. If the firmware version x.30.1000 or above is installed and the NIC timestamps are configured with the real-time format, the default zero values for newly added fields cause the queue creation to fail. The p

Re: [dpdk-dev] [PATCH 5/5] compress/mlx5: add timestamp format support

2021-03-11 Thread Matan Azrad
From: Viacheslav Ovsiienko > This patch add support for the timestamp format settings for the receive and > send queues. If the firmware version x.30.256 or above is installed and the > NIC > timestamps are configured with the real-time format, the default zero values > for new added values cau

[dpdk-dev] [PATCH 5/5] compress/mlx5: add timestamp format support

2021-03-07 Thread Viacheslav Ovsiienko
This patch add support for the timestamp format settings for the receive and send queues. If the firmware version x.30.256 or above is installed and the NIC timestamps are configured with the real-time format, the default zero values for new added values cause the queue creation reject. The patch q