From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f50.google.com (mail-pg0-f50.google.com [74.125.83.50]) by dpdk.org (Postfix) with ESMTP id 51ECB915D for ; Mon, 21 Aug 2017 11:36:08 +0200 (CEST) Received: by mail-pg0-f50.google.com with SMTP id u191so22483141pgc.2 for ; Mon, 21 Aug 2017 02:36:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=UjfGgd00VGGtvuSNkCEDVkuqfv50ZMDEzTc4OVnhZUQ=; b=XZZ2b978qoIEHDM9InCy9Gxq+mtXiFfj0PrpAVWeXVfQeIJgaSVa5OiBZquPXUiAa1 YcB9GfGZFDybn4F2AqsG4jz+MbQoylKASPGY+Wyab+kK0lcxKos1KG2qkXY7l3DAtQPu eZQhDlC+f/zaSOSL4GfD4u8Qyp25YfL4d11Al8gABoM7c8xzjz3c5jTQcpRbPqEBpc8V fxkvxzNMEHjrb3mw1G/JYpkuyuf1G2HDWjHifimPLHKUAURypEEkcOodbwKtQP2teI0o EDFVUvEcUls0xIJz5WuyBOPGuCJ6wIxSvuNq/HbjuKZGpdFNccL/r9BEY/+twhF+wKpz VKzg== 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=UjfGgd00VGGtvuSNkCEDVkuqfv50ZMDEzTc4OVnhZUQ=; b=NNMQmuE6p7JmJy+8Btv7KJt6Np2KbkYCSe2/nHwH3h4nY5VPBxD8HcdVbyKdDZeDsf KeyS4Y0xnsy/pRb7T+XLtkliwbx/T7SaSZTB5Yz0urEM5bJ5JW9vhjXl6PmZKe4nzAcM /gFVqon+OnOHmuFG8qdbkY0chXXnj4tqLoPOjn/8IdaXmeuRXKSoS7VslCdc4fbrCTy/ PB1g1th2GMlxvbSdvQ3N0Cqt5HXp8R2MhViyrcz3evhNIXFA0pAC+l8vrlUgOix51YLR kdevee17pYNmxsSfUSdguqoJ2oQpc1VwI0TSQTuNwxxh33++5GuvXfIKad7Oqv/PO8gx hriw== X-Gm-Message-State: AHYfb5iBBOFnKjhUIo9zTz8/7tbfmTzwL6HIs9HcO2eGWdt8vbppIBUn kGuJybyS3yn6nR7Cqt8qTQ== X-Received: by 10.99.95.214 with SMTP id t205mr10852116pgb.141.1503308167567; Mon, 21 Aug 2017 02:36:07 -0700 (PDT) Received: from localhost.localdomain ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id 69sm23355087pfh.186.2017.08.21.02.36.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 21 Aug 2017 02:36:06 -0700 (PDT) From: Yuanhan Liu To: Pablo de Lara Cc: dpdk stable , Yuanhan Liu Date: Mon, 21 Aug 2017 17:30:49 +0800 Message-Id: <1503307878-16728-35-git-send-email-yliu@fridaylinux.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1503307878-16728-1-git-send-email-yliu@fridaylinux.org> References: <1503307878-16728-1-git-send-email-yliu@fridaylinux.org> Subject: [dpdk-stable] patch 'app/crypto-perf: fix CSV output' has been queued to stable release 17.05.2 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2017 09:36:08 -0000 Hi, FYI, your patch has been queued to stable release 17.05.2 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 08/24/17. So please shout if anyone has objections. Thanks. --yliu --- >>From 0188ce308fee81accc31cc04cda139d1655d7774 Mon Sep 17 00:00:00 2001 From: Pablo de Lara Date: Fri, 28 Jul 2017 00:33:13 +0100 Subject: [PATCH] app/crypto-perf: fix CSV output [ upstream commit 49ff67d0d90f411713e81ef12ca8720a1974ecb6 ] When using CSV, the output of the throughput performance numbers was not correct, representing decimal numbers incorrectly. Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test application") Signed-off-by: Pablo de Lara --- app/test-crypto-perf/cperf_test_throughput.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/test-crypto-perf/cperf_test_throughput.c b/app/test-crypto-perf/cperf_test_throughput.c index be683cd..73cee65 100644 --- a/app/test-crypto-perf/cperf_test_throughput.c +++ b/app/test-crypto-perf/cperf_test_throughput.c @@ -471,14 +471,14 @@ cperf_throughput_test_runner(void *test_ctx) cycles_per_packet); } else { if (!only_once) - printf("# lcore id, Buffer Size(B)," + printf("#lcore id,Buffer Size(B)," "Burst Size,Enqueued,Dequeued,Failed Enq," "Failed Deq,Ops(Millions),Throughput(Gbps)," "Cycles/Buf\n\n"); only_once = 1; - printf("%10u;%10u;%u;%"PRIu64";%"PRIu64";%"PRIu64";%"PRIu64";" - "%.f3;%.f3;%.f3\n", + printf("%u;%u;%u;%"PRIu64";%"PRIu64";%"PRIu64";%"PRIu64";" + "%.3f;%.3f;%.3f\n", ctx->lcore_id, ctx->options->test_buffer_size, test_burst_size, -- 2.7.4