Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Monday, February 7, 2022 3:29 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com>; Matan Azrad <ma...@nvidia.com>; > Suanming Mou <suanmi...@nvidia.com> > Subject: [PATCH] net/mlx5: fix Committed Bucket Size calculation > > Committed Bucket Size calculation tries to fit into 8-bit wide > mantissa field by setting 256 as a maximum value for it. > To compensate for this increase in the mantissa value the exponent > value has to be reduced by 8. But it gives a negative exponent > value for CBS less than 128. And negative exponent value is not > supported by the NIC. Adjust CSB calculation only for values > bigger than 128 to allow both small and big bucket sizes. > > Fixes: 3bd26b23cef ("net/mlx5: support meter profile operations") > Cc: sta...@dpdk.org > > Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh