From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 29DC8A0C41; Thu, 16 Sep 2021 09:05:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A4D9C4003F; Thu, 16 Sep 2021 09:05:56 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id 0C4974003C for ; Thu, 16 Sep 2021 09:05:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1631775955; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=c5DBZ3mmSmO2wAX2fvzHsBcv4LOXGoqAJXa33BNlu6I=; b=BO1gQe0/cvGMBVOb/Hj9KDO1bntGdKeHR2IAolM/kNTKTyN5LyjCRByQEzBGapANapYxlc NmU1az2ZrkYjVDDtwuBdMqTbiWobAJ+8UVjNPoJ+PL2pOlNFVfBOxCAj9yc4zTuS//RKXz ISE5huVs3F47GQfSEP2DvRjS2k5Xpws= Received: from mail-lf1-f69.google.com (mail-lf1-f69.google.com [209.85.167.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-109-THEbZdbtPyeA36druS9LDA-1; Thu, 16 Sep 2021 03:05:54 -0400 X-MC-Unique: THEbZdbtPyeA36druS9LDA-1 Received: by mail-lf1-f69.google.com with SMTP id m2-20020ac24ac2000000b003f524eae63eso3039458lfp.10 for ; Thu, 16 Sep 2021 00:05:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=c5DBZ3mmSmO2wAX2fvzHsBcv4LOXGoqAJXa33BNlu6I=; b=lwKMHXqeSCz4ArGopUpukKFbzi4FATSNfcpXS41AFBf3QeZbx1DtYOD7G8nZjDtn8n 7iD7fF4KduhSydqBQT1xAaWflRf1KRUdBI7583n22wYZ9AEJtGOqgXg9lGCqIF1GbmIi SopTN4UB1Y2/0fl8j0F8hST16nr9RvE8BNK+o1MwU+4dho8lDKSNLDUl4d+mzOitbUO/ ABcMZuG1BOB2q1gSMKf47mNYuCYqKGb1O+kT1IM6IOVvahvrvnfqhFLMDxApnK5QK5Xa eYc0WH+himXZ1kZs1AI3trOdU9x2cuDb+Vee1P2TGI8B5vBEbLgKhWcSnuG7qAf0s22i 4sQg== X-Gm-Message-State: AOAM532sBREXO09/9uAeAUoQIsSkSI5Z5ChYh+r5rjI7AXONepX4UFPp CEWxEsm3yBZhw4F47kMzvCLjfhQyrV15bsBabP1EePYcUXTXIv64rvorniR3kFIfCqxKtrh/j18 Z5st7K2YE743vEjMnqPk= X-Received: by 2002:a05:6512:4005:: with SMTP id br5mr2994175lfb.560.1631775952565; Thu, 16 Sep 2021 00:05:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwYRhpRmLh0Hf3j1Z+5t8BGXDKJpFhAQXTt+XHT5wr8GH9c3/DnnN6z5IPWnzxsrQhVT8ZiCn0IxiQxAVmt3z8= X-Received: by 2002:a05:6512:4005:: with SMTP id br5mr2994163lfb.560.1631775952376; Thu, 16 Sep 2021 00:05:52 -0700 (PDT) MIME-Version: 1.0 References: <20210412215339.2439530-1-thomas@monjalon.net> <20210808125139.3573701-1-thomas@monjalon.net> In-Reply-To: <20210808125139.3573701-1-thomas@monjalon.net> From: David Marchand Date: Thu, 16 Sep 2021 09:05:41 +0200 Message-ID: To: Thomas Monjalon , "Yigit, Ferruh" Cc: dev , Bruce Richardson Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 0/5] more build tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" On Sun, Aug 8, 2021 at 2:51 PM Thomas Monjalon wrote: > > While testing more build types, some errors occur. > > v3: fix minsize build with GCC > v2: fix init of var buildtype > > Thomas Monjalon (5): > net/qede: fix minsize build > regex/mlx5: fix minsize build > vdpa/mlx5: fix minsize build > test/crypto: fix minsize build > devtools: test different build types > > app/test/test_cryptodev_blockcipher.c | 2 +- > devtools/test-meson-builds.sh | 19 +++++++++++++------ > drivers/net/qede/qede_rxtx.c | 3 ++- > drivers/regex/mlx5/mlx5_regex_fastpath.c | 3 ++- > drivers/vdpa/mlx5/mlx5_vdpa_mem.c | 4 ++-- > 5 files changed, 20 insertions(+), 11 deletions(-) > Applied first 4 patches. Thanks. -- David Marchand