qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] e1000e migration
@ 2017-05-11 12:36 Dr. David Alan Gilbert
  2017-05-14 13:14 ` Dmitry Fleytman
  0 siblings, 1 reply; 5+ messages in thread
From: Dr. David Alan Gilbert @ 2017-05-11 12:36 UTC (permalink / raw)
  To: dmitry; +Cc: qemu-devel

Hi Dmitry,
  Have you seen any problems with e1000e migration under windows?
I've got a repeatable case where after migration with e1000e windows
hangs/almost hangs.
  I'm seeing the e1000e generate interrupts at a very very high
rate (maybe ~1000 second ish?) after migration.

  Some versions of qemu do it and some dont, but my attempts
at bisection lead me to code that should be irrelevant.

Prior to migration I see:

36461@1494504466.711929:e1000e_irq_pending_interrupts ICR PENDING: 0x100000 (ICR: 0x80100082, IMS: 0x1f00004)
36461@1494504466.711992:e1000e_irq_pending_interrupts ICR PENDING: 0x0 (ICR: 0x80000082, IMS: 0x1a00004)
36461@1494504466.712076:e1000e_irq_pending_interrupts ICR PENDING: 0x0 (ICR: 0x80000082, IMS: 0x1f00004)
36461@1494504466.712245:e1000e_irq_pending_interrupts ICR PENDING: 0x0 (ICR: 0x80000082, IMS: 0x1a00004)
36461@1494504466.712332:e1000e_irq_pending_interrupts ICR PENDING: 0x0 (ICR: 0x80000082, IMS: 0x1f00004)

which I think the ICR means:
      31 - int asserted
      20 - RxQ0 - receive queue 0 interrupt
      7  - RXT0 - receiver timer interrupt
      1  - TXQE - Transmit Queue empty

after migration it varies more, I'm seeing mostly:
21977@1494504516.320707:e1000e_irq_pending_interrupts ICR PENDING: 0x1000000 (ICR: 0x815000c2, IMS: 0x1a00004)
      31 - int asserted
      24 - 'Other'
      22 - TxQ0 interrupt
      20 - RxQ0 interrupt
      07 - RXT0 Receiver timer interrupt
      06 - RX0 - Receiver overrun
      01 - TXQE - Transmit queue empty

For reference this is https://bugzilla.redhat.com/show_bug.cgi?id=1447935

Dave
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK

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

end of thread, other threads:[~2017-05-15 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-11 12:36 [Qemu-devel] e1000e migration Dr. David Alan Gilbert
2017-05-14 13:14 ` Dmitry Fleytman
2017-05-15  9:22   ` Dr. David Alan Gilbert
2017-05-15 16:13     ` Dmitry Fleytman
2017-05-15 16:14       ` Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).