Re: [PATCH 03/20] common/cnxk: adjust shaper rates to lower boundaries

2022-02-22 Thread Jerin Jacob
On Tue, Feb 22, 2022 at 11:49 PM Nithin Kumar Dabilpuram wrote: > > Please see inline. > > On 2/17/22 6:50 PM, Jerin Jacob wrote: > > On Mon, Feb 7, 2022 at 1:00 PM Nithin Dabilpuram > > wrote: > >> > >> From: Satha Rao > >> > >> New api to get floor values for a requested shaper rate, which can

Re: [PATCH 03/20] common/cnxk: adjust shaper rates to lower boundaries

2022-02-22 Thread Nithin Kumar Dabilpuram
Please see inline. On 2/17/22 6:50 PM, Jerin Jacob wrote: On Mon, Feb 7, 2022 at 1:00 PM Nithin Dabilpuram wrote: From: Satha Rao New api to get floor values for a requested shaper rate, which can assure Since it is internal API, no need to mention in the comment log packets should neve

Re: [PATCH 03/20] common/cnxk: adjust shaper rates to lower boundaries

2022-02-17 Thread Jerin Jacob
On Mon, Feb 7, 2022 at 1:00 PM Nithin Dabilpuram wrote: > > From: Satha Rao > > New api to get floor values for a requested shaper rate, which can assure Since it is internal API, no need to mention in the comment log > packets should never be transmitted at a rate higher than configured. > > K

[PATCH 03/20] common/cnxk: adjust shaper rates to lower boundaries

2022-02-06 Thread Nithin Dabilpuram
From: Satha Rao New api to get floor values for a requested shaper rate, which can assure packets should never be transmitted at a rate higher than configured. Keep the old api to get HW suggested values. And introduce new parameter to select appropriate api. Signed-off-by: Satha Rao --- driv