From patchwork Thu May 24 11:04:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Daly, Lee" X-Patchwork-Id: 40397 X-Patchwork-Delegate: pablo.de.lara.guarch@intel.com 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 00D292BF4; Thu, 24 May 2018 13:05:46 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 892E82BF4 for ; Thu, 24 May 2018 13:05:43 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 May 2018 04:05:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,436,1520924400"; d="scan'208";a="58108656" Received: from silpixa00399501.ir.intel.com ([10.237.223.69]) by fmsmga001.fm.intel.com with ESMTP; 24 May 2018 04:05:40 -0700 From: Lee Daly To: pablo.de.lara.guarch@intel.com Cc: dev@dpdk.org, Lee Daly Date: Thu, 24 May 2018 12:04:49 +0100 Message-Id: <1527159889-130241-1-git-send-email-lee.daly@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1527090841-75874-1-git-send-email-lee.daly@intel.com> References: <1527090841-75874-1-git-send-email-lee.daly@intel.com> Subject: [dpdk-dev] [PATCH v2] doc/compress: add compression level guide for ISA-L 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 expands the ISA-L documentation to give more a detailed explanation of the mapping between the compressdev API levels and PMD levels. Signed-off-by: Lee Daly Acked-by: Marko Kovacevic