[pve-devel] [PATCH 2/2] add virtio-vhost-user nic support

2016-05-08 Thread Alexandre Derumier
vm config: net0: virtio-vhost-user=66:32:37:61:66:64,bridge=vmbr0,tag=10 numa: 1 hugepages: 1 virtio-vhost-user is userland only, so no tap interface Numa need to be enabled, and all vm memory is mapped to hugepages The qemu netdev script/downscript don't work with vhost-user System configurati

[pve-devel] [PATCH] ovs_bridge_add_port : made it public

2016-05-08 Thread Alexandre Derumier
It's used to add vhost-user configuration is ovs from qemu-server, as we can't use script/downscript like for tap interface Signed-off-by: Alexandre Derumier --- src/PVE/Network.pm | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/PVE/Network.pm b/src/PVE/Network

[pve-devel] hugepages & virtio-vhost-user v2

2016-05-08 Thread Alexandre Derumier
rework of my previous patch This add a new "hugepages" option, to allow to enable hugepages in a vm. This is needed by virtio-vhost-user nics Details of host & vm configuration are in commits ___ pve-devel mailing list pve-devel@pve.proxmox.com http

[pve-devel] [PATCH 1/2] add hugepages option

2016-05-08 Thread Alexandre Derumier
vm configuration hugepages: 1 host configuration -- hugepages need to be allocated at boot for 4GB of 2M hugepages /etc/default/grub - GRUB_CMDLINE_LINUX_DEFAULT="quiet hugepagesz=2M hugepages=2048" /etc/fstab -- hugetlbfs /dev/hugepages

[pve-devel] [PATCH kernel 0/2] Update kernel to 4.4.0-22.39

2016-05-08 Thread Fabian Grünbichler
The tag is not yet pushed to master, but the package has already been uploaded to the non-proposed archive at Ubuntu. The second commit includes a quirk patch taken from the 4.7 tree, this should fix IOMMU isolation on some skylake machines. As always, a make download is necessary to get the new

[pve-devel] [PATCH kernel 2/2] fix #981: backport Skylake ACS quirk patches from 4.7

2016-05-08 Thread Fabian Grünbichler
--- ...ndard-ACS-vs-device-specific-ACS-enabling.patch | 110 ++ ...Quirk-PCH-root-port-ACS-for-Sunrise-Point.patch | 123 + Makefile | 2 + 3 files changed, 235 insertions(+) create mode 100644 981-1-PCI-Reverse-sta

[pve-devel] [PATCH kernel 1/2] Update to 4.4.0-22.39

2016-05-08 Thread Fabian Grünbichler
drop CVE fixes applied upstream --- ...ption-triggered-by-invalid-USB-descriptor.patch | 138 - ...55-usbip-fix-potential-out-of-bound-write.patch | 45 --- Makefile | 8 +- 3 files changed, 3 insertions(+), 188 deletions(-) del