Re: [dpdk-dev] [PATCH v2 33/52] net/ice/base: add RL profile bit mask check

2020-06-12 Thread Singh, Tarun K
Yes, RL profile is for Rate limiter profile. -Tarun -Original Message- From: Yigit, Ferruh Sent: Thursday, June 11, 2020 11:40 AM To: Zhang, Qi Z ; Yang, Qiming Cc: Ye, Xiaolong ; dev@dpdk.org; Singh, Tarun K ; Stillwell Jr, Paul M Subject: Re: [dpdk-dev] [PATCH v2 33/52] net/ice

Re: [dpdk-dev] [PATCH v2 33/52] net/ice/base: add RL profile bit mask check

2020-06-11 Thread Ferruh Yigit
On 6/9/2020 12:59 PM, Qi Zhang wrote: > Mask bits before accessing the profile type field. RL profile == Rate Limiter profile? > > Signed-off-by: Tarun Singh > Signed-off-by: Paul M. Stillwell Jr > Signed-off-by: Qi Zhang <...>

[dpdk-dev] [PATCH v2 33/52] net/ice/base: add RL profile bit mask check

2020-06-09 Thread Qi Zhang
Mask bits before accessing the profile type field. Signed-off-by: Tarun Singh Signed-off-by: Paul M. Stillwell Jr Signed-off-by: Qi Zhang --- drivers/net/ice/base/ice_sched.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/net/ice/base/ice_sched.c b/driv