From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A23C5A05D3 for ; Wed, 24 Apr 2019 12:52:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6C1501B516; Wed, 24 Apr 2019 12:52:54 +0200 (CEST) Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id D6E131B514 for ; Wed, 24 Apr 2019 12:52:52 +0200 (CEST) Received: by mail-wm1-f65.google.com with SMTP id z6so4318394wmi.0 for ; Wed, 24 Apr 2019 03:52:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=BImH0z4Z5kwVsSg6um8MKlY+hNfiANktuTMMelCUBwo=; b=n50M5xJLhaDfF9ZdXMroyiup+DpsJLgF4nvf4nXl3Ne2Jx2pnSvki+20e3Wm1+Ncsw 3aClYu1JVRS8RGSji1Oz7FecXWWfbxnot4DcMyRAVxHC6lOp2OTTY3uWxfeDlUvWIlNs EVk4kz1lEVT9QU4LUKPVQ9C8x78enrJuLBzsHpx1ODr8f3wD8prI42UzRqJDnY7/rHtw RYYoDnIBWBvfmFd6SVuB53Q6w1RucEwWTIEFU+AZEy0YtXm31fasxRKxiKNZt+Lv553q KAjoovdtsx31WJNVWN3KvLlAjEXETNTZUwFQv3x+Sp9E1sknxawzQMiHmTAL96+3tbZi v/Jg== X-Gm-Message-State: APjAAAVCZMNcSZF4yRKO9HNwnh7fSDPW0ybnDYUt5FhxH+lGKh3OaYU6 02WZSOgCExjUIU9ttfsHVek= X-Google-Smtp-Source: APXvYqw4sPl5Arqeli5rASRHMz4l3biJ7wLKm17l9dsOV8qJiKq/dhk9OK5+sGdXwzBGxfvG/S4CZg== X-Received: by 2002:a1c:a010:: with SMTP id j16mr6352151wme.40.1556103172506; Wed, 24 Apr 2019 03:52:52 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id q7sm4848723wmc.11.2019.04.24.03.52.51 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 24 Apr 2019 03:52:51 -0700 (PDT) Message-ID: From: Luca Boccassi To: Bruce Richardson , pablo.de.lara.guarch@intel.com, dev@dpdk.org Date: Wed, 24 Apr 2019 11:52:51 +0100 In-Reply-To: <20190423154357.29877-1-bruce.richardson@intel.com> References: <20190423154357.29877-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/3] improve IPsec_MB dependency checks X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190424105251.iG4I01sSQFMo6USRRyNSvQsWYR9X9L9wbKKbR4oO48Y@z> On Tue, 2019-04-23 at 16:43 +0100, Bruce Richardson wrote: > For both meson and make builds, the version checks for IPsec_MB > library > were incomplete. This fixes both and makes the checks consistent. >=20 > Bruce Richardson (3): > crypto/aesni_gcm: add dependency version check > crypto/aesni_mb: cleanup of version check code > crypto/aesni_gcm: add check for build dependency >=20 > drivers/crypto/aesni_gcm/Makefile | 19 ++++++++++++++++--- > drivers/crypto/aesni_gcm/meson.build | 11 +++++++++++ > drivers/crypto/aesni_mb/meson.build | 18 +++++++++--------- > 3 files changed, 36 insertions(+), 12 deletions(-) >=20 Series-acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi