Re: [dpdk-dev] [PATCH] net/mlx5: fix Tx queues creation type check for scheduling

2021-07-29 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Slava Ovsiienko > Sent: Thursday, July 29, 2021 3:27 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix Tx queues creation type check for scheduling > > The send scheduling on timestamp offload

Re: [dpdk-dev] [PATCH] net/mlx5: fix Tx queues creation type check for scheduling

2021-07-29 Thread Thomas Monjalon
29/07/2021 14:26, Viacheslav Ovsiienko: > + if (config->tx_pp && > + (priv->config.dv_esw_en || > + priv->obj_ops.txq_obj_new != mlx5_os_txq_obj_new)) { > + /* > + * HAVE_MLX5DV_DEVX_UAR_OFFSET is required to support > + * packet pacing and

[dpdk-dev] [PATCH] net/mlx5: fix Tx queues creation type check for scheduling

2021-07-29 Thread Viacheslav Ovsiienko
The send scheduling on timestamp offload requires the Send Queue (SQ) shares its User Access Region (UAR) with the pacing Clock Queue. The SQ can be created by mlx5 PMD either with DevX or with Verbs. If the SQ is being created with DevX the dedicated UAR can be specified and all the SQs share the