From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id F32375F1B for ; Mon, 28 Jan 2019 16:06:13 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jan 2019 07:06:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,534,1539673200"; d="scan'208";a="111702170" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.212]) by orsmga006.jf.intel.com with ESMTP; 28 Jan 2019 07:06:10 -0800 From: Ferruh Yigit To: Thomas Monjalon Cc: web@dpdk.org, Ferruh Yigit , John McNamara , Konstantin Ananyev , Rami Rosen , Ravi Kerur Date: Mon, 28 Jan 2019 15:06:08 +0000 Message-Id: <20190128150608.4234-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.17.2 Subject: [dpdk-web] [PATCH] trace existing merge l3fwd-acl code into l3fwd work X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2019 15:06:14 -0000 Add the feature into "Nice to have - Future" list with links to latest patchset and discussion on how to proceed. Signed-off-by: Ferruh Yigit --- Patch is on top of "trace existing eal config file patchset" patch. Cc: Konstantin Ananyev Cc: Rami Rosen Cc: Ravi Kerur --- content/roadmap/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index aeb845a..5ae982e 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -29,6 +29,9 @@ This list is obviously neither complete nor guaranteed. - EAL parameters from config file instead of command-line - Can benefit from existing patch: https://patches.dpdk.org/patch/26883/ - Discussion: https://mails.dpdk.org/archives/dev/2019-January/123985.html +- merge l3fwd-acl code into l3fwd + - Existing patchset: https://patches.dpdk.org/patch/21696/ + - Discussion: https://mails.dpdk.org/archives/dev/2019-January/124005.html ### Cycle model {#cycle} ---- -- 2.17.2