xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "Pasi Kärkkäinen" <pasik@iki.fi>
To: Gerry Reno <greno@verizon.net>
Cc: xen-devel@lists.xensource.com, xen-users@lists.xensource.com
Subject: Re: Attempting to checksum a non-TCP/UDP packet errors rolling across screen
Date: Wed, 21 Apr 2010 19:07:14 +0300	[thread overview]
Message-ID: <20100421160714.GF1878@reaktio.net> (raw)
In-Reply-To: <4BCF1CAF.5080104@verizon.net>

On Wed, Apr 21, 2010 at 11:41:35AM -0400, Gerry Reno wrote:
> Pasi Kärkkäinen wrote:
>> On Sat, Apr 10, 2010 at 02:19:39PM +0300, Pasi Kärkkäinen wrote:
>>   
>>> On Fri, Apr 09, 2010 at 06:40:04PM -0700, Brandon Lamb wrote:
>>>     
>>>> Hello,
>>>>
>>>> Just did a fresh install of xen-4.0 and using the 2.6.31.13 dom0 kernel.
>>>>
>>>> I have 6 linux debian guests running, and on my host console i am
>>>> getting these errors rolling pretty constantly.
>>>>
>>>> "Attempting to checksum a non-TCP/UDP packet, dropping a protocol 1 packet"
>>>>
>>>> I tried doing the ethtool -K eth0 tx off and same thing on peth0,
>>>> using bridged mode for network config.
>>>>
>>>> Any tips? Google is failing me, im not sure what to even search for
>>>> other than "xen Attempting to checksum a non-TCP/UDP packet".
>>>>
>>>> Im wondering if this has something to do with why my guests were
>>>> seeming to have network timeout/freezing problems, I thought maybe
>>>> upgrading from 3.4 to 4.0 would magically solve it.
>>>>
>>>>       
>>> All the networking stuff is done on the dom0 Linux kernel,
>>> so Xen upgrade doesn't affect that.
>>>
>>> Although most probably you also upgraded dom0 kernel..
>>>
>>> Can you please post output of:
>>>
>>> - ethtool peth0
>>> - ethtool -i peth0
>>> - brctl show
>>> - ifconfig -a
>>>
>>>     
>>
>> And also:
>> - ethtool -k peth0
>>
>> -- Pasi
>>   
>
> Hi Pasi,
>  I saw this post and I'm experiencing this checksumming problem as well.  
> The setup is eucalyptus and whenever we try to ping an 'instance'  
> machine from outside the cloud controller we see these errors.  Also  
> when we try to ping from inside the instance to the public network.  We  
> are running in NOVLAN mode across a bridge.
>
> Here are some details:  stats from the 'node controller' (which launches  
> the instances)
>
> root@grp-01-23-02:~# ethtool eth0
> Settings for eth0:
>        Supported ports: [ TP MII ]
>        Supported link modes:   10baseT/Half 10baseT/Full
>                                100baseT/Half 100baseT/Full
>                                1000baseT/Half 1000baseT/Full
>        Supports auto-negotiation: Yes
>        Advertised link modes:  10baseT/Half 10baseT/Full
>                                100baseT/Half 100baseT/Full
>                                1000baseT/Half 1000baseT/Full
>        Advertised auto-negotiation: Yes
>        Speed: 1000Mb/s
>        Duplex: Full
>        Port: MII
>        PHYAD: 0
>        Transceiver: internal
>        Auto-negotiation: on
>        Supports Wake-on: pumbg
>        Wake-on: g
>        Current message level: 0x00000033 (51)
>        Link detected: yes
> root@grp-01-23-02:~#
> root@grp-01-23-02:~#
> root@grp-01-23-02:~# ethtool -i eth0
> driver: r8169
> version: 2.3LK-NAPI
> firmware-version:
> bus-info: 0000:02:00.0
>

Ok, so Realtek NIC.


> root@grp-01-23-02:~#
> root@grp-01-23-02:~#
> root@grp-01-23-02:~# which brctl
> /usr/sbin/brctl
> You have new mail in /var/mail/root
> root@grp-01-23-02:~#
> root@grp-01-23-02:~# brctl show
> bridge name     bridge id               STP enabled     interfaces
> br0             8000.00241d1905df       no              eth0
>                                                        vif3.0
>                                                        vif4.0
> tmpbridge               8000.000000000000       no
> virbr0          8000.000000000000       yes
> root@grp-01-23-02:~#

<snip>

> root@grp-01-23-02:~# ethtool -k eth0
> Offload parameters for eth0:
> Cannot get device flags: Operation not supported
> rx-checksumming: on
>

Did you try disabling rx-checksumming? 

> tx-checksumming: off
> scatter-gather: off
> tcp-segmentation-offload: off
> udp-fragmentation-offload: off
> generic-segmentation-offload: off
> generic-receive-offload: off
> large-receive-offload: off
>
> We are running ubuntu enterprise cloud 1.6 with a pv_ops dom0 kernel  
> (2.6.31.6) compiled from Jeremy's git tree back about December.
>

Ok. Did you try upgrading the dom0 kernel? 

-- Pasi

       reply	other threads:[~2010-04-21 16:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <k2rf25c44611004091840h124f162fn1089133410587af4@mail.gmail.com>
     [not found] ` <20100410111939.GF1878@reaktio.net>
     [not found]   ` <20100412062101.GO1878@reaktio.net>
     [not found]     ` <4BCF1CAF.5080104@verizon.net>
2010-04-21 16:07       ` Pasi Kärkkäinen [this message]
2010-05-22 11:36         ` [Xen-devel] Re: Attempting to checksum a non-TCP/UDP packet errors rolling across screen Pasi Kärkkäinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100421160714.GF1878@reaktio.net \
    --to=pasik@iki.fi \
    --cc=greno@verizon.net \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-users@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).