Hi Leo,

the messages in your syslog is written by the e1000 driver.
I compared the e1000 driver in SVN trunk with the one in 0.9.9.
One interesting difference is around line 316 in e1000_main.c.
In 0.9.9 it is
    if ((err = rtdm_irq_request(&adapter->irq_handle, adapter->pdev->irq,
                    e1000_intr, RTDM_IRQTYPE_SHARED,
                    netdev->name, netdev)))
 
In trunk it is
    if ((err = rtdm_irq_request(&adapter->irq_handle, adapter->pdev->irq,
                    e1000_intr, flags, netdev->name, netdev)))
If you have MSI enabled and if you have the PCIe e1000, the flags should be 
zero.

Could you try to set flags to RTDM_IRQTYPE_SHARED in any case before calling 
rtdm_irq_request?
I have no idea if this helps, but perhaps it is worth a try...
Regards

Mathias
> asking to Mathias:
> 
> > Hi,
> >
> > I never had this message even if I use two (sometimes three) e1000 NICs
> in
> > my setup. However, I am currently running the released version set:
> Xenomai
> > 2.3.3, kernel 2.6.20, rtnet 0.9.9 on an Intel machine.
> > When exactly does this message appears in dmesg?   What did you do
> before?
> 
> I attach the syslog of yesterday, with all the appears ..
> 
> 
> Leo
> 
> A Dijous 15 Novembre 2007, M. Koehrer va escriure:
> 
> > > >
> > > > what does it means this message of the dmesg?
> > > > it's important?
> > > >
> > > > e1000: rteth0: e1000_clean_tx_irq: Detected Tx Unit Hang
> > > >   Tx Queue             <0>
> > > >   TDH                  <0>
> > > >   TDT                  <2>
> > > >   next_to_use          <2>
> > > >   next_to_clean        <0>
> > > > buffer_info[next_to_clean]
> > > >   time_stamp           <1003aa118>
> > > >   next_to_watch        <0>
> > > >   jiffies              <1003aa305>
> > > >   next_to_watch.status <0>
> > >
> > >
> > > Jan
> > >
> > >
> > >
> > > --------------------------------
> > >
> > >
> -------------------------------------------------------------------------
> > > This SF.net email is sponsored by: Splunk Inc.
> > > Still grepping through log files to find problems?  Stop.
> > > Now Search log events and configuration files using AJAX and a browser.
> > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> 
> 
> 
> 
> --------------------------------
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> 
> --------------------------------
> 
> _______________________________________________
> RTnet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/rtnet-users
> 

-- 
Mathias Koehrer
[EMAIL PROTECTED]


Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT FÜR ALLE NEUEINSTEIGER
Jetzt bei Arcor: günstig und schnell mit DSL - das All-Inclusive-Paket
für clevere Doppel-Sparer, nur  29,95 €  inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
RTnet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to