alistair23-linux/drivers/net/xen-netback
Zoltan Kiss 3d1af1df97 xen-netback: Using a new state bit instead of carrier
This patch introduces a new state bit VIF_STATUS_CONNECTED to track whether the
vif is in a connected state. Using carrier will not work with the next patch
in this series, which aims to turn the carrier temporarily off if the guest
doesn't seem to be able to receive packets.

Signed-off-by: Zoltan Kiss <zoltan.kiss@citrix.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: xen-devel@lists.xenproject.org

v2:
- rename the bitshift type to "enum state_bit_shift" here, not in the next patch
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-08-05 16:04:46 -07:00
..
common.h xen-netback: Using a new state bit instead of carrier 2014-08-05 16:04:46 -07:00
interface.c xen-netback: Using a new state bit instead of carrier 2014-08-05 16:04:46 -07:00
Makefile
netback.c xen-netback: Using a new state bit instead of carrier 2014-08-05 16:04:46 -07:00
xenbus.c xen-netback: Adding debugfs "io_ring_qX" files 2014-07-08 20:48:36 -07:00