[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-users] Network interrupts disable?



Hi all

I got xen-unstable.hg, did a fresh hg pull today(08/01).
Then I built and installed xen-unstable.

I can boot up Xen and Dom0. (DomU didn't create.)
But a network of Dom0 cannot be connected.
How should I do?

I use RTL-8139 network card, and 8139too.

The following message is shown by "dmesg |tail".
======================================================
NETDEV WATCHDOG: eth0: transmit timed out
eth0: Transmit timeout, status 0c 0005 c07f media 10.
eth0: Tx queue start entry 4  dirty entry 0.
eth0:  Tx descriptor 0 is 0008a05b. (queue head)
eth0:  Tx descriptor 1 is 0008a07c.
eth0:  Tx descriptor 2 is 0008a04e.
eth0:  Tx descriptor 3 is 0008a05b.
eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
======================================================

So, I checked /proc/interrupts and network interrupts didn't count. 
======================================================
           CPU0       
  1:          0        Phys-irq  i8042
  8:          0        Phys-irq  rtc
  9:          0        Phys-irq  acpi
 12:          0        Phys-irq  i8042
 14:       3683        Phys-irq  ide0
 15:       1728        Phys-irq  ide1
 17:          0        Phys-irq  yenta, eth0
 18:          0        Phys-irq  SiS SI7012, SiS SI7013 Modem, yenta
 19:          0        Phys-irq  ohci1394
 20:          0        Phys-irq  ohci_hcd:usb2
 21:          0        Phys-irq  ohci_hcd:usb3
 22:          0        Phys-irq  ohci_hcd:usb4
 23:          0        Phys-irq  ehci_hcd:usb1
256:          0     Dynamic-irq  ctrl-if
257:      12811     Dynamic-irq  timer0
258:          0     Dynamic-irq  resched0
259:          0     Dynamic-irq  callfunc0
260:          0     Dynamic-irq  console
261:          0     Dynamic-irq  net-be-dbg
NMI:          0 
LOC:          0 
ERR:          0
MIS:          0
======================================================

Why interrupts of eth0 isn't counted?
Could anyone help me.

The result of lsmod and ifconfig is put as follows. 

    o lsmod
        ======================================================
        Module                  Size  Used by
        md5                     8448  1 
        ipv6                  292928  8 
        autofs4                25604  2 
        rfcomm                 52504  0 
        l2cap                  37120  5 rfcomm
        bluetooth              62468  4 rfcomm,l2cap
        sunrpc                154308  1 
        video                  20740  0 
        thermal                18056  0 
        processor              22944  1 thermal
        fan                     9092  0 
        button                 11024  0 
        battery                13956  0 
        ac                      9220  0 
        ohci1394               42420  0 
        ieee1394              313688  1 ohci1394
        yenta_socket           28168  0 
        rsrc_nonstatic         18816  1 yenta_socket
        pcmcia_core            58276  2 yenta_socket,rsrc_nonstatic
        ohci_hcd               23812  0 
        ehci_hcd               39688  0 
        i2c_sis96x             10116  0 
        i2c_core               27264  1 i2c_sis96x
        snd_intel8x0m          23748  0 
        snd_intel8x0           38336  0 
        snd_ac97_codec         87296  2 snd_intel8x0m,snd_intel8x0
        snd_seq_dummy           8196  0 
        snd_seq_oss            41472  0 
        snd_seq_midi_event     12544  1 snd_seq_oss
        snd_seq                62480  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
        snd_seq_device         13580  3 snd_seq_dummy,snd_seq_oss,snd_seq
        snd_pcm_oss            60704  0 
        snd_mixer_oss          25088  1 snd_pcm_oss
        snd_pcm               100228  4 
snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
        snd_timer              31236  2 snd_seq,snd_pcm
        snd                    60260  10 
snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
        soundcore              14304  1 snd
        snd_page_alloc         14724  3 snd_intel8x0m,snd_intel8x0,snd_pcm
        8139too                33152  0 
        mii                    10240  1 8139too
        ext3                  151048  2 
        jbd                    70552  1 ext3
        dm_mod                 67748  1
        ======================================================
        
    o ifconfig -a
        ======================================================
        eth0      Link encap:Ethernet  HWaddr 00:40:D0:34:B8:BC  
                  inet addr:10.124.50.61  Bcast:10.124.50.255  
Mask:255.255.255.0
                  inet6 addr: fe80::240:d0ff:fe34:b8bc/64 Scope:Link
                  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
                  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                  collisions:0 txqueuelen:1000 
                  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
                  Interrupt:17 Base address:0xe400 

        lo        Link encap:Local Loopback  
                  inet addr:127.0.0.1  Mask:255.0.0.0
                  inet6 addr: ::1/128 Scope:Host
                  UP LOOPBACK RUNNING  MTU:16436  Metric:1
                  RX packets:14 errors:0 dropped:0 overruns:0 frame:0
                  TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
                  collisions:0 txqueuelen:0 
                  RX bytes:1148 (1.1 KiB)  TX bytes:1148 (1.1 KiB)

        sit0      Link encap:IPv6-in-IPv4  
                  NOARP  MTU:1480  Metric:1
                  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                  collisions:0 txqueuelen:0 
                  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

        veth0     Link encap:Ethernet  HWaddr 00:00:00:00:00:00  
                  BROADCAST MULTICAST  MTU:1500  Metric:1
                  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                  collisions:0 txqueuelen:0 
                  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

        vif0.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF  
                  BROADCAST MULTICAST  MTU:1500  Metric:1
                  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
                  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
                  collisions:0 txqueuelen:0 
                  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
        ======================================================
    
Thanks,

AKio

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.