qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] *** make netlayer re-entrant ***
@ 2013-03-03 13:21 Liu Ping Fan
  2013-03-03 13:21 ` [Qemu-devel] [PATCH 1/3] net: spread hub on AioContexts Liu Ping Fan
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Liu Ping Fan @ 2013-03-03 13:21 UTC (permalink / raw)
  To: qemu-devel
  Cc: Stefan Hajnoczi, Paolo Bonzini, mdroth, Anthony Liguori,
	Michael S. Tsirkin

From: Liu Ping Fan <pingfank@linux.vnet.ibm.com>

This series aim to make netlayer re-entrant, so netlayer can
run out of biglock safely.

Liu Ping Fan (3):
  net: spread hub on AioContexts
  net: introduce lock to protect NetClientState's send_queue
  net: make netclient re-entrant with refcnt

 hw/qdev-properties-system.c |   15 ++++++
 include/block/aio.h         |    1 +
 include/net/net.h           |   12 +++++
 include/net/queue.h         |   15 ++++++
 main-loop.c                 |    5 ++
 net/hub.c                   |   81 ++++++++++++++++++++++++++++++--
 net/net.c                   |  109 ++++++++++++++++++++++++++++++++++++++----
 net/queue.c                 |   19 ++++++--
 net/slirp.c                 |    3 +-
 9 files changed, 239 insertions(+), 21 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2013-03-12  8:41 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 13:21 [Qemu-devel] [PATCH 0/3] *** make netlayer re-entrant *** Liu Ping Fan
2013-03-03 13:21 ` [Qemu-devel] [PATCH 1/3] net: spread hub on AioContexts Liu Ping Fan
2013-03-04 14:35   ` Stefan Hajnoczi
2013-03-05  2:45     ` liu ping fan
2013-03-03 13:21 ` [Qemu-devel] [PATCH 2/3] net: introduce lock to protect NetClientState's send_queue Liu Ping Fan
2013-03-04 14:49   ` Stefan Hajnoczi
2013-03-04 15:04     ` Paolo Bonzini
2013-03-05  2:45       ` liu ping fan
2013-03-05  8:23         ` Paolo Bonzini
2013-03-05  2:45     ` liu ping fan
2013-03-05  3:04       ` liu ping fan
2013-03-05 10:39         ` Stefan Hajnoczi
2013-03-03 13:21 ` [Qemu-devel] [PATCH 3/3] net: make netclient re-entrant with refcnt Liu Ping Fan
2013-03-04 15:19   ` Stefan Hajnoczi
2013-03-05  2:48     ` liu ping fan
2013-03-05 21:30 ` [Qemu-devel] [PATCH 0/3] *** make netlayer re-entrant *** mdroth
2013-03-07  2:06   ` liu ping fan
2013-03-07  9:31     ` Stefan Hajnoczi
2013-03-07  9:33     ` Stefan Hajnoczi
2013-03-11 15:18       ` Paolo Bonzini
2013-03-12  8:41     ` Paolo Bonzini

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).