RE: [PATCH] net/mlx5: fix Meter capabilities reporting

2022-02-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Monday, February 7, 2022 3:30 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava > Ovsiienko ; Matan Azrad ; > Suanming Mou > Subject: [PATCH] net/mlx5: fix Meter capabilities reporting

[PATCH] net/mlx5: fix Meter capabilities reporting

2022-02-07 Thread Alexander Kozyrev
Meter capabilities reporting is not up to date. Mellanox NICs support RFC2698 and RFC4115 as well as RFC2697. Add these marker operations to the capabilities list. Fixes: 6bc327b94fe ("net/mlx5: fill meter capabilities using DevX") Cc: sta...@dpdk.org Signed-off-by: Alexander Kozyrev Acked-by: V