From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mbuf_offload: mark experimental state Date: Sat, 12 Dec 2015 00:44:55 +0100 Message-ID: <60421913.i4K1pKP624@xps13> References: <345C63BAECC1AD42A2EC8C63AFFC3ADC2809A787@irsmsx105.ger.corp.intel.com> <1449876856-18741-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: declan.doherty@intel.com Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id CBC4A8E7C for ; Sat, 12 Dec 2015 00:46:12 +0100 (CET) Received: by mail-wm0-f50.google.com with SMTP id n186so51148538wmn.1 for ; Fri, 11 Dec 2015 15:46:12 -0800 (PST) In-Reply-To: <1449876856-18741-1-git-send-email-thomas.monjalon@6wind.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" 2015-12-12 00:34, Thomas Monjalon: > Cryptodev was marked experimental and mbuf_offload depends on it. > The mbuf_offload library is one of the crypto area which requires > some discussions before having a stable API. > > The experimental mark is also added to rte_cryptodev_configure() > to be sure one cannot miss it. > > Fixes: 66874e55f550 ("cryptodev: mark experimental state") > > Signed-off-by: Thomas Monjalon Applied shortly