File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -53,4 +53,4 @@ systemctl enable hugetlb-gigantic-pages
53
53
54
54
# Add boot cmdline args
55
55
non_isolated_cores=$( /etc/xrd/get_non_isolated_cores.sh $ISOLATED_CORES )
56
- grubby --update-kernel ALL --args " nohz_full=${ISOLATED_CORES} nohz=on skew_tick=1 intel_pstate=disable tsc=reliable nosoftlockup isolcpus=${ISOLATED_CORES} irqaffinity=${non_isolated_cores} hugepages=${HUGEPAGES_GB } rcu_nocbs=${ISOLATED_CORES} hugepagesz=1G default_hugepagesz=1G rcupdate.rcu_normal_after_boot=1"
56
+ grubby --update-kernel ALL --args " nohz_full=${ISOLATED_CORES} nohz=on skew_tick=1 intel_pstate=disable tsc=reliable nosoftlockup isolcpus=${ISOLATED_CORES} irqaffinity=${non_isolated_cores} hugepages=${boot_hugepages } rcu_nocbs=${ISOLATED_CORES} hugepagesz=1G default_hugepagesz=1G rcupdate.rcu_normal_after_boot=1"
Original file line number Diff line number Diff line change 4
4
set -x
5
5
6
6
# Download and build the igb_uio driver, and load it into the kernel.
7
+ # N.B. A warning por 'Skipping BTF generation' is expected. This doesn't affect
8
+ # the performance of the built driver.
7
9
dnf install -y " kernel-devel-$( uname -r) "
8
10
9
11
mkdir igb_uio
You can’t perform that action at this time.
0 commit comments