From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] cryptodev: uninline parameter parsing Date: Mon, 27 Jun 2016 08:06:01 -0700 (PDT) Message-ID: <5454391.OEmOnd9WMs@xps13> References: <1466860424-4155-1-git-send-email-thomas.monjalon@6wind.com> <1466958816-9224-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Doherty, Declan" , dev@dpdk.org To: "De Lara Guarch, Pablo" Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 7DCC75A53 for ; Mon, 27 Jun 2016 17:06:02 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id v199so104182422wmv.0 for ; Mon, 27 Jun 2016 08:06:02 -0700 (PDT) In-Reply-To: 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" > > There is no need to have this parsing inlined in the header. > > It brings kvargs dependency to every crypto drivers. > > The functions are moved into rte_cryptodev.c. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: Pablo de Lara Applied