Re: accessing PCI device in OSv

2018-04-15 Thread lmy2010lmy
I wish to allow inter "OSv"s to communicate efficiently via ivshmem device. Has anyone finished the driver for OSv? Thanks, Maxul 在 2016年8月29日星期一 UTC+8下午7:52:40,Justin Cinkelj写道: > > I'm trying to evaluate if ivshmem cuold be helpful for Open MPI app. > ivshmem is presented as PCI device iside

Re: accessing PCI device in OSv

2018-04-15 Thread lmy2010lmy
Hi Justin, I searched for the ovs in mikelangelo-project repo, and I found the virtio-ivshmem driver. I used diff and ported the patch to the latest ovs master branch on my local computer. The console prints: OSv v0.24-510-gc604860 ... [E/42 virtio]: Wrong virtio dev id 1110 Assertion failed: s

need: port openvpn into osv

2018-04-27 Thread lmy2010lmy
Hi all, I enjoy the performance benefit of OSv, especially the No SpinLock and Van Jacobson implementation. I wish to establish the OSv image into the real cloud. My target app is OpenVPN. I try porting it into the OSv. OpenVPN deals with a tap device provided by Linux. Does anyone have any ide