From: Thomas Leonard <talex5@gmail.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: Julien Grall <julien.grall@citrix.com>,
Ian Campbell <Ian.Campbell@citrix.com>,
Julien Grall <julien.grall@linaro.org>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: [PATCH v3 0/3] map grant refs at pfn = mfn
Date: Wed, 6 Aug 2014 18:50:04 +0100 [thread overview]
Message-ID: <CAG4opy9mMHW1Br879Jr6iA8v8C5D8dA+Ek=5Dd9oYOGfEhuthw@mail.gmail.com> (raw)
In-Reply-To: <20140806155920.GB7764@zion.uk.xensource.com>
On 6 August 2014 16:59, Wei Liu <wei.liu2@citrix.com> wrote:
> Thomas, can you give this patch a quick try? I only compile test it
> because I don't have handy testing environment at the moment.
>
> Apply it to Dom0 kernel.
>
> ---8<---
> From b32aa53ba8b79f0006780549953510930513a3ac Mon Sep 17 00:00:00 2001
> From: Wei Liu <wei.liu2@citrix.com>
> Date: Wed, 6 Aug 2014 16:50:06 +0100
> Subject: [PATCH] xen-netback: don't stop kthreads until all in-flight packets
> are processed
>
> Reference count the number of packets in host stack, so that we don't
> stop the deallocation thread too early. If not, we can end up with
> xenvif_free permanently waiting for deallocation thread to unmap grefs.
>
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
That stops the errors being printed, but I still have a domain I can't destroy:
$ xl list
Name ID Mem VCPUs State Time(s)
Domain-0 0 512 2 r----- 35.6
(null) 1 0 1 --ps-d 0.1
I do see this after a bit:
[ 240.062339] INFO: task xenwatch:18 blocked for more than 120 seconds.
[ 240.062404] Not tainted 3.16.0-rc7-00004-g9d89db9 #1
[ 240.062426] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"
disables this message.
The load average is 1.
If I try to create the domain again, I get:
$ xl create -c network.xl
Parsing config from network.xl
libxl: error: libxl_device.c:934:device_backend_callback: unable to
add device with path /local/domain/0/backend/vif/4/0
libxl: error: libxl_create.c:1226:domcreate_attach_vtpms: unable to
add nic devices
libxl: error: libxl_device.c:934:device_backend_callback: unable to
remove device with path /local/domain/0/backend/vif/4/0
libxl: error: libxl.c:1457:devices_destroy_cb: libxl__devices_destroy
failed for 4
--
Dr Thomas Leonard http://0install.net/
GPG: 9242 9807 C985 3C07 44A6 8B9A AE07 8280 59A5 3CC1
GPG: DA98 25AE CAD0 8975 7CDA BD8E 0713 3F96 CA74 D8BA
next prev parent reply other threads:[~2014-08-06 17:50 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-24 13:30 [PATCH v3 0/3] map grant refs at pfn = mfn Stefano Stabellini
2014-07-24 13:31 ` [PATCH v3 1/3] xen/x86: introduce is_domain_direct_mapped(d) as (0) on x86 Stefano Stabellini
2014-07-24 13:41 ` Julien Grall
2014-07-24 16:51 ` Stefano Stabellini
2014-07-24 13:31 ` [PATCH v3 2/3] xen: introduce arch_grant_(un)map_page_identity Stefano Stabellini
2014-07-24 13:42 ` Jan Beulich
2014-07-24 16:55 ` Stefano Stabellini
2014-07-24 13:44 ` Julien Grall
2014-07-24 16:57 ` Stefano Stabellini
2014-07-24 16:59 ` Julien Grall
2014-07-24 13:31 ` [PATCH v3 3/3] xen/arm: introduce XENFEAT_grant_map_identity Stefano Stabellini
2014-07-24 13:41 ` Jan Beulich
2014-07-24 14:10 ` Stefano Stabellini
2014-07-24 14:43 ` Jan Beulich
2014-07-24 14:47 ` Julien Grall
2014-07-24 15:02 ` Stefano Stabellini
2014-07-24 15:17 ` Julien Grall
2014-07-24 17:15 ` Stefano Stabellini
2014-07-24 13:50 ` Julien Grall
2014-07-24 14:14 ` Stefano Stabellini
2014-07-24 14:51 ` Julien Grall
2014-08-01 12:35 ` [PATCH v3 0/3] map grant refs at pfn = mfn Thomas Leonard
2014-08-01 12:37 ` Thomas Leonard
2014-08-01 15:13 ` Stefano Stabellini
2014-08-01 16:16 ` Thomas Leonard
2014-08-01 16:21 ` Julien Grall
2014-08-01 16:25 ` Stefano Stabellini
2014-08-01 16:56 ` Thomas Leonard
2014-08-01 17:01 ` Stefano Stabellini
2014-08-01 17:04 ` Thomas Leonard
2014-08-01 17:16 ` Stefano Stabellini
2014-08-01 18:12 ` Thomas Leonard
2014-08-06 11:22 ` Thomas Leonard
2014-08-06 13:35 ` Stefano Stabellini
2014-08-06 13:39 ` Thomas Leonard
2014-08-06 13:46 ` Stefano Stabellini
2014-08-06 14:04 ` Thomas Leonard
2014-08-06 14:14 ` Stefano Stabellini
2014-08-06 14:19 ` Thomas Leonard
2014-08-06 14:27 ` Stefano Stabellini
2014-08-06 14:53 ` Thomas Leonard
2014-08-06 15:59 ` Wei Liu
2014-08-06 17:50 ` Thomas Leonard [this message]
2014-08-06 20:46 ` Wei Liu
2014-08-07 7:59 ` Thomas Leonard
2014-08-07 10:40 ` Wei Liu
2014-08-07 11:19 ` Thomas Leonard
2014-08-06 14:24 ` Thomas Leonard
2014-08-06 14:11 ` Wei Liu
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='CAG4opy9mMHW1Br879Jr6iA8v8C5D8dA+Ek=5Dd9oYOGfEhuthw@mail.gmail.com' \
--to=talex5@gmail.com \
--cc=Ian.Campbell@citrix.com \
--cc=julien.grall@citrix.com \
--cc=julien.grall@linaro.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).