Re: [PATCH net] vsock: forward all packets to the host when no H2G is registered

2020-11-19 Thread Stefano Garzarella
On Thu, Nov 19, 2020 at 03:25:42PM +0100, Alexander Graf wrote: On 19.11.20 15:03, Stefan Hajnoczi wrote: On Thu, Nov 12, 2020 at 02:38:37PM +0100, Stefano Garzarella wrote: Before commit c0cfa2d8a788 ("vsock: add multi-transports support"), if a G2H transport was loaded (e.g. virtio

Re: [PATCH net] vsock: forward all packets to the host when no H2G is registered

2020-11-19 Thread Alexander Graf
On 19.11.20 15:03, Stefan Hajnoczi wrote: On Thu, Nov 12, 2020 at 02:38:37PM +0100, Stefano Garzarella wrote: Before commit c0cfa2d8a788 ("vsock: add multi-transports support"), if a G2H transport was loaded (e.g. virtio transport), every packets was forwarded to the host, regardless of the

Re: [PATCH net] vsock: forward all packets to the host when no H2G is registered

2020-11-19 Thread Stefan Hajnoczi
On Thu, Nov 12, 2020 at 02:38:37PM +0100, Stefano Garzarella wrote: > Before commit c0cfa2d8a788 ("vsock: add multi-transports support"), > if a G2H transport was loaded (e.g. virtio transport), every packets > was forwarded to the host, regardless of the destination CID. > The H2G transports

Re: [PATCH net] vsock: forward all packets to the host when no H2G is registered

2020-11-14 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 12 Nov 2020 14:38:37 +0100 you wrote: > Before commit c0cfa2d8a788 ("vsock: add multi-transports support"), > if a G2H transport was loaded (e.g. virtio transport), every packets > was forwarded to the host, regardless

[PATCH net] vsock: forward all packets to the host when no H2G is registered

2020-11-12 Thread Stefano Garzarella
Before commit c0cfa2d8a788 ("vsock: add multi-transports support"), if a G2H transport was loaded (e.g. virtio transport), every packets was forwarded to the host, regardless of the destination CID. The H2G transports implemented until then (vhost-vsock, VMCI) always responded with an error, if