Re: [BHyVE] bhyverun.c:818:16: error: use of undeclared identifier 'VM_MEM_F_WIRED

2016-02-20 Thread Marcel Moolenaar
> On Feb 20, 2016, at 11:38 AM, Abhijit Taware > wrote: > > It compiles cleanly on FreeBSD-Current > I was also able to run one VM with compiled binaries. > The Makefile don't have install target, so I have to copy it manually and it > worked. The install

sr-iov issues, reset_hw() failed with error -100

2016-02-20 Thread Ultima
Decided to do some testing with iovctl to see how sr-iov is coming along. Currently when adding the vf's there are a couple errors, and the network no longer function after iovctl is started. My guess is the reset_hw() call that is failing. Any ideas why this call would fail? I tested this on

Re: [BHyVE] bhyverun.c:818:16: error: use of undeclared identifier 'VM_MEM_F_WIRED

2016-02-20 Thread Abhijit Taware
It compiles cleanly on FreeBSD-Current I was also able to run one VM with compiled binaries. The Makefile don't have install target, so I have to copy it manually and it worked. Thanks a lot for quick help Marcel. Abhijit. On Sat, Feb 20, 2016 at 10:00 PM, Marcel Moolenaar

Re: [BHyVE] bhyverun.c:818:16: error: use of undeclared identifier 'VM_MEM_F_WIRED

2016-02-20 Thread Marcel Moolenaar
> On Feb 20, 2016, at 12:49 AM, Abhijit Taware > wrote: > > Hi , > > I am getting error mentioned in subject while compiling the bhyve repo > mentioned below > https://github.com/xcllnt/libvdsk It’s probably best to compile

What overhead should BHyVe incur vs. guest directly on bare metal, for memory mapped and non-memory-mapped IO to block device within the guest?

2016-02-20 Thread Tinker
Just to get your rough approximation. OpenBSD guest. E5 Xeon CPU. SSD:s with 4 or 16KB physical sector size. In the virtualized case, the guest accesses the physical storage via a virtio block device, and the host keeps the image within a ZFS (so it gets ZFS' checksumming) and

[BHyVE] bhyverun.c:818:16: error: use of undeclared identifier 'VM_MEM_F_WIRED

2016-02-20 Thread Abhijit Taware
Hi , I am getting error mentioned in subject while compiling the bhyve repo mentioned below https://github.com/xcllnt/libvdsk I am using 10.2-RELEASE and could run the native bhyve which comes with "pkg install" command. I am using the repo mentioned above to add support for more file formats