Re: [PATCH v2 2/3] vsock/virtio_transport_common: handle netns of received packets

2025-03-19 Thread Bobby Eshleman
On Wed, Mar 19, 2025 at 02:26:04PM +0100, Stefano Garzarella wrote: > On Wed, Mar 12, 2025 at 01:59:36PM -0700, Bobby Eshleman wrote: > > From: Stefano Garzarella > > > > This patch allows transports that use virtio_transport_common > > to specify the network namespace where a received packet is

Re: [PATCH v2 2/3] vsock/virtio_transport_common: handle netns of received packets

2025-03-19 Thread Stefano Garzarella
On Wed, Mar 12, 2025 at 01:59:36PM -0700, Bobby Eshleman wrote: From: Stefano Garzarella This patch allows transports that use virtio_transport_common to specify the network namespace where a received packet is to be delivered. virtio_transport and vhost_transport, for now, still do not use th

[PATCH v2 2/3] vsock/virtio_transport_common: handle netns of received packets

2025-03-12 Thread Bobby Eshleman
From: Stefano Garzarella This patch allows transports that use virtio_transport_common to specify the network namespace where a received packet is to be delivered. virtio_transport and vhost_transport, for now, still do not use this capability and preserve old behavior. Signed-off-by: Stefano G