From patchwork Wed May 18 21:53:20 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 68058 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp2868484qge; Wed, 18 May 2016 14:55:09 -0700 (PDT) X-Received: by 10.55.9.139 with SMTP id 133mr10258943qkj.74.1463608509170; Wed, 18 May 2016 14:55:09 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 141si8847695qhm.18.2016.05.18.14.55.08; Wed, 18 May 2016 14:55:09 -0700 (PDT) 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 C5DD7617C1; Wed, 18 May 2016 21:55:08 +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, 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 5988861658; Wed, 18 May 2016 21:54:57 +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 3A2BE6166A; Wed, 18 May 2016 21:54:51 +0000 (UTC) Received: from mail-qg0-f53.google.com (mail-qg0-f53.google.com [209.85.192.53]) by lists.linaro.org (Postfix) with ESMTPS id D55816157E for ; Wed, 18 May 2016 21:53:51 +0000 (UTC) Received: by mail-qg0-f53.google.com with SMTP id a75so3280460qge.2 for ; Wed, 18 May 2016 14:53:51 -0700 (PDT) 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; bh=2zYPi+v/c2Q93/pGAMlPN7MIR3NK/PJSf/7vgJlb1TM=; b=cHab/tziMMdBU86AjUDXtKwuEPPjckXx2vNEKVU6hb44CWrLv0XxgWTV11fNu59TF2 4PZLudyopjGMR+RRU1H9DaS4xJpq44r1xIgq9iJdv8VYxu5HzPPrwDDE6D94HlZoo94d G9zJAwjlUQW8iOww/91H9IKqnK3bLjQilDndrBzow1JtgEkeVRet497u4dolBsaw6NHu lxUbWoeCZPobRL8xKxhGDWgh80jN+SDAnuOQlxN6/c9+Vsh0o90NdXo+i91t7Y9fZaAi v7sSsnIVh+WPSBa8qDBE1jsTA2hDm1yNVDxC54NsH3TSQ99EgRdcdVRcc4NeTUFDxEl3 uV4g== X-Gm-Message-State: AOPr4FUG4FmmUhtvXiVQpMQViTn4YiDhqfgnVLiLXTtBPY7mUnYvEmccE3Qut6qDFDktNnJ5lBw= X-Received: by 10.141.4.195 with SMTP id g186mr10654255qhd.84.1463608431578; Wed, 18 May 2016 14:53:51 -0700 (PDT) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id d8sm5196450qge.40.2016.05.18.14.53.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 May 2016 14:53:51 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Wed, 18 May 2016 17:53:20 -0400 Message-Id: <1463608400-10201-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH] linux-generic: test: use one copy of pcap file 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: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Examples should not duplicate pcap files Install the scripts and pcap file so that it can be run where it is installed after moving it to a common location in the repo Signed-off-by: Mike Holmes --- Makefile.am | 3 ++- configure.ac | 1 + example/l2fwd_simple/Makefile.am | 4 +++- example/l2fwd_simple/l2fwd_simple_run.sh | 2 +- example/l2fwd_simple/udp64.pcap | Bin 7624 -> 0 bytes example/packet/Makefile.am | 4 +++- example/packet/pktio_run.sh | 2 +- example/packet/udp64.pcap | Bin 7624 -> 0 bytes example/switch/Makefile.am | 4 +++- example/switch/switch_run.sh | 2 +- example/switch/udp64.pcap | Bin 7624 -> 0 bytes pcap/Makefile.am | 3 +++ pcap/udp64.pcap | Bin 0 -> 7624 bytes 13 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 example/l2fwd_simple/udp64.pcap delete mode 100644 example/packet/udp64.pcap delete mode 100644 example/switch/udp64.pcap create mode 100644 pcap/Makefile.am create mode 100644 pcap/udp64.pcap diff --git a/pcap/udp64.pcap b/pcap/udp64.pcap new file mode 100644 index 0000000000000000000000000000000000000000..45f9d6e6341a331125e1e3e49ab8ad1e71b20712 GIT binary patch literal 7624 zcmca|c+)~A1{MYw_+QV!zzF1AIDRVZQX4OW4Ui4OOdthJV3Lu8!IgnQ52VaNFl`SP zPy-M%&2gOL#31#rG%+bTB{eNQBQq;ICpRy@ps;AvtkLiqO%tPeXtbOdEel8Mj?wyY zv^_D}W*Ti5GK{vPNBat+eXG&_<7gilID#