From patchwork Fri May 20 17:31:38 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 68301 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp11058qge; Fri, 20 May 2016 10:32:53 -0700 (PDT) X-Received: by 10.237.43.197 with SMTP id e63mr613935qtd.91.1463765573343; Fri, 20 May 2016 10:32:53 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id y73si19115766qky.115.2016.05.20.10.32.42; Fri, 20 May 2016 10:32:53 -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 8FA23616FE; Fri, 20 May 2016 17:32:42 +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 53682616F0; Fri, 20 May 2016 17:32:18 +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 C041C616F9; Fri, 20 May 2016 17:32:10 +0000 (UTC) Received: from mail-qg0-f50.google.com (mail-qg0-f50.google.com [209.85.192.50]) by lists.linaro.org (Postfix) with ESMTPS id 72334616F0 for ; Fri, 20 May 2016 17:32:07 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id 90so63916389qgz.1 for ; Fri, 20 May 2016 10:32:07 -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:in-reply-to :references; bh=BRTJdaDwbzUJJgbfSZxXvN7w57zN52wES7E4nPP1CEw=; b=UN6CjDxcrHki1lhRB19/VE9Nma6XD5ofs/WybJK6njxiYsZz2fnAIaWxxzoQ5snKSW 1Cz6usxei7Hxlh3CseQrAOsVrDFS7w+rNWx/sG7u72OrNzBVnJy2r/UrIo/fAdL4pfAa uqUcdhuEipbF3XzA3EVRWXWVEESlaIM0913QhTa95PUSJqtzMlU9R/UKIk6mfQ++6euZ O2DCNS2xoUwLIzg5d9fSfRz9mNazwDRY353ylcwHLuWhPwjHmM+3XnwnQ65LlNF5Ubwq R4F6CDcb6vx+8sctXnsIjoqLkBe5cugVUrhl/jXnRYJuJEMJclCJkEK6mY/BY6+pyTc9 bXTg== X-Gm-Message-State: AOPr4FWyPOVhP7nb+ZGCLMMiATysw0g7IMpp5sRP5w5Gwoz6YLPR/cKiP3ChMnlpBOnWUIFlisk= X-Received: by 10.141.43.194 with SMTP id u185mr4746131qhe.75.1463765527170; Fri, 20 May 2016 10:32:07 -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 u78sm9218883qku.31.2016.05.20.10.32.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 20 May 2016 10:32:06 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Fri, 20 May 2016 13:31:38 -0400 Message-Id: <1463765498-15783-2-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1463765498-15783-1-git-send-email-mike.holmes@linaro.org> References: <1463765498-15783-1-git-send-email-mike.holmes@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCH v2 2/2] example: 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" Signed-off-by: Mike Holmes --- Makefile.am | 3 ++- configure.ac | 1 + example/l2fwd_simple/Makefile.am | 2 +- example/l2fwd_simple/l2fwd_simple_run.sh | 2 +- example/l2fwd_simple/udp64.pcap | Bin 7624 -> 0 bytes example/packet/Makefile.am | 2 +- example/packet/pktio_run.sh | 2 +- example/packet/udp64.pcap | Bin 7624 -> 0 bytes example/switch/Makefile.am | 2 +- example/switch/switch_run.sh | 2 +- example/switch/udp64.pcap | Bin 7624 -> 0 bytes pcap/Makefile.am | 1 + pcap/udp64.pcap | Bin 0 -> 7624 bytes 13 files changed, 10 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#