From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id BBCFF7CC7 for ; Sun, 4 Jun 2017 13:14:39 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4FB362097B; Sun, 4 Jun 2017 07:14:39 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 04 Jun 2017 07:14:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=TuErEwkTJBJ6EDB rGNucylKquOoNgLfSPpIDUspLAUg=; b=ZXzgjnaDXZnHV2QPFdFVOLj2wBG69Tx S8V8I8pTPUFcYvohryUgpzrIl+3SUyG8+eWdYeQNzA8KAAint53jy8rdEEELtSk8 1ZV07UhluDe6IBxAEby9XplckZGVTE5OXk+0ljEdB3uEEeYocqfoO4p7tPA+7IlK rhVsgl3tqrdQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=TuErEwkTJBJ6EDBrGNucylKquOoNgLfSPpIDUspLAUg=; b=m+bUpNQS +xZc5yT8MrHl5wODsGGD7Qu53Xe496U3diCu4rfBpbtRUkvd8ufMaCob9xhvZkEv NZXDGjBsAJ9lGCd+BH5DRkJoboyccIlvPXS1t0F4kWBKmwR38561hkKZzMnuui2h wldUIDnXU4rsnGvN/T7ZuFP3Ejd3bb5IlgfX2yzxXlQf1eguCqG45DK+0ksLCWIr 6gzidZdfUkQJaHeo6DO5Rx1hz4QIYfjXxvNo31rBtv4uiOWwqdIPY35E3rTcDkGe wlI6PZAOMm0PvYUlRJjUlQbOY7jQbHzVxHiHykcN9pBk7rjIc0T0FRX3bnjQkgw2 yx3k1J045UrckQ== X-ME-Sender: X-Sasl-enc: i1SvnD7P3AtEIeGTlbUK0XFW8qDOFHVyX8sJYxjfYbUq 1496574879 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 074792475C; Sun, 4 Jun 2017 07:14:39 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: Ravi Kerur , john.mcnamara@intel.com Date: Sun, 04 Jun 2017 13:14:37 +0200 Message-ID: <6012945.RBlhr32BJD@xps> In-Reply-To: <1489179491-9401-1-git-send-email-rkerur@gmail.com> References: <1489008729-28784-2-git-send-email-rkerur@gmail.com> <1489179491-9401-1-git-send-email-rkerur@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 0/3] examples/l3fwd: merge l3fwd-acl code into l3fwd X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2017 11:14:40 -0000 10/03/2017 21:58, Ravi Kerur: > This patchset merges l3fwd-acl and l3fwd code into common directory. > Adds config file read option to build LPM and EM tables. > > Ravi Kerur (3): > examples/l3fwd: merge l3fwd-acl code into l3fwd > examples/l3fwd: add config file support for lpm > examples/l3fwd: add config file support for exact Anyone to review please?