From patchwork Mon Nov 7 15:43:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Uvarov X-Patchwork-Id: 81113 Delivered-To: patch@linaro.org Received: by 10.140.97.165 with SMTP id m34csp1076277qge; Mon, 7 Nov 2016 07:44:00 -0800 (PST) X-Received: by 10.107.9.93 with SMTP id j90mr7665854ioi.230.1478533440508; Mon, 07 Nov 2016 07:44:00 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id g199si3220130iog.121.2016.11.07.07.43.59; Mon, 07 Nov 2016 07:44:00 -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 AC9CC60BE3; Mon, 7 Nov 2016 15:43:59 +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 96EAA60900; Mon, 7 Nov 2016 15:43:51 +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 F11D46093C; Mon, 7 Nov 2016 15:43:49 +0000 (UTC) Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) by lists.linaro.org (Postfix) with ESMTPS id 2FDA4608C9 for ; Mon, 7 Nov 2016 15:43:49 +0000 (UTC) Received: by mail-lf0-f54.google.com with SMTP id t196so117172355lff.3 for ; Mon, 07 Nov 2016 07:43:49 -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; bh=y+p7K0YadoTAJbr6fyllsg3HJVGJkHFFhVekiF+6Yp0=; b=G0p0I41R6SUefyrV8MPmHGL3jK0RdCFL6o7TyVJuhVnbYW5d4Ujbg9IcMiS9F/WEfK /I8z6SS2rDW7tIqMDjwFU/rwKCyIF1YwQKKB+lL2QPFouxHOuSzXNqLAu9JX3gvxYMEg fC2VNSkKEtLkSwEagbUh8ipS5YDftP92FTf6KT6WYiRbwIqlCvgsO3gc1usp95gARmvU oeFwgbq2rIfMeegmyziZQg3gZ/EL/HZGjAFBGdEPhKg52aQYJKJpbhdek2w+iq5PJ4eI r4GW16vnDLl1e5l6F7fBZlx+6FfFipyT7Tv52D/KH2cvPx+SpZtn4fbHrrGnNMbYVIgY EvsA== X-Gm-Message-State: ABUngvcnFx8aCOfL/z4gmDadzXtg2jZxvjiosn/8jsR/BkYBfUZSvIFw60aXwGAp34EOk0i2O3Y= X-Received: by 10.25.192.20 with SMTP id q20mr4298855lff.5.1478533427969; Mon, 07 Nov 2016 07:43:47 -0800 (PST) Received: from localhost.localdomain (ppp46-138-205-38.pppoe.spdop.ru. [46.138.205.38]) by smtp.gmail.com with ESMTPSA id r135sm5329087lff.17.2016.11.07.07.43.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 07 Nov 2016 07:43:47 -0800 (PST) From: Maxim Uvarov To: lng-odp@lists.linaro.org Date: Mon, 7 Nov 2016 18:43:33 +0300 Message-Id: <1478533413-28857-1-git-send-email-maxim.uvarov@linaro.org> X-Mailer: git-send-email 2.7.1.250.gff4ea60 X-Topics: patch Subject: [lng-odp] [PATCH] example: packet: correct size print 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" looks like typo in print, delete it. Signed-off-by: Maxim Uvarov --- example/packet/pktio_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.1.250.gff4ea60 diff --git a/example/packet/pktio_run.sh b/example/packet/pktio_run.sh index 3adb2d6..fe6c505 100755 --- a/example/packet/pktio_run.sh +++ b/example/packet/pktio_run.sh @@ -9,7 +9,7 @@ PCAP_IN=`find . ${TEST_DIR} $(dirname $0) -name udp64.pcap -print -quit` PCAP_OUT="pcapout.pcap" PCAP_IN_SIZE=`stat -c %s ${PCAP_IN}` -echo "using PCAP in=${PCAP_IN}:out=${PCAP_OUT} size %${PCAP_IN_SIZE}" +echo "using PCAP in=${PCAP_IN}:out=${PCAP_OUT} size ${PCAP_IN_SIZE}" # burst mode ./odp_pktio -ipcap:in=${PCAP_IN}:out=${PCAP_OUT} -t 5 -m 0