From patchwork Fri Dec 23 19:23:20 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 88974 Delivered-To: patch@linaro.org Received: by 10.140.20.101 with SMTP id 92csp3473905qgi; Fri, 23 Dec 2016 11:24:49 -0800 (PST) X-Received: by 10.55.82.84 with SMTP id g81mr17901281qkb.235.1482521089343; Fri, 23 Dec 2016 11:24:49 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id m6si20488784qte.14.2016.12.23.11.24.49; Fri, 23 Dec 2016 11:24:49 -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 C91D46097B; Fri, 23 Dec 2016 19:24:26 +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=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 26C4060C73; Fri, 23 Dec 2016 19:23:41 +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 938F7608ED; Fri, 23 Dec 2016 19:23:35 +0000 (UTC) Received: from mail-lf0-f44.google.com (mail-lf0-f44.google.com [209.85.215.44]) by lists.linaro.org (Postfix) with ESMTPS id DA9E860915 for ; Fri, 23 Dec 2016 19:23:33 +0000 (UTC) Received: by mail-lf0-f44.google.com with SMTP id c13so143419747lfg.0 for ; Fri, 23 Dec 2016 11:23:33 -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:cc:subject:date:message-id:in-reply-to :references; bh=NbNDVzqafXDPgwwgs9SOXZeGPeRI6bL8w6N4AQuzPP0=; b=bHZzHrxV2xPMrPH4ZWIzqhe/a6qEWCbaxljJOt1fDR1WZOnv0OS8ZPDDIhQyiW08K7 YX8kenB8c+QoxOmaSD3iPTwozCRBwW5Vqhy1EpI++sKd9HXH8NoBDU906WnkSKbdrBwg LNxfP4htKMsebtfBPf2iISPMx1mxsmUm35woSBG09knFd26iLcpQX2qa44As2jHGY7Ex YeRbtLS3CsjFejTT6nP+0sBzHt5vBep92izxL3WU9zC+SBBms/RsB7hD34Hflf4l7vkf heLT9jjKxYha5umNVo1eauUkCknI8li6iaRDefNeECjvn7Mg2O24Pcp9bu+fh1+Vjz5m chDw== X-Gm-Message-State: AIkVDXImhwFMOJ5huuJZnKbPPeqjaQI9ZwtX/fZLKsLn0sqQSNXu+yseF0l81Zk0U99pN+6YlGg= X-Received: by 10.25.75.80 with SMTP id y77mr5978580lfa.173.1482521012502; Fri, 23 Dec 2016 11:23:32 -0800 (PST) Received: from localhost.localdomain (ppp91-77-165-188.pppoe.mtu-net.ru. [91.77.165.188]) by smtp.gmail.com with ESMTPSA id g63sm2498288ljg.23.2016.12.23.11.23.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 23 Dec 2016 11:23:31 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Fri, 23 Dec 2016 22:23:20 +0300 Message-Id: <1482521000-17301-3-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 In-Reply-To: <1482521000-17301-1-git-send-email-maxim.uvarov@linaro.org> References: <1482521000-17301-1-git-send-email-maxim.uvarov@linaro.org> Subject: [lng-odp] [PATCH 3/3] scripts/build-pktio-dpdk: do not download full dpdk git 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: Maxim Uvarov --- scripts/build-pktio-dpdk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.7.1.250.gff4ea60 diff --git a/scripts/build-pktio-dpdk b/scripts/build-pktio-dpdk index 280f518..36727dd 100755 --- a/scripts/build-pktio-dpdk +++ b/scripts/build-pktio-dpdk @@ -10,9 +10,9 @@ if [ "$?" != "0" ]; then echo "Error: pcap is not installed. You may need to install libpcap-dev" fi -git clone http://dpdk.org/git/dpdk dpdk +git -c advice.detachedHead=false clone -q --depth=1 --single-branch --branch=v16.07 http://dpdk.org/git/dpdk dpdk pushd dpdk -git checkout -b bv16.07 v16.07 +git log --oneline --decorate #Make and edit DPDK configuration make config T=${TARGET} O=${TARGET}