All of lore.kernel.org
 help / color / mirror / Atom feed
* Trouble with TCP between domUs
@ 2006-12-07 15:38 Jacob Gorm Hansen
  2006-12-07 15:52 ` Ian Campbell
  0 siblings, 1 reply; 9+ messages in thread
From: Jacob Gorm Hansen @ 2006-12-07 15:38 UTC (permalink / raw)
  To: xen-devel

hi,

I have added a network driver and the UIP tiny TCP/IP stack to mini-os,
and I am trying to network between mini-os and a domU running XenLinux.

>From dom0 I can ping and TCP connect to the domain just fine, but from
the domU the TCP connection hangs after the first few packets. UIP
complains about missing TCP checksums on the incoming packets, but I
think I am having trouble with MTUs > PAGE_SIZE as well. I am assuming
that what bites me is the various domU->domU optimizations being applied
in XenLinux netfront.

How can I turn off all the fancy optimizations in XenLinux netfront in
one go, in order to make progress without all these features in my
driver, or alternatively, is there a required minimum spec that I must
adhere to? As I said, things work just fine when networking with dom0.

Thanks,
Jacob

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

end of thread, other threads:[~2006-12-12  2:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 15:38 Trouble with TCP between domUs Jacob Gorm Hansen
2006-12-07 15:52 ` Ian Campbell
2006-12-07 16:47   ` David Edmondson
2006-12-08  5:19     ` Herbert Xu
2006-12-08  7:04       ` David Edmondson
2006-12-09  1:13         ` Herbert Xu
2006-12-09  9:13           ` David Edmondson
2006-12-12  2:34             ` Herbert Xu
2006-12-09  9:14           ` David Edmondson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.