From patchwork Tue Feb 21 22:41:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Eremin-Solenikov X-Patchwork-Id: 94285 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp656691qgi; Tue, 21 Feb 2017 14:41:38 -0800 (PST) X-Received: by 10.237.50.193 with SMTP id z59mr29369775qtd.102.1487716898139; Tue, 21 Feb 2017 14:41:38 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id z126si4214460qkb.328.2017.02.21.14.41.37; Tue, 21 Feb 2017 14:41:38 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 64DE760CE2; Tue, 21 Feb 2017 22:41:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 0F34360BF6; Tue, 21 Feb 2017 22:41:34 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 6A56060B42; Tue, 21 Feb 2017 22:41:31 +0000 (UTC) Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by lists.linaro.org (Postfix) with ESMTPS id 3B2B460B42 for ; Tue, 21 Feb 2017 22:41:30 +0000 (UTC) Received: by mail-lf0-f54.google.com with SMTP id z127so71330991lfa.2 for ; Tue, 21 Feb 2017 14:41:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=Ni9NfAXklYYkR2EHQEFPqJ3TzrGx6tWRWKHSkVOlm+k=; b=FqyYToR3KHzhC0NQhiREAtsGxZePpyDmo9wpbT2/1LHVNwBE6+VJ+0oElw5SvCzZTS col0WEPpmNiGhNx3TbmCjp4MQLw7Jn58M7l3QkPuVsk8fx6yO3JNDoRswB0aow6K9Ryv +6qVIyPB8mC3G8OMisUGQmgJqdBO9bsyLOtpeER0g1m0rUXUBz52gj4VSWwAtxUcYqGF vh4QPHTBhw+AuMIVp/TmAbHNANwXoHK7ZWHgUhV4LWoUs0DQp/YV3wqm7n91Lw072bGH NyMXMS+bOcaQVRr8Y/MyERYOtYduVlV4RVHRyXWCoWLDYlxmL5NVNpwRGkTB6Uk4yZh/ hyug== X-Gm-Message-State: AMke39nvujnzB/7LxC3iE9cIxTUuxDpxG44UGP8t4IGFUJHwSXa0FLko4WPzVXqU4Lgua3WWmxw= X-Received: by 10.46.83.29 with SMTP id h29mr7434668ljb.84.1487716888696; Tue, 21 Feb 2017 14:41:28 -0800 (PST) Received: from forlindon.lumag.auriga.ru ([188.162.65.19]) by smtp.gmail.com with ESMTPSA id s20sm6537043lfe.41.2017.02.21.14.41.27 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 21 Feb 2017 14:41:28 -0800 (PST) From: Dmitry Eremin-Solenikov To: lng-odp@lists.linaro.org Date: Wed, 22 Feb 2017 01:41:24 +0300 Message-Id: <20170221224127.31314-1-dmitry.ereminsolenikov@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170221182325.14424-1-nikhil.agarwal@linaro.org> References: <20170221182325.14424-1-nikhil.agarwal@linaro.org> Subject: [lng-odp] [PATCH 1/4] example: ipsec_offload: enable compilation X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Enable compilation of the ipsec_offload example. Signed-off-by: Dmitry Eremin-Solenikov --- example/ipsec_offload/Makefile.am | 1 + example/m4/configure.m4 | 1 + 2 files changed, 2 insertions(+) -- 2.11.0 diff --git a/example/ipsec_offload/Makefile.am b/example/ipsec_offload/Makefile.am index ec660301..a61b9233 100644 --- a/example/ipsec_offload/Makefile.am +++ b/example/ipsec_offload/Makefile.am @@ -1,5 +1,6 @@ include $(top_srcdir)/example/Makefile.inc +bin_PROGRAMS = odp_ipsec_offload$(EXEEXT) odp_ipsec_offload_LDFLAGS = $(AM_LDFLAGS) -static odp_ipsec_offload_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example diff --git a/example/m4/configure.m4 b/example/m4/configure.m4 index 620db04f..03c006a5 100644 --- a/example/m4/configure.m4 +++ b/example/m4/configure.m4 @@ -14,6 +14,7 @@ AC_CONFIG_FILES([example/classifier/Makefile example/generator/Makefile example/hello/Makefile example/ipsec/Makefile + example/ipsec_offload/Makefile example/l2fwd_simple/Makefile example/l3fwd/Makefile example/packet/Makefile