Skip to content

Commit 7267d09

Browse files
committed
Merge with upstream
2 parents c9fba1d + fde981e commit 7267d09

37 files changed

+956
-367
lines changed

.buildtest_dpdk.sh

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ sed -i -e 's/O_TO_EXE_STR =/\$(shell if [ \! -d \${RTE_SDK}\/\${RTE_TARGET}\/lib
88
cd dpdk/
99
make install T=x86_64-native-linuxapp-gcc
1010
cd ..
11+
cd dpdk-iface-kmod
12+
make
13+
cd ..
1114
autoreconf -ivf
1215
./configure --with-dpdk-lib=$RTE_SDK/$RTE_TARGET
1316
make

.gitignore

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# mtcp-specific files
2+
Makefile
3+
autom4te.cache/
4+
config.h
5+
config.log
6+
config.status
7+
dpdk-iface-kmod/dpdk_iface_main
8+
io_engine/lib/Makefile
9+
mtcp/src/Makefile
10+
util/Makefile
11+
stamp-h1
12+
113
# Prerequisites
214
*.d
315

@@ -49,4 +61,4 @@
4961
modules.order
5062
Module.symvers
5163
Mkfile.old
52-
dkms.conf
64+
dkms.conf

README

+1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ We tested the DPDK version (polling driver) with Linux-3.13.0 kernel.
285285
2. Intel-82599 ixgbe (Max-queue-limit: 16)
286286
3. Intel-I350 igb (Max-queue-limit: 08)
287287
4. Intel-X710 i40e (Max-queue-limit: ~)
288+
5. Intel-X722 i40e (Max-queue-limit: ~)
288289

289290
========================================================================
290291
FREQUENTLY ASKED QUESTIONS

0 commit comments

Comments
 (0)