RE: [PATCH] net/ice: allow setting CIR

2023-07-11 Thread Zhang, Qi Z
> -Original Message- > From: Wu, Wenjun1 > Sent: Tuesday, July 11, 2023 1:25 PM > To: markus.th...@tu-ilmenau.de; dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Michael Rossberg > Subject: RE: [PATCH] net/ice: allow setting CIR > > > -Original Me

RE: [PATCH] net/ice: allow setting CIR

2023-07-10 Thread Wu, Wenjun1
> -Original Message- > From: markus.th...@tu-ilmenau.de > Sent: Thursday, July 6, 2023 7:45 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Michael Rossberg ilmenau.de> > Subject: [PATCH] net/ice: allow setting CIR > > From: Michael Rossberg >

[PATCH] net/ice: allow setting CIR

2023-07-06 Thread markus . theil
From: Michael Rossberg ice only allowed to set peak information rate (PIR), while the hardware also supports setting committed information rate (CIR). In many use cases both values are needed, therefore add support for CIR. Signed-off-by: Michael Rossberg --- drivers/net/ice/ice_tm.c | 39