From patchwork Thu Mar 28 09:06:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Cel, TomaszX" X-Patchwork-Id: 51836 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 E3C2B7CB0; Thu, 28 Mar 2019 10:08:32 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 488674F9B; Thu, 28 Mar 2019 10:08:31 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2019 02:08:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,280,1549958400"; d="scan'208";a="159157681" Received: from tcelx-mobl1.ger.corp.intel.com (HELO localhost.localdomain) ([10.103.104.47]) by fmsmga001.fm.intel.com with ESMTP; 28 Mar 2019 02:08:28 -0700 From: Tomasz Cel To: dev@dpdk.org Cc: stable@dpdk.org, fiona.trahe@intel.com, lee.daly@intel.com, greg.b.tucker@intel.com, tomaszx.jozwiak@intel.com, tomaszx.cel@intel.com Date: Thu, 28 Mar 2019 10:06:26 +0100 Message-Id: <1553763987-24263-1-git-send-email-tomaszx.cel@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1553593329-8075-1-git-send-email-tomaszx.cel@intel.com> References: <1553593329-8075-1-git-send-email-tomaszx.cel@intel.com> Subject: [dpdk-dev] [PATCH v3 0/1] This patch fix compression stream initialization 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" v3: - fixed cover letter v2: - removed isal_inflate_reset() function because is not neccesary, everything is cleared by the isal_inflate_init function at the begining Tomasz Cel (1): compress/isal: fix compression stream initialization drivers/compress/isal/isal_compress_pmd.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)