All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Xen network: split event channels support
@ 2013-05-20 23:02 Wei Liu
  2013-05-20 23:02 ` [PATCH net-next 1/2] xen-netback: split event channels feature support Wei Liu
                   ` (5 more replies)
  0 siblings, 6 replies; 29+ messages in thread
From: Wei Liu @ 2013-05-20 23:02 UTC (permalink / raw)
  To: xen-devel, netdev; +Cc: ian.campbell, konrad.wilk, Wei Liu

This series adds a new feature called split event channels.

In the original implementation, only one event channel is setup between
frontend and backend. This is not ideal as TX notification interferes with RX
notification. Using dedicated event channels for TX and RX solves this issue.

Wei Liu (2):
  xen-netback: split event channels feature support
  xen-netfront: split event channels feature support

 drivers/net/xen-netback/common.h    |   11 ++-
 drivers/net/xen-netback/interface.c |   87 ++++++++++++++---
 drivers/net/xen-netback/netback.c   |    7 +-
 drivers/net/xen-netback/xenbus.c    |   40 ++++++--
 drivers/net/xen-netfront.c          |  181 +++++++++++++++++++++++++++++------
 5 files changed, 269 insertions(+), 57 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-05-22 15:52 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-20 23:02 [PATCH net-next 0/2] Xen network: split event channels support Wei Liu
2013-05-20 23:02 ` [PATCH net-next 1/2] xen-netback: split event channels feature support Wei Liu
2013-05-20 23:02 ` Wei Liu
2013-05-21 13:34   ` David Vrabel
2013-05-21 13:34   ` [Xen-devel] " David Vrabel
2013-05-21 14:33     ` Wei Liu
2013-05-21 14:33     ` Wei Liu
2013-05-20 23:02 ` [PATCH net-next 2/2] xen-netfront: " Wei Liu
2013-05-20 23:02 ` Wei Liu
2013-05-21 13:39   ` [Xen-devel] " David Vrabel
2013-05-21 13:41     ` Wei Liu
2013-05-21 16:28       ` Konrad Rzeszutek Wilk
2013-05-21 16:28       ` [Xen-devel] " Konrad Rzeszutek Wilk
2013-05-21 17:07         ` Wei Liu
2013-05-21 17:07         ` Wei Liu
2013-05-22 15:52       ` [Xen-devel] " David Vrabel
2013-05-22 15:52       ` David Vrabel
2013-05-21 13:41     ` Wei Liu
2013-05-21 13:39   ` David Vrabel
2013-05-21  6:27 ` [PATCH net-next 0/2] Xen network: split event channels support David Miller
2013-05-21  6:27 ` David Miller
2013-05-21  8:00   ` Wei Liu
2013-05-21  8:13     ` David Miller
2013-05-21  8:13     ` David Miller
2013-05-21  8:17     ` Ian Campbell
2013-05-21  8:34       ` Wei Liu
2013-05-21  8:34       ` Wei Liu
2013-05-21  8:17     ` Ian Campbell
2013-05-21  8:00   ` Wei Liu

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.