From: Jacob Gorm Hansen <jacobg@diku.dk>
To: xen-devel <Xen-devel@lists.xensource.com>
Subject: Trouble with TCP between domUs
Date: Thu, 07 Dec 2006 16:38:46 +0100 [thread overview]
Message-ID: <1165505926.22672.19.camel@localhost.localdomain> (raw)
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
next reply other threads:[~2006-12-07 15:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-07 15:38 Jacob Gorm Hansen [this message]
2006-12-07 15:52 ` Trouble with TCP between domUs 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
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=1165505926.22672.19.camel@localhost.localdomain \
--to=jacobg@diku.dk \
--cc=Xen-devel@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 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.