From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Daly Subject: [PATCH v2] doc/compress: add compression level guide for ISA-L Date: Thu, 24 May 2018 12:04:49 +0100 Message-ID: <1527159889-130241-1-git-send-email-lee.daly@intel.com> References: <1527090841-75874-1-git-send-email-lee.daly@intel.com> Cc: dev@dpdk.org, Lee Daly To: pablo.de.lara.guarch@intel.com Return-path: 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) In-Reply-To: <1527090841-75874-1-git-send-email-lee.daly@intel.com> 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