[Intel-wired-lan] [PATCH S17 01/17] ice: Calculate ITR increment based on direct calculation

Bowers, AndrewX andrewx.bowers at intel.com
Fri Mar 8 00:26:01 UTC 2019


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Anirudh Venkataramanan
> Sent: Thursday, February 28, 2019 3:26 PM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH S17 01/17] ice: Calculate ITR increment
> based on direct calculation
> 
> From: Brett Creeley <brett.creeley at intel.com>
> 
> Currently when calculating how much to increment ITR by inside of
> ice_update_itr() we do some estimations and intermediate calculations.
> Instead of doing estimations, just do the calculation directly. This allows for a
> more accurate value and it makes it easier for the next person to understand
> and update.
> 
> Also, remove the dividing the ITR value by 2 when latency driven because the
> ITR values are already so low for 100Gbps speed. This should help get to the
> desired ITR value faster.
> 
> Signed-off-by: Brett Creeley <brett.creeley at intel.com>
> Signed-off-by: Anirudh Venkataramanan
> <anirudh.venkataramanan at intel.com>
> ---
>  drivers/net/ethernet/intel/ice/ice_txrx.c | 135 ++++++++++++++-------------
> ---
>  1 file changed, 63 insertions(+), 72 deletions(-)

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>




More information about the Intel-wired-lan mailing list