[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1369391553-16835-1-git-send-email-wei.liu2@citrix.com>
Date: Fri, 24 May 2013 11:32:30 +0100
From: Wei Liu <wei.liu2@...rix.com>
To: <xen-devel@...ts.xen.org>, <netdev@...r.kernel.org>
CC: <ian.campbell@...rix.com>, <konrad.wilk@...cle.com>,
Wei Liu <wei.liu2@...rix.com>
Subject: [PATCH net-next 0/3] xen-netback: switch to NAPI + kthread 1:1 model
This series implements NAPI + kthread 1:1 model for Xen netback.
This model
- provides better scheduling fairness among vifs
- is prerequisite for implementing multiqueue for Xen network driver
The first two patches are ground work for the third patch. They aim to reduce
memory footprint of netback.
The third patch has the real meat:
- make use of NAPI to mitigate interrupt
- kthreads are not bound to CPUs any more, so that we can take advantage of
backend scheduler and trust it to do the right thing
Wei Liu (3):
xen-netback: page pool support
xen-netback: switch to per-cpu scratch space
xen-netback: switch to NAPI + kthread 1:1 model
drivers/net/xen-netback/Makefile | 2 +-
drivers/net/xen-netback/common.h | 92 ++--
drivers/net/xen-netback/interface.c | 124 +++--
drivers/net/xen-netback/netback.c | 977 +++++++++++++++--------------------
drivers/net/xen-netback/page_pool.c | 186 +++++++
drivers/net/xen-netback/page_pool.h | 60 +++
6 files changed, 812 insertions(+), 629 deletions(-)
create mode 100644 drivers/net/xen-netback/page_pool.c
create mode 100644 drivers/net/xen-netback/page_pool.h
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists