From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 4/5] cryptodev: change burst API to be crypto op oriented Date: Thu, 10 Mar 2016 15:03:51 +0100 Message-ID: <7126177.oLMfiuOWNO@xps13> References: <1457351422-7617-1-git-send-email-fiona.trahe@intel.com> <1457617381-8296-5-git-send-email-fiona.trahe@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Fiona Trahe Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 68D6B2BA0 for ; Thu, 10 Mar 2016 15:05:33 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id l68so30116465wml.1 for ; Thu, 10 Mar 2016 06:05:33 -0800 (PST) In-Reply-To: <1457617381-8296-5-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-10 13:43, Fiona Trahe: > lib/librte_cryptodev/rte_crypto.h | 352 +++++++++++= - One of the problems with inline functions in a header, is that it must compile with C and C++. Unfortunately there is a small error here when included in a C++ app: rte_crypto.h:172:24: error: =09invalid conversion from =E2=80=98void*=E2=80=99 to =E2=80=98rte_cryp= to_op_pool_private*=E2=80=99 rte_crypto.h:220:29: error: =09invalid conversion from =E2=80=98void*=E2=80=99 to =E2=80=98rte_cryp= to_op_pool_private*=E2=80=99