From mboxrd@z Thu Jan 1 00:00:00 1970 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 A19662965 for ; Wed, 24 Feb 2016 15:04:57 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id b205so35851678wmb.1 for ; Wed, 24 Feb 2016 06:04:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=fGBUo1PePHfjDER968SP4cEAWwy6dy0nXj9amMGAyow=; b=K7o5b2yG7fHyLNVyBiTPiHpyZ9tWDf1xuDkGRjYIaUVErEhF1XcoKdEawAaWETf6G1 XAjY6t4GdNE5HvRC7znS0sA6gG7/Z6Y8tn9++KDESf8e0YZOgweuo0j2klDI/lHJqCQG ewRGuGjTw0FZ5R178rUKT2wDEBhybAup0kTBMNzGY7oA7D1bnFLFuVv+xpht9e2sUf0t DsvrBw7g5OjGZW8uubgVkvevGKVF4jM3XvPkr6zOXfNR6Ah4VoEIc4WtvoSlHz17Fdbe PnUfTiRi+9L0YTDr2e47ZkCmhl0F+bftFi1QWzTE1J/3pSolaI90SGzVsmtLtfFDCorl 9vZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=fGBUo1PePHfjDER968SP4cEAWwy6dy0nXj9amMGAyow=; b=Y4vJ1TyTapk7bUqbwJdXgI4GeVpdN8h9Zr4Lo8FtTV6SgepgbpQEZqR/k2+rkYEVdp eOX8AbfoBY1t2/gf1vVStxMrkJDnmiU1I5BRpkHhH7yFT96zzL7a2s3Xg0aC1hlrgKUt r+84aGJSDBsiNxocRl2o0ygzbKxdFMKPw4LX7WTFmLTDM7Pqp270dtCVnkX4wXrtWvW/ DUyoA9vuV5/eQY8vQPPbOhS0WjCwfolaoOqUSGoV1rGefOxksk+ewDPTvHLADGCe5MBY U/Myir/qS0xUO8vdnSqcEiJtxyjru7Fw4QUb8y5XsmiGmsN1XkxC45iQktNlPNUZiuqM ogZg== X-Gm-Message-State: AG10YOSR+2TPK7TnnjYZAMiKErn8hc5i438K5Tcs3Y1LJToGHyQDZXxDYiUyZCF4EA/EsLXS X-Received: by 10.28.111.10 with SMTP id k10mr22981298wmc.86.1456322697415; Wed, 24 Feb 2016 06:04:57 -0800 (PST) Received: from xps13.localnet (171.36.101.84.rev.sfr.net. [84.101.36.171]) by smtp.gmail.com with ESMTPSA id xx3sm3177187wjc.32.2016.02.24.06.04.56 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Feb 2016 06:04:56 -0800 (PST) From: Thomas Monjalon To: Pablo de Lara Date: Wed, 24 Feb 2016 15:03:22 +0100 Message-ID: <2884792.yW5VFo79aJ@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <56C5E5B4.2090007@intel.com> References: <1455554704-12435-1-git-send-email-pablo.de.lara.guarch@intel.com> <56C5E5B4.2090007@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] aesni_mb: fix wrong return value X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2016 14:04:57 -0000 2016-02-18 15:39, Declan Doherty: > On 15/02/16 16:45, Pablo de Lara wrote: > > cryptodev_aesni_mb_init was returning the device id of > > the device just created, but rte_eal_vdev_init > > (the function that calls the first one), was expecting 0 or > > negative value. > > This made impossible to create more than one aesni_mb device > > from command line. > > > > Fixes: 924e84f87306 ("aesni_mb: add driver for multi buffer based crypto") > > > > Signed-off-by: Pablo de Lara > > Acked-by: Declan Doherty Applied, thanks