Re: [PATCH v4] net/macos: implement vmnet-based netdev

2021-04-26 Thread Alessio Dionisi
Hello, I'm replying to this thread to let you know that I am available to help out on this patch as I have been working on the same feature for a few weeks. AD > On 3 Mar 2021, at 12:24, Phillip Tennen > wrote: > > Thanks very much for your help and feedback! >

Re: [PATCH v4] net/macos: implement vmnet-based netdev

2021-03-03 Thread Phillip Tennen
Thanks very much for your help and feedback! Apologies for my delay in following up. I'll submit a new version that implements the feedback you've provided here, as well as the QAPI schema changes @Markus Armbruster (thanks to you as well for your time and review!) pointed out. Phillip On Wed,

Re: [PATCH v4] net/macos: implement vmnet-based netdev

2021-02-23 Thread Roman Bolshakov
On Thu, Feb 18, 2021 at 02:49:47PM +0100, phillip.en...@gmail.com wrote: > From: Phillip Tennen > > This patch implements a new netdev device, reachable via -netdev > vmnet-macos, that’s backed by macOS’s vmnet framework. > > The vmnet framework provides native bridging support, and its usage in

Re: [PATCH v4] net/macos: implement vmnet-based netdev

2021-02-19 Thread Howard Spoelstra
On Thu, Feb 18, 2021 at 2:49 PM wrote: > > From: Phillip Tennen > > This patch implements a new netdev device, reachable via -netdev > vmnet-macos, that’s backed by macOS’s vmnet framework. > > The vmnet framework provides native bridging support, and its usage in > this patch is intended as a re

[PATCH v4] net/macos: implement vmnet-based netdev

2021-02-18 Thread phillip . ennen
From: Phillip Tennen This patch implements a new netdev device, reachable via -netdev vmnet-macos, that’s backed by macOS’s vmnet framework. The vmnet framework provides native bridging support, and its usage in this patch is intended as a replacement for attempts to use a tap device via the tun