Update DPDK to v19.11

master
Vitaliy Filippov 2020-08-04 23:55:30 +03:00
parent 77ba42d8b7
commit 870ba523eb
3 changed files with 3 additions and 7 deletions

5
.gitmodules vendored
View File

@ -2,9 +2,8 @@
path = dpdk
url = https://dpdk.org/git/dpdk
branch = master
commit = 0da7f445df445630c794897347ee360d6fe6348b
# commit = 92924b207b124c156f7b6dff75110d6af83d971f
commit = 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
[submodule "mtcp/src/libccp"]
path = mtcp/src/libccp
url = https://github.com/ccp-project/libccp.git

2
dpdk

@ -1 +1 @@
Subproject commit a5dce55556286cc56655320d975c67b0dbe08693
Subproject commit 7001c8fdb27357c67147c0a13cb3826e48c0f2bf

View File

@ -1329,9 +1329,6 @@ mtcp_create_context(int cpu)
master = rte_get_master_lcore();
if (master == whichCoreID(cpu)) {
lcore_config[master].ret = 0;
lcore_config[master].state = FINISHED;
if (pthread_create(&g_thread[cpu],
NULL, MTCPRunThread, (void *)mctx) != 0) {
TRACE_ERROR("pthread_create of mtcp thread failed!\n");