Re: [PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff

2023-01-05 Thread Michael S. Tsirkin
On Mon, Dec 19, 2022 at 09:07:54PM +, Bobby Eshleman wrote: > On Thu, Jan 05, 2023 at 04:49:05AM -0500, Michael S. Tsirkin wrote: > > On Thu, Dec 15, 2022 at 04:36:44AM +, Bobby Eshleman wrote: > > > This commit changes virtio/vsock to use sk_buff instead of > > > virtio_vsock_pkt. Beyond

Re: [PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff

2023-01-05 Thread Michael S. Tsirkin
On Thu, Dec 15, 2022 at 04:36:44AM +, Bobby Eshleman wrote: > This commit changes virtio/vsock to use sk_buff instead of > virtio_vsock_pkt. Beyond better conforming to other net code, using > sk_buff allows vsock to use sk_buff-dependent features in the future > (such as sockmap) and improves

Re: [PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff

2022-12-15 Thread Paolo Abeni
On Thu, 2022-12-15 at 04:36 +, Bobby Eshleman wrote: > This commit changes virtio/vsock to use sk_buff instead of > virtio_vsock_pkt. Beyond better conforming to other net code, using > sk_buff allows vsock to use sk_buff-dependent features in the future > (such as sockmap) and improves

Re: [PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff

2022-12-15 Thread Stefano Garzarella
On Thu, Dec 15, 2022 at 04:04:53AM -0500, Michael S. Tsirkin wrote: On Thu, Dec 15, 2022 at 09:47:57AM +0100, Stefano Garzarella wrote: On Thu, Dec 15, 2022 at 04:36:44AM +, Bobby Eshleman wrote: > This commit changes virtio/vsock to use sk_buff instead of > virtio_vsock_pkt. Beyond better

Re: [PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff

2022-12-15 Thread Michael S. Tsirkin
On Thu, Dec 15, 2022 at 09:47:57AM +0100, Stefano Garzarella wrote: > On Thu, Dec 15, 2022 at 04:36:44AM +, Bobby Eshleman wrote: > > This commit changes virtio/vsock to use sk_buff instead of > > virtio_vsock_pkt. Beyond better conforming to other net code, using > > sk_buff allows vsock to

Re: [PATCH net-next v8] virtio/vsock: replace virtio_vsock_pkt with sk_buff

2022-12-15 Thread Stefano Garzarella
On Thu, Dec 15, 2022 at 04:36:44AM +, Bobby Eshleman wrote: This commit changes virtio/vsock to use sk_buff instead of virtio_vsock_pkt. Beyond better conforming to other net code, using sk_buff allows vsock to use sk_buff-dependent features in the future (such as sockmap) and improves