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

2021-08-10 Thread Jason Wang
在 2021/7/8 下午1:44, Akihiko Odaki 写道: 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

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

2021-08-08 Thread Jason Wang
在 2021/8/7 下午8:24, Markus Armbruster 写道: Jason, did this fall through the cracks? Kind of, will review this week. 6.2 material though. Thanks My review is for the QAPI schema only. Akihiko Odaki writes: From: Phillip Tennen This patch implements a new netdev device, reachable via

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

2021-08-07 Thread Markus Armbruster
Jason, did this fall through the cracks? My review is for the QAPI schema only. Akihiko Odaki writes: > 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 bri

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

2021-07-07 Thread Akihiko Odaki
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

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

2021-02-14 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