From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id B81F8A05D3 for ; Wed, 27 Mar 2019 18:46:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9C23E58C4; Wed, 27 Mar 2019 18:46:25 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 1F7F05589; Wed, 27 Mar 2019 18:46:19 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Mar 2019 10:46:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,277,1549958400"; d="scan'208";a="218100652" Received: from tcelx-mobl1.ger.corp.intel.com (HELO localhost.localdomain) ([10.103.104.47]) by orsmga001.jf.intel.com with ESMTP; 27 Mar 2019 10:46:17 -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: Wed, 27 Mar 2019 18:46:14 +0100 Message-Id: <1553708775-23344-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-stable] [PATCH v2] This patch fix compression stream initialization 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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(-) -- 2.7.4