Skip to content

Commit 2f0a68a

Browse files
author
apscomp
committed
Add generic pseudocode and other changes
1 parent a999ff0 commit 2f0a68a

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

CentOS_ChelsioDPDK.txt

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Add some top level guidelines of the rough procedure, so that you can document your notes in the proper order
2+
<pseudocode>
3+
Install OS
4+
Configure Huge Tables
5+
Install Network Driver for 10gbps card
6+
Install dpdk libraries
7+
Bind network to dpdk
8+
Install Seastar, configure it, verify it
9+
Install Scylla
10+
<pseudocode>
11+
112
Install CentOS 7
213

314
The Chelsio Network driver is automatically installed
@@ -26,11 +37,10 @@ as root, open the file /etc/default/grub
2637
#Either, append the following line to GRUB_CMDLINE_LINUX env. variable, if the cpu supports 1GB Huge Pages
2738
default_hugepagesz=1GB hugepagesz=1G hugepages=4 intel_iommu=on
2839
#or, append the following line, if the CPU supports 2M HUGE PAGES
40+
default_hugepagesz=2M hugepagesz=2M hugepages=512 intel_iommu=on"
2941

30-
31-
recompile grub to save setting, and then reboot
32-
grub2-mkconfig -o /boot/grub2/grub.cfg
33-
make sure, the server is restarted
42+
#Recompile grub to save setting, and then reboot
43+
r$ grub2-mkconfig -o /boot/grub2/grub.cfg
3444

3545
Understanding the deploying Huge Pages:
3646

0 commit comments

Comments
 (0)