From 870ba523eb7411563a1f98077050de00c28a1679 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 4 Aug 2020 23:55:30 +0300 Subject: [PATCH] Update DPDK to v19.11 --- .gitmodules | 5 ++--- dpdk | 2 +- mtcp/src/core.c | 3 --- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitmodules b/.gitmodules index 862482e..b484d25 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/dpdk b/dpdk index a5dce55..7001c8f 160000 --- a/dpdk +++ b/dpdk @@ -1 +1 @@ -Subproject commit a5dce55556286cc56655320d975c67b0dbe08693 +Subproject commit 7001c8fdb27357c67147c0a13cb3826e48c0f2bf diff --git a/mtcp/src/core.c b/mtcp/src/core.c index b06c4d7..85abe5c 100644 --- a/mtcp/src/core.c +++ b/mtcp/src/core.c @@ -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");