search for: 67474334dd88

Displaying 4 results from an estimated 4 matches for "67474334dd88".

2020 Apr 30
2
[PATCH] vhost: vsock: don't send pkt when vq is not started
...; > Signed-off-by: Jia He <justin.he at arm.com> > > > --- > > > drivers/vhost/vsock.c | 8 ++++++++ > > > 1 file changed, 8 insertions(+) > > > > > > diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c > > > index e36aaf9ba7bd..67474334dd88 100644 > > > --- a/drivers/vhost/vsock.c > > > +++ b/drivers/vhost/vsock.c > > > @@ -241,6 +241,7 @@ vhost_transport_send_pkt(struct virtio_vsock_pkt > > *pkt) > > > { > > > struct vhost_vsock *vsock; > > > int len = pkt->len; > &...
2020 Apr 30
2
[PATCH] vhost: vsock: don't send pkt when vq is not started
...; > Signed-off-by: Jia He <justin.he at arm.com> > > > --- > > > drivers/vhost/vsock.c | 8 ++++++++ > > > 1 file changed, 8 insertions(+) > > > > > > diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c > > > index e36aaf9ba7bd..67474334dd88 100644 > > > --- a/drivers/vhost/vsock.c > > > +++ b/drivers/vhost/vsock.c > > > @@ -241,6 +241,7 @@ vhost_transport_send_pkt(struct virtio_vsock_pkt > > *pkt) > > > { > > > struct vhost_vsock *vsock; > > > int len = pkt->len; > &...
2020 Apr 30
0
[PATCH] vhost: vsock: don't send pkt when vq is not started
...1917 > > Reported-by: Ning Bo <n.b at live.com> > Signed-off-by: Jia He <justin.he at arm.com> > --- > drivers/vhost/vsock.c | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c > index e36aaf9ba7bd..67474334dd88 100644 > --- a/drivers/vhost/vsock.c > +++ b/drivers/vhost/vsock.c > @@ -241,6 +241,7 @@ vhost_transport_send_pkt(struct virtio_vsock_pkt *pkt) > { > struct vhost_vsock *vsock; > int len = pkt->len; > + struct vhost_virtqueue *vq; > > rcu_read_lock(); > &...
2020 Apr 30
0
[PATCH] vhost: vsock: don't send pkt when vq is not started
...lt;justin.he at arm.com> > > > > --- > > > > drivers/vhost/vsock.c | 8 ++++++++ > > > > 1 file changed, 8 insertions(+) > > > > > > > > diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c > > > > index e36aaf9ba7bd..67474334dd88 100644 > > > > --- a/drivers/vhost/vsock.c > > > > +++ b/drivers/vhost/vsock.c > > > > @@ -241,6 +241,7 @@ vhost_transport_send_pkt(struct virtio_vsock_pkt > > > *pkt) > > > > { > > > > struct vhost_vsock *vsock; > > >...