On one of our busy (virtual) Debian 6 servers we are seeing a lot of messages in the syslog like this:
kernel: xen_netfront: xennet: skb rides the rocket: 19 slots
We are seeing some connectivity problems, and I believe it's possibly related to this. I've tried researching the issue, but can find very little information (but have confirmed that it can cause packet loss). I'm hoping that someone on here knows more about this issue.
What might be causing this issue?
Could this be a problem with the virtual host? (and why is Xen mentioned here)
What can I do to stop this happening?
Thank you.
From this article: https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1195474 It seems that it is the result of packet loss, due to a kernel bug in linux.
They offer the suggestion of turning off packet segmentation via "ethtool -K eth0 sg off" but I'm not clear if it's on the host or guest that it should be applied. I just tried it on my own VPS since I'm having the same issue. I hope that helps.