All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] What to do with info log message: `e1000e: EEE TX LPI TIMER: 00000011`?
@ 2021-07-23 12:28 Paul Menzel
  2021-07-25  5:33 ` Sasha Neftin
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Menzel @ 2021-07-23 12:28 UTC (permalink / raw)
  To: intel-wired-lan

Dear David, dear Linux folks,


On several devices, like the Dell OptiPlex 3620, Linux 5.10.47 (and 
others) log the message below with info level (often during shutdown):

     e1000e: EEE TX LPI TIMER: 00000011

     $ git grep "LPI TIMER"
     drivers/net/ethernet/intel/e1000e/netdev.c:     pr_info("EEE TX LPI 
TIMER: %08X\n",


What information is that supposed to provide? For a normal user it looks 
like spam.

Could you please extend the message what to do about it? Or should it be 
made a debug message?


Kind regards,

Paul

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Intel-wired-lan] What to do with info log message: `e1000e: EEE TX LPI TIMER: 00000011`?
  2021-07-23 12:28 [Intel-wired-lan] What to do with info log message: `e1000e: EEE TX LPI TIMER: 00000011`? Paul Menzel
@ 2021-07-25  5:33 ` Sasha Neftin
  0 siblings, 0 replies; 2+ messages in thread
From: Sasha Neftin @ 2021-07-25  5:33 UTC (permalink / raw)
  To: intel-wired-lan

On 7/23/2021 15:28, Paul Menzel wrote:
> Dear David, dear Linux folks,
> 
> 
> On several devices, like the Dell OptiPlex 3620, Linux 5.10.47 (and 
> others) log the message below with info level (often during shutdown):
> 
>  ??? e1000e: EEE TX LPI TIMER: 00000011
> 
>  ??? $ git grep "LPI TIMER"
>  ??? drivers/net/ethernet/intel/e1000e/netdev.c:???? pr_info("EEE TX LPI 
> TIMER: %08X\n",
> 
Hello Paul,
I believe it is a simple debug print that has forgotten to remove.(more 
than seven years ago). It is comes just to inform: Low Power IDLE Entry 
Time - minimum time between low power idle entry and exit request.
You can process the patch to remove this line. (or I can do it and add 
you as "Suggested-by").
Thanks,
Sasha
> 
> What information is that supposed to provide? For a normal user it looks 
> like spam.
> 
> Could you please extend the message what to do about it? Or should it be 
> made a debug message?
> 
> 
> Kind regards,
> 
> Paul
> _______________________________________________
> Intel-wired-lan mailing list
> Intel-wired-lan at osuosl.org
> https://lists.osuosl.org/mailman/listinfo/intel-wired-lan


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-25  5:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23 12:28 [Intel-wired-lan] What to do with info log message: `e1000e: EEE TX LPI TIMER: 00000011`? Paul Menzel
2021-07-25  5:33 ` Sasha Neftin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.