From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 472B9A0613 for ; Tue, 24 Sep 2019 16:12:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DA31D2BE6; Tue, 24 Sep 2019 16:12:38 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8089F2956 for ; Tue, 24 Sep 2019 16:12:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2019 07:12:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,544,1559545200"; d="scan'208";a="272642315" Received: from adamdybx-mobl.ger.corp.intel.com (HELO addy-VirtualBox.isw.intel.com) ([10.103.104.111]) by orsmga001.jf.intel.com with ESMTP; 24 Sep 2019 07:12:34 -0700 From: Adam Dybkowski To: dev@dpdk.org, fiona.trahe@intel.com, arturx.trybula@intel.com, akhil.goyal@nxp.com Cc: Adam Dybkowski Date: Tue, 24 Sep 2019 16:10:31 +0200 Message-Id: <20190924141033.3894-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190903094312.8780-1-adamx.dybkowski@intel.com> References: <20190903094312.8780-1-adamx.dybkowski@intel.com> Subject: [dpdk-dev] [PATCH v2 0/2] Add external mbufs option X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset adds a unit test of the external buffers functionality and a new option to the compression performance benchmark tool to use memzones as external buffers instead of the data put directly inside mbufs. --- v2: * Rebasing over the stateful decompression patch This patch depends on https://patches.dpdk.org/cover/59610/ Adam Dybkowski (2): test/compress: add external buffer in mbuf API test app/compress-perf: add external mbufs option app/test-compress-perf/comp_perf_options.h | 2 + .../comp_perf_options_parse.c | 15 + .../comp_perf_test_benchmark.c | 3 +- .../comp_perf_test_common.c | 201 ++++++++++- .../comp_perf_test_common.h | 9 +- .../comp_perf_test_verify.c | 4 +- app/test/test_compressdev.c | 314 ++++++++++++------ 7 files changed, 443 insertions(+), 105 deletions(-) -- 2.17.1