On 6/1/2022 1:06 PM, Johannes Berg wrote:
Hi,
Not sure if there was anything you wanted me to comment on, but since I'm "the wifi guy" ... :)
mac80211 wlan / 10
FWIW, even though I'm the mac80211 maintainer, I'm not aware of a specification or implementation of this ... I don't know what this is at all.
mac80211 hwsim wireless simulation device / 29
This I implemented (both a driver in mac80211-hwsim in the kernel, as well as a device in wmediumd), but I wouldn't really necessarily recommend using it for anything but testing.
I am not sure if this related but virtio-ethernet keeps coming to us as requirement, I am not sure about the what is the support available in the various projects including Xen. This is a non-Mobile requirement particularly from the IOT or Auto segments. It will be nice to do adb over ethernet in the guest VM from the host shell.
For ethernet you have normal virtio-net.
Thanks. Virtio-net is available, but I think e2e usecase w/ Type-1 Hypervisor is what I am looking for. I believe CrosVM also supports Virtio-net but I am not sure if it works w/ Xen or not.
---Trilok Soni