From 0e627645f1423b2c429a0d5873b6c90f24e0ed24 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 7 Dec 2016 13:19:59 +0100 Subject: Fix: Nested VM performance optimizations - Fix he issue with packet loss by workaround - Fix the isolcpu patch Change-Id: Ia9945963a63fceef5ce00d9cbcd0228c81783a47 Signed-off-by: pmikus --- .../tools/disk-image-builder/nested/image-patches/07-isolate-cpu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu (limited to 'resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu') diff --git a/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu b/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu old mode 100644 new mode 100755 index 72d94160be..401966deac --- a/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu +++ b/resources/tools/disk-image-builder/nested/image-patches/07-isolate-cpu @@ -1,8 +1,8 @@ #!/bin/sh patch boot/grub/menu.lst <<"_EOF" -15c17 -< kernel /boot/bzImage rw root=/dev/sda1 console=ttyS0,115200n8 +17c17 +< kernel /boot/bzImage rw root=/dev/sda1 ipv6.disable=1 console=ttyS0,115200n8 --- -> kernel /boot/bzImage rw root=/dev/sda1 console=ttyS0,115200n8 isolcpus=1-7 nohz_full=1-7 rcu_nocbs=1-7 -_EOF \ No newline at end of file +> kernel /boot/bzImage rw root=/dev/sda1 ipv6.disable=1 console=ttyS0,115200n8 isolcpus=1,2,3,4 nohz_full=1,2,3,4 rcu_nocbs=1,2,3,4 intel_pstate=disable +_EOF -- cgit 1.2.3-korg