Re: [dpdk-dev] [PATCH] net/mlx5: fix meter profile validation

2021-07-29 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Thursday, July 29, 2021 7:04 PM > To: Slava Ovsiienko ; Matan Azrad > > Cc: dev@dpdk.org; Ori Kam ; Raslan Darawsheh > ; NBU-Contact-Thomas Monjalon > > Subject: [PATCH] net/mlx5: fix meter profile validation > > After the support for

[dpdk-dev] [PATCH] net/mlx5: fix meter profile validation

2021-07-29 Thread Bing Zhao
After the support for yellow color and RFC2698 & RFC4115 were added, the profile validation adjustment was missed. With this fix, the validation is like below: 1. Legacy metering only supports RFC2697 without EBS. 2. ASO metering can support all the three profiles. 3. For backward compatibili