Hi, > -----Original Message----- > From: Slava Ovsiienko <viachesl...@nvidia.com> > Sent: Tuesday, January 3, 2023 1:11 PM > To: dev@dpdk.org > Cc: Matan Azrad <ma...@nvidia.com>; Raslan Darawsheh > <rasl...@nvidia.com>; Ori Kam <or...@nvidia.com>; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix wait descriptor opcode for ConnectX-7 > > Since ConnectX-7 the special hardware capability to schedule > packet sending on specified time is provided. It uses special > WAIT WQE (hardware descriptor) with wait condition defined > by opcode. The CYCLIC_BIGGER was wrongly used instead of > CYCLIC_SMALLER. This caused arbitrary and stale time shift > in traffic scheduling. > > Fixes: 49e8797619e40 ("net/mlx5: support wait on time in Tx") > Cc: sta...@dpdk.org > > Signed-off-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh