From patchwork Tue Apr 2 12:16:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Cel, TomaszX" X-Patchwork-Id: 52094 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C8BEF2E81; Tue, 2 Apr 2019 14:17:01 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BB6772B99 for ; Tue, 2 Apr 2019 14:16:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Apr 2019 05:16:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,300,1549958400"; d="scan'208";a="147349852" Received: from tcelx-mobl1.ger.corp.intel.com (HELO localhost.localdomain) ([10.103.104.47]) by orsmga002.jf.intel.com with ESMTP; 02 Apr 2019 05:16:57 -0700 From: Tomasz Cel To: dev@dpdk.org, fiona.trahe@intel.com, tomaszx.jozwiak@intel.com, tomaszx.cel@intel.com Date: Tue, 2 Apr 2019 14:16:52 +0200 Message-Id: <1554207413-19049-1-git-send-email-tomaszx.cel@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1550223873-17119-3-git-send-email-tomaszx.jozwiak@intel.com> References: <1550223873-17119-3-git-send-email-tomaszx.jozwiak@intel.com> Subject: [dpdk-dev] [PATCH v2 0/1] add max mbuf size test case 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" From: Tomasz Jozwiak This patch adds new test case in which max. size of chain mbufs has been used to compress random data dynamically. V2 changes: Added changes to new test_compressdev.c file location in app/test/ folder Tomasz Jozwiak (1): test/compress: add max mbuf size test case app/test/test_compressdev.c | 158 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 136 insertions(+), 22 deletions(-)