lkml.org 
[lkml]   [2020]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 8/8] net: ll_temac: Add ethtool support for coalesce parameters
Date
Andrew Lunn <andrew@lunn.ch> writes:

> 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?

Yes, I will remove that in v2. Thanks.

/Esben

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