• X
    virtio_ring: introduce virtqueue_resize() · c790e8e1
    Xuan Zhuo 提交于
    Introduce virtqueue_resize() to implement the resize of vring.
    Based on these, the driver can dynamically adjust the size of the vring.
    For example: ethtool -G.
    
    virtqueue_resize() implements resize based on the vq reset function. In
    case of failure to allocate a new vring, it will give up resize and use
    the original vring.
    
    During this process, if the re-enable reset vq fails, the vq can no
    longer be used. Although the probability of this situation is not high.
    
    The parameter recycle is used to recycle the buffer that is no longer
    used.
    Signed-off-by: NXuan Zhuo <xuanzhuo@linux.alibaba.com>
    Acked-by: NJason Wang <jasowang@redhat.com>
    Message-Id: <20220801063902.129329-25-xuanzhuo@linux.alibaba.com>
    Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
    c790e8e1
virtio.h 7.0 KB