commit | 59e6ae53248a72d83cec77dd704b6990b2394479 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Jun 30 14:45:33 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 01 05:32:17 2016 -0400 |
tree | 6978c2c81e9c807a544304ea2c28ce49696d3ad4 | |
parent | fd68adec9de3104c236ffbcb3bd829d3e635a444 [diff] |
ptr_ring: support resizing multiple queues Sometimes, we need support resizing multiple queues at once. This is because it was not easy to recover to recover from a partial failure of multiple queues resizing. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>