public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* TAP MTU >= 4055 problem?
@ 2008-10-30  9:41 Matthew Faulkner
  2008-10-30 14:29 ` Javier Guerra
  0 siblings, 1 reply; 7+ messages in thread
From: Matthew Faulkner @ 2008-10-30  9:41 UTC (permalink / raw)
  To: kvm

Hey all,
I'm using KVM to setup a virtual machine. Using this machine i'm
attempting to setup a connection to host machine using the tap
interface. I setup the interface using the standard tap method and
then start the KVM using the following:

kvm -net nic,model=e1000 -net tap,ifname=qtap0,script/etc/kvm/kvm-ifup
-drive file=./image.img

When the virual machine starts i setup the IP addresses (host =
192.168.100.1 vm = 192.168.100.2) and I am able to bring between the
host and virtual machine. However, what i need to do is to be able to
send jumbo frames between the two. I therefore increase the MTU size
on both the host machine and virutal machine to 9000.

Now when i try to do from within the host

ping -s 4096 192.168.100.1


I go no respone. So i started with a lower packet size and figured out
below a size of 4054 packets were sent and recevied (without ip
fragmentation), however, as soon as the packets were >= 4055 it
stopped working.

Is this a known problem? Have I set something up incorrectly?

Thanks for your help

P.S. I'm not on the kvm mailing list so please cc me with any replies

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-11-02 14:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30  9:41 TAP MTU >= 4055 problem? Matthew Faulkner
2008-10-30 14:29 ` Javier Guerra
2008-10-30 15:56   ` Matthew Faulkner
2008-10-30 17:47     ` Matthew Faulkner
2008-10-30 19:43       ` Matthew Faulkner
2008-10-31 12:28         ` [PATCH] kvm: qemu: increase the size of the tap buffer [was Re: TAP MTU >= 4055 problem?] Mark McLoughlin
2008-11-02 14:32           ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox