> 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 patch queries the timestamp formats supported by the hardware > and sets the configuration values in queue context accordingly. > > Fixes: 6152534e211e ("crypto/mlx5: support queue pairs operations") > Cc: sta...@dpdk.org > > Signed-off-by: Michael Baum <michae...@nvidia.com> > Acked-by: Matan Azrad <ma...@nvidia.com> > --- > > v2: Align title and description of the patch to a fix format. Applied to dpdk-next-crypto
Thanks