commit | a7c58146cf9a782113629021ba5420582fef265e | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Mar 13 11:23:39 2014 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Mar 13 11:27:55 2014 +1030 |
tree | 605daa5c14e9b9f343a0fc6061bedd9623c4f62a | |
parent | 1f74ef0f2d7d692fcd615621e0e734c3e7771413 [diff] |
virtio_net: don't crash if virtqueue is broken. A bad implementation of virtio might cause us to mark the virtqueue broken: we'll dev_err() in that case, and the device is useless, but let's not BUG_ON(). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>