From: Guillaume Thouvenin <guillaume.thouvenin@bull.fr>
To: Chris Wright <chrisw@sous-sol.org>
Cc: Ian Pratt <m+Ian.Pratt@cl.cam.ac.uk>, xen-devel@lists.xensource.com
Subject: Re: x86_64 eth0 e1000_clean_tx_irq tx hang
Date: Thu, 16 Feb 2006 14:10:19 +0100 [thread overview]
Message-ID: <20060216141019.593dfa52@localhost.localdomain> (raw)
In-Reply-To: <20060216030715.GK3490@sorel.sous-sol.org>
On Wed, 15 Feb 2006 19:07:15 -0800
Chris Wright <chrisw@sous-sol.org> wrote:
>
> --- linux-2.6.16-rc2/include/asm-x86_64/swiotlb.h 2006-02-15 21:42:24.000000000 -0500
> +++ linux-2.6.16-rc2-xen0/include/asm-x86_64/swiotlb.h 2006-02-15 21:19:15.000000000 -0500
> @@ -38,6 +38,11 @@
> extern void swiotlb_unmap_sg(struct device *hwdev, struct scatterlist *sg,
> int nents, int direction);
> extern int swiotlb_dma_mapping_error(dma_addr_t dma_addr);
> +extern dma_addr_t swiotlb_map_page(struct device *hwdev, struct page *page,
> + unsigned long offset, size_t size,
> + enum dma_data_direction direction);
> +extern void swiotlb_unmap_page(struct device *hwdev, dma_addr_t dma_address,
> + size_t size, enum dma_data_direction direction);
> extern void swiotlb_free_coherent (struct device *hwdev, size_t size,
> void *vaddr, dma_addr_t dma_handle);
> extern int swiotlb_dma_supported(struct device *hwdev, u64 mask);
The patch fixes the problem of the tx hang and it also fixes another
problem on my box. With the xen unstable (changeset 8833), I couldn't
open a ssh connection on the domain 0 until I ran the xend daemon (I
don't know why running the xend daemon allows the connection). With the
patch, I can open a ssh connection as soon as the ssh daemon is running
on domain0.
Just a remark, if I enable PAE, it doesn't solve the problem of the tx
hang on my computer which is an Intel Xeon (1 CPU) with hyper-threading
enabled. I'm using a debian distribution.
thanks,
Guillaume
next prev parent reply other threads:[~2006-02-16 13:10 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-09 23:55 x86_64 eth0 e1000_clean_tx_irq tx hang Kamble, Nitin A
2006-02-10 11:20 ` Keir Fraser
2006-02-10 11:33 ` Muli Ben-Yehuda
2006-02-16 3:07 ` Chris Wright
2006-02-16 11:36 ` Keir Fraser
2006-02-16 11:45 ` Jan Beulich
2006-02-16 13:54 ` Keir Fraser
2006-02-16 13:10 ` Guillaume Thouvenin [this message]
2006-02-16 13:55 ` Keir Fraser
2006-02-17 7:26 ` Guillaume Thouvenin
-- strict thread matches above, loose matches on Subject: below --
2006-02-09 2:29 Ian Pratt
2006-02-09 1:50 Ian Pratt
2006-02-09 1:59 ` Chris Wright
2006-02-09 2:29 ` Chris Wright
2006-02-09 1:29 Ian Pratt
2006-02-09 1:38 ` Chris Wright
2006-02-09 1:49 ` Chris Wright
2006-02-08 23:36 Ian Pratt
2006-02-09 1:27 ` Chris Wright
2006-02-09 15:02 ` Christian Leber
2006-02-09 17:24 ` Chris Wright
2006-02-09 23:29 ` Christian Leber
2006-02-08 20:01 Ian Pratt
2006-02-08 20:11 ` Chris Wright
2006-02-08 15:06 Adam Wendt
2006-02-07 20:47 Chris Wright
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=20060216141019.593dfa52@localhost.localdomain \
--to=guillaume.thouvenin@bull.fr \
--cc=chrisw@sous-sol.org \
--cc=m+Ian.Pratt@cl.cam.ac.uk \
--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.