aboutsummaryrefslogtreecommitdiffstats
path: root/systems/README.md
diff options
context:
space:
mode:
authorSridhar K. N. Rao <sridhar.rao@spirent.com>2021-05-31 22:04:07 +0530
committerSridhar K. N. Rao <sridhar.rao@spirent.com>2021-05-31 22:07:24 +0530
commit171bf5025d8358b4dc692b3751675e42b1ebec9c (patch)
tree3274386b3760a8c199f440d27356d5b88e9f6d78 /systems/README.md
parent300d9f201aba1b8e30387138acaba79a72502d82 (diff)
SYS: New Software versions and OS-versions.
This patch adds support for the following: DPDK - 20.05 OVS - 2.14 VPP - 21.01 Ubuntu - 20.04 Fedora - 33 JIRA: VINEPERF-645 Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: I8810ef04d1beb7f3bb39fb3a1420d0b15dbfa395
Diffstat (limited to 'systems/README.md')
-rw-r--r--systems/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/systems/README.md b/systems/README.md
index ca6557ea..60f903c1 100644
--- a/systems/README.md
+++ b/systems/README.md
@@ -16,3 +16,15 @@ or with password less sudo access.
If you want to use vsperf in trafficgen-mode ONLY, then add a parameter.
./build_base_machine.sh trafficgen
+
+
+Newer Kernel Versions:
+----------------------
+
+May need following changes:
+
+1. In src/l2fwd/l2fwd.c, comment out the line with xmit_more (193).
+
+2. In src/qemu/Makefile, In line 30, we MAY have to add the following:
+ --disable-werror --python='/usr/bin/python3'
+