Google
  Web www.spinics.net

Re: [Bugme-new] [Bug 11036] New: atl1 tx busy and hw csum wrong

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


On Sat, 5 Jul 2008 12:23:48 -0700
Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote:

> 
> (switched to email.  Please respond via emailed reply-to-all, not via
> the bugzilla web interface).
> 
> On Sat,  5 Jul 2008 03:54:15 -0700 (PDT)
> bugme-daemon@xxxxxxxxxxxxxxxxxxx wrote:
> 
> > http://bugzilla.kernel.org/show_bug.cgi?id=11036
> > 
> >            Summary: atl1 tx busy and hw csum wrong
> >            Product: Drivers
> >            Version: 2.5
> >      KernelVersion: 2.6.24-1-amd64
> >           Platform: All
> >         OS/Version: Linux
> >               Tree: Mainline
> >             Status: NEW
> >           Severity: low
> >           Priority: P1
> >          Component: Network
> >         AssignedTo: jgarzik@xxxxxxxxx
> >         ReportedBy: scurippio@xxxxxxxxx
> > 
> > 
> > Latest working kernel version:
> > Earliest failing kernel version:
> > Distribution: Debian amd64 lenny
> > Hardware Environment: Ethernet controller: Attansic Technology
> > Corp. L1 Gigabit Ethernet Adapter (rev b0)
> > Software Environment: atl1 module
> > Problem Description:
> > dmesg get flooded on irregular intervals by
> > atl1 0000:01:00.0: tx busy

This is a KERN_DEBUG advisory message indicating you ran out of transmit
descriptors.  This can happen under heavy load.  In current mainline
this message is filtered by netif_msg_tx_queued, and by default the
message will not be issued; it can be turned on using ethtool -s ethX
msglvl <value>.

> > and
> > atl1 0000:01:00.0: hw csum wrong, pkt_flag:1600, err_flag:80

This is also a KERN_DEBUG message, and it indicates that a received
packet was too short.

pkt_flag:1600 - ipv4, tcp, packet with error
err_flag:80 - runt packet

In current mainline this message is filtered by netif_msg_rx_err, so it
too can be controlled with ethtool (and will also be off by default).

To get rid of the messages in your 2.6.24 kernel, you might try reducing
the loglevel to exclude KERN_DEBUG messages.


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Kernel List]     [Site Home]     [Ethernet Bridging]     [Git]     [IETF Annouce]     [Linux Assembly]     [VLAN]     [Networking]     [Security]     [Bugtraq]     [Rubini]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Virtualization]     [Linux Security]     [Linux IDE]     [Linux RAID]     [Linux SCSI]     [Linux Wireless]     [DDR & Rambus]     [Free Dating]     [Linux Resources]     [Wireless Reading Device]

Add to Google Powered by Linux