linux/drivers/net/xen-netback
Wei Liu b3f980bd82 xen-netback: switch to NAPI + kthread 1:1 model
This patch implements 1:1 model netback. NAPI and kthread are utilized
to do the weight-lifting job:

- NAPI is used for guest side TX (host side RX)
- kthread is used for guest side RX (host side TX)

Xenvif and xen_netbk are made into one structure to reduce code size.

This model provides better scheduling fairness among vifs. It is also
prerequisite for implementing multiqueue for Xen netback.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-08-29 01:18:04 -04:00
..
common.h xen-netback: switch to NAPI + kthread 1:1 model 2013-08-29 01:18:04 -04:00
interface.c xen-netback: switch to NAPI + kthread 1:1 model 2013-08-29 01:18:04 -04:00
Makefile
netback.c xen-netback: switch to NAPI + kthread 1:1 model 2013-08-29 01:18:04 -04:00
xenbus.c xen-netback: xenbus.c: use more current logging styles 2013-07-02 00:52:55 -07:00