From patchwork Mon Dec 12 14:52:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 87697 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp1681237qgi; Mon, 12 Dec 2016 06:53:46 -0800 (PST) X-Received: by 10.176.87.10 with SMTP id s10mr69837759uaa.52.1481554426209; Mon, 12 Dec 2016 06:53:46 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id n18si10990458uab.102.2016.12.12.06.53.45; Mon, 12 Dec 2016 06:53:46 -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 dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id B3A0460E07; Mon, 12 Dec 2016 14:53:45 +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 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 85A4760C7F; Mon, 12 Dec 2016 14:53:00 +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 350B960C72; Mon, 12 Dec 2016 14:52:54 +0000 (UTC) Received: from mail-qt0-f170.google.com (mail-qt0-f170.google.com [209.85.216.170]) by lists.linaro.org (Postfix) with ESMTPS id 1177460CC3 for ; Mon, 12 Dec 2016 14:52:39 +0000 (UTC) Received: by mail-qt0-f170.google.com with SMTP id n6so77820679qtd.1 for ; Mon, 12 Dec 2016 06:52:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=KcLCIMAzXA8DnSAsw0GFnBtBSZsfLWm7yV21Zh2B7RE=; b=eJ0Z29raoVASB/PlXuv4Q79LAglV2TqNUIxteCn9ugLFEwANvHbA8Md4JyWa/QRzsp DoZ2zASmRa+8yWbn44WO5xV57eaUFqISqdxSqfq+pr+DVKAuuG5ibAczG3SSGVmbeo3W d7SdIvWct8IoBetvqASd5becFVXi9n44OKM5wT5hzqy+cCUWXIl5hNwW8oYelM1bHMuD oiWdk4USxeeVTdb06zWp9t6vQpkCQdEcZxKwv61Id5banF2NEJqnBDgMLVtWM+1u5mxy +YUaZCmdT+1w1edsNCyIIluQP7c4y0qRXa7SpHpeOR8Y06/plbNhncN3RJasrm6IHCdJ gnxQ== X-Gm-Message-State: AKaTC01KvGK0a5tq/1OpAlxaUb8MCSnXPtPpwPeofrsX4wiD04KO5YpleSTZQl1brvitf7fg8nI= X-Received: by 10.237.53.253 with SMTP id d58mr81253189qte.29.1481554358592; Mon, 12 Dec 2016 06:52:38 -0800 (PST) Received: from localhost (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id d127sm26585052qkf.34.2016.12.12.06.52.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 12 Dec 2016 06:52:37 -0800 (PST) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Mon, 12 Dec 2016 09:52:27 -0500 Message-Id: <20161212145230.11412-4-mike.holmes@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161212145230.11412-1-mike.holmes@linaro.org> References: <20161212145230.11412-1-mike.holmes@linaro.org> Subject: [lng-odp] [PATCH 3/6] helper: move thread to os/linux directory 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" Signed-off-by: Mike Holmes --- helper/Makefile.am | 2 +- helper/{ => os/linux}/thread.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename helper/{ => os/linux}/thread.c (100%) -- 2.9.3 diff --git a/helper/Makefile.am b/helper/Makefile.am index 942dd60..4e59850 100644 --- a/helper/Makefile.am +++ b/helper/Makefile.am @@ -35,7 +35,7 @@ __LIB__libodphelper_linux_la_SOURCES = \ eth.c \ ip.c \ chksum.c \ - thread.c \ + os/linux/thread.c \ hashtable.c \ lineartable.c diff --git a/helper/thread.c b/helper/os/linux/thread.c similarity index 100% rename from helper/thread.c rename to helper/os/linux/thread.c