From patchwork Mon Apr 25 14:33:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 66591 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp1075684qge; Mon, 25 Apr 2016 07:40:07 -0700 (PDT) X-Received: by 10.50.50.235 with SMTP id f11mr13634154igo.10.1461595207715; Mon, 25 Apr 2016 07:40:07 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id q6si18116084igw.63.2016.04.25.07.40.07; Mon, 25 Apr 2016 07:40:07 -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 27CD6617DA; Mon, 25 Apr 2016 14:40:07 +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 D17096187B; Mon, 25 Apr 2016 14:38:44 +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 8090C616D2; Mon, 25 Apr 2016 14:37:53 +0000 (UTC) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) by lists.linaro.org (Postfix) with ESMTPS id AE8396187B for ; Mon, 25 Apr 2016 14:33:55 +0000 (UTC) Received: by mail-lf0-f46.google.com with SMTP id j11so118088014lfb.1 for ; Mon, 25 Apr 2016 07:33:55 -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=0LlcXT9WoC59Hji56LZqDapeCEPkx19tJ5+w7niNxPs=; b=ILHCsVI5/K6YgG9yXYTbtYDjCrqpvUu/+6TShfvgC8xHte5xmSxftdjRHFGMW/R2nf kVBLjqS+zo32UWnABj9m6OcAvvBvKtI4krHTXVtquSvhF8fdPiM1JPSBgG7CYzOcJzsI F3FtWDYmlDvo/tRg66vza/zw21g4l/OWWywF7q1y+LpjvvwLLH514EZqS13YcVMtETF+ raHGHV3zN5G1oNPWKApzK4a2GUL2Hzdo+DF+OmLXVv6DxniQsxv6vuNl6ywtp9cgQIPq aRv1OSh2V5+PHyX/wDZ7Q5sf5y6jxKaVFAjvotPP5agohvTSP0H1bhjcyhEBryN8C5d9 i3HQ== X-Gm-Message-State: AOPr4FUkVQaShW4h1hajU3blRtXARBCT11Bar4TmSvGayF4nRNS5AI32PJEzCw67FeMqs0YwJ0M= X-Received: by 10.25.22.203 with SMTP id 72mr13161595lfw.84.1461594834580; Mon, 25 Apr 2016 07:33:54 -0700 (PDT) Received: from localhost.localdomain (ppp91-77-173-31.pppoe.mtu-net.ru. [91.77.173.31]) by smtp.gmail.com with ESMTPSA id e3sm4457697lbs.48.2016.04.25.07.33.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 25 Apr 2016 07:33:54 -0700 (PDT) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Mon, 25 Apr 2016 17:33:47 +0300 Message-Id: <1461594827-2205-3-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 In-Reply-To: <1461594827-2205-1-git-send-email-maxim.uvarov@linaro.org> References: <1461594827-2205-1-git-send-email-maxim.uvarov@linaro.org> X-Topics: patch Subject: [lng-odp] [PATCHv4 2/2] example: packet make check tests 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: Maxim Uvarov --- example/packet/.gitignore | 3 +++ example/packet/Makefile.am | 7 ++++++ example/packet/pktio_run.sh | 58 ++++++++++++++++++++++++++++++++++++++++++++ example/packet/udp64.pcap | Bin 0 -> 7624 bytes 4 files changed, 68 insertions(+) create mode 100755 example/packet/pktio_run.sh create mode 100644 example/packet/udp64.pcap diff --git a/example/packet/udp64.pcap b/example/packet/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#