Skip to content

Commit b362d4b

Browse files
committed
.
1 parent ecb490c commit b362d4b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

files/etc/xrd/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ systemctl enable hugetlb-gigantic-pages
5353

5454
# Add boot cmdline args
5555
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"

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
set -x
55

66
# 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.
79
dnf install -y "kernel-devel-$(uname -r)"
810

911
mkdir igb_uio

0 commit comments

Comments
 (0)