search for: virtio_f_can_reset

Displaying 3 results from an estimated 3 matches for "virtio_f_can_reset".

2017 Oct 13
2
[PATCH net-next] virtio_net: implement VIRTIO_CONFIG_S_NEEDS_RESET
...s that no other config operations can run concurrently. On successful reset, the host can observe that the flag has been cleared. There is no need for the explicit control flag introduced in the previous RFC of this patch. Changes RFC -> v1 - drop VIRTIO_NET_CTRL_RESET_ACK message - drop VIRTIO_F_CAN_RESET flag to notify guest support Signed-off-by: Willem de Bruijn <willemb at google.com> --- drivers/net/virtio_net.c | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index f...
2017 Oct 13
2
[PATCH net-next] virtio_net: implement VIRTIO_CONFIG_S_NEEDS_RESET
...s that no other config operations can run concurrently. On successful reset, the host can observe that the flag has been cleared. There is no need for the explicit control flag introduced in the previous RFC of this patch. Changes RFC -> v1 - drop VIRTIO_NET_CTRL_RESET_ACK message - drop VIRTIO_F_CAN_RESET flag to notify guest support Signed-off-by: Willem de Bruijn <willemb at google.com> --- drivers/net/virtio_net.c | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index f...
2017 Oct 15
0
[PATCH net-next] virtio_net: implement VIRTIO_CONFIG_S_NEEDS_RESET
...currently. > > On successful reset, the host can observe that the flag has been > cleared. There is no need for the explicit control flag introduced > in the previous RFC of this patch. > > Changes > RFC -> v1 > - drop VIRTIO_NET_CTRL_RESET_ACK message > - drop VIRTIO_F_CAN_RESET flag to notify guest support > > Signed-off-by: Willem de Bruijn <willemb at google.com> > --- > drivers/net/virtio_net.c | 48 ++++++++++++++++++++++++++++++++++++++++++++---- > 1 file changed, 44 insertions(+), 4 deletions(-) > > diff --git a/drivers/net/virtio_net.c...