From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/2] cryptodev API changes Date: Fri, 04 Mar 2016 18:38:33 +0100 Message-ID: <2831187.Fjk3A3necn@xps13> References: <1456764731-27168-1-git-send-email-declan.doherty@intel.com> <1457111874-9224-1-git-send-email-fiona.trahe@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Fiona Trahe Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 731D5E07 for ; Fri, 4 Mar 2016 18:40:10 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id l68so1132410wml.0 for ; Fri, 04 Mar 2016 09:40:10 -0800 (PST) In-Reply-To: <1457111874-9224-1-git-send-email-fiona.trahe@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-04 17:17, Fiona Trahe: > This patch set separates the symmetric crypto operations from generic operations and then modifies the cryptodev burst API to accept bursts of rte_crypto_op rather than rte_mbufs. > > V5: > - updates .map file > - removes EXPERIMENTAL label from rte_cryptodev.h Why do you want to remove the experimental label?