lkml.org 
[lkml]   [2020]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 8/8] net: ll_temac: Add ethtool support for coalesce parameters
Hi Esben

> + if (ec->tx_coalesce_usecs)
> + lp->coalesce_delay_tx =
> + min(255U, (ec->tx_coalesce_usecs * 100) / 512);
> +
> + pr_info("%d -> %d %d -> %d\n",
> + ec->rx_coalesce_usecs, lp->coalesce_delay_rx,
> + ec->tx_coalesce_usecs, lp->coalesce_delay_tx);

I guess this is left over from debug? You don't actually want it here?

Andrew

\
 
 \ /
  Last update: 2020-02-18 14:40    [W:0.046 / U:0.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site