From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] cryptodev: move new cryptodev type to bottom of enum Date: Fri, 08 Jul 2016 19:52:45 +0200 Message-ID: <7348377.rXY7qZURbH@xps13> References: <1467813932-31726-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com To: Pablo de Lara Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 2C6759AF2 for ; Fri, 8 Jul 2016 19:52:47 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id n127so19402648wme.1 for ; Fri, 08 Jul 2016 10:52:47 -0700 (PDT) In-Reply-To: <1467813932-31726-1-git-send-email-pablo.de.lara.guarch@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-07-06 15:05, Pablo de Lara: > New cryptodev type for the new KASUMI PMD was added > in the cryptodev type enum, but not at the end of it, > causing an ABI breakage. > > Fixes: 2773c86d061a ("crypto/kasumi: add driver for KASUMI library") > > Signed-off-by: Pablo de Lara > Reported-by: Ferruh Yigit Applied, thanks