Re: [PATCH-v4-RESEND 1/4] vsock: track pkt owner vsock

2017-03-09 Thread Stefan Hajnoczi
On Fri, Mar 03, 2017 at 09:25:54AM +0800, Peng Tao wrote: > On Fri, Mar 3, 2017 at 5:13 AM, David Miller wrote: > > From: Peng Tao > > Date: Wed, 1 Mar 2017 11:56:24 +0800 > > > >> So that we can cancel a queued pkt later if necessary. > >> > >> Reviewed-by: Stefan Hajnoczi > >> Signed-off-by:

Re: [PATCH-v4-RESEND 1/4] vsock: track pkt owner vsock

2017-03-02 Thread Peng Tao
On Fri, Mar 3, 2017 at 5:13 AM, David Miller wrote: > From: Peng Tao > Date: Wed, 1 Mar 2017 11:56:24 +0800 > >> So that we can cancel a queued pkt later if necessary. >> >> Reviewed-by: Stefan Hajnoczi >> Signed-off-by: Peng Tao >> --- >> include/linux/virtio_vsock.h| 2 ++ >> ne

Re: [PATCH-v4-RESEND 1/4] vsock: track pkt owner vsock

2017-03-02 Thread David Miller
From: Peng Tao Date: Wed, 1 Mar 2017 11:56:24 +0800 > So that we can cancel a queued pkt later if necessary. > > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Peng Tao > --- > include/linux/virtio_vsock.h| 2 ++ > net/vmw_vsock/virtio_transport_common.c | 7 +++ > 2 files cha

[PATCH-v4-RESEND 1/4] vsock: track pkt owner vsock

2017-02-28 Thread Peng Tao
So that we can cancel a queued pkt later if necessary. Reviewed-by: Stefan Hajnoczi Signed-off-by: Peng Tao --- include/linux/virtio_vsock.h| 2 ++ net/vmw_vsock/virtio_transport_common.c | 7 +++ 2 files changed, 9 insertions(+) diff --git a/include/linux/virtio_vsock.h b/incl