Re: [PATCH] net/cnxk: add threshold validation for RED config

2023-01-17 Thread Jerin Jacob
On Mon, Jan 2, 2023 at 10:14 PM wrote: > > From: Sunil Kumar Kori > > Validation is added to check minimum and maximum RED > threshold values, passed by user. > > Fixes: b7d3a0fe71eb ("net/cnxk: support congestion management operations") > > Signed-off-by: Sunil Kumar Kori Updated the git commi

[PATCH] net/cnxk: add threshold validation for RED config

2023-01-02 Thread skori
From: Sunil Kumar Kori Validation is added to check minimum and maximum RED threshold values, passed by user. Fixes: b7d3a0fe71eb ("net/cnxk: support congestion management operations") Signed-off-by: Sunil Kumar Kori --- drivers/net/cnxk/cnxk_ethdev_cman.c | 5 + 1 file changed, 5 inserti