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
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
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