Re: [PATCH v2 1/3] vsock: add network namespace support

2025-03-28 Thread Stefano Garzarella
On Wed, Mar 19, 2025 at 12:00:38PM -0700, Bobby Eshleman wrote: On Wed, Mar 19, 2025 at 02:02:32PM +0100, Stefano Garzarella wrote: On Wed, Mar 12, 2025 at 01:59:35PM -0700, Bobby Eshleman wrote: > From: Stefano Garzarella > > This patch adds a check of the "net" assigned to a socket during > t

Re: [PATCH v2 1/3] vsock: add network namespace support

2025-03-20 Thread Bobby Eshleman
On Thu, Mar 20, 2025 at 09:57:57AM +0100, Stefano Garzarella wrote: > On Wed, Mar 19, 2025 at 12:00:38PM -0700, Bobby Eshleman wrote: > > On Wed, Mar 19, 2025 at 02:02:32PM +0100, Stefano Garzarella wrote: > > > On Wed, Mar 12, 2025 at 01:59:35PM -0700, Bobby Eshleman wrote: > > > > From: Stefano G

Re: [PATCH v2 1/3] vsock: add network namespace support

2025-03-19 Thread Bobby Eshleman
On Wed, Mar 19, 2025 at 02:02:32PM +0100, Stefano Garzarella wrote: > On Wed, Mar 12, 2025 at 01:59:35PM -0700, Bobby Eshleman wrote: > > From: Stefano Garzarella > > > > This patch adds a check of the "net" assigned to a socket during > > the vsock_find_bound_socket() and vsock_find_connected_so

Re: [PATCH v2 1/3] vsock: add network namespace support

2025-03-19 Thread Stefano Garzarella
On Wed, Mar 12, 2025 at 01:59:35PM -0700, Bobby Eshleman wrote: From: Stefano Garzarella This patch adds a check of the "net" assigned to a socket during the vsock_find_bound_socket() and vsock_find_connected_socket() to support network namespace, allowing to share the same address (cid, port)

[PATCH v2 1/3] vsock: add network namespace support

2025-03-12 Thread Bobby Eshleman
From: Stefano Garzarella This patch adds a check of the "net" assigned to a socket during the vsock_find_bound_socket() and vsock_find_connected_socket() to support network namespace, allowing to share the same address (cid, port) across different network namespaces. This patch preserves old beh