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 21F41A0A02; Tue, 27 Apr 2021 15:55:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0DE6441253; Tue, 27 Apr 2021 15:55:07 +0200 (CEST) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by mails.dpdk.org (Postfix) with ESMTP id 91C184124D for ; Tue, 27 Apr 2021 15:55:05 +0200 (CEST) Received: by mail-wr1-f45.google.com with SMTP id h4so50527712wrt.12 for ; Tue, 27 Apr 2021 06:55:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=/H5gzXPDBK8/j0ZjOBNCy39W8V4roBgYyTZMWnGgJYM=; b=OAsdejVXAoNOnhF204ZnpkI9mB4RSLOBU40gkYpixSJ3by81IxpdoxoSlU11D76T23 nqvnDpukXVeYg9PN0FZb9f8SRLqI+h+MyrutU9/v2vLxOHOFbIXFaGzFv0bYBxk5pDay Aa8lN1Et9W3TqaCmNcJxk3g5DlhqoaW+JWW4eXHVbMJMIrP4elT+1ay886wCtSN9Owkt UWAWdHYiT5gRxv+qgHsbCvRNd+ipyOKi/qB5SeXZ4CDbBNlvN7GJP+dKksqvy9YcjGkB fk29IxFwLiQ/PsDFqkT1IL8WcEAwGVKLehWtd69aAGRD91NpqK6FtpOFw+7zu0OKxlGX wmpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=/H5gzXPDBK8/j0ZjOBNCy39W8V4roBgYyTZMWnGgJYM=; b=ZrAykMFXUibzl9jx8Uq1xGJbRCoPY4YoJSlUobxdAk42h9G3rcY4O6deHQysWL6vt6 xNQBQbNTUiIa2gyQIBJs72rWj3GLNKr2Z1H9enS4mRWuUj8C8L3169SxBayAn6Ztyi1/ 8IDjt7Tnt8/RwRIv/cLnFYeuNznTF70Rjq4OnUgW80JSbtBEhHsZLMi9wgJ/IlHeUEXD fBSnjC4pkVGfeRR+Va/f6Qtrjms7gRsj/o4qb/Z42KGKwN7CmVg3/jaUwTJVqUQ1J9WY nZIkI2jdWOVquMt1AiQYjG/D06RSh8OSiF4fcWMxZjlpd0PRyBtXlnQLGQOSWgpgNh5T ZiSg== X-Gm-Message-State: AOAM530uEbo3blpUfZVpWdaLWWMD2fSmB+09kKev5mlRI9dt8hA2KYmO PesPKRAcBigRY2LzxqrpLqmcIg== X-Google-Smtp-Source: ABdhPJxGS3KMmDgoTRWvba8KpeyQB7t8ZNJioiLmbM93Mkqsb6d0nVycMv3Tu0XUCQZ3yv/ouPECBQ== X-Received: by 2002:adf:d22c:: with SMTP id k12mr22660763wrh.25.1619531705370; Tue, 27 Apr 2021 06:55:05 -0700 (PDT) Received: from 6wind.com ([2a01:e0a:5ac:6460:c065:401d:87eb:9b25]) by smtp.gmail.com with ESMTPSA id l21sm3283129wme.10.2021.04.27.06.55.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Apr 2021 06:55:05 -0700 (PDT) Date: Tue, 27 Apr 2021 15:55:04 +0200 From: Olivier Matz To: Stanislaw Kardach Cc: dev@dpdk.org, stable@dpdk.org Message-ID: <20210427135504.GO1726@platinum> References: <20210412082901.652736-1-kda@semihalf.com> <20210412082901.652736-4-kda@semihalf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210412082901.652736-4-kda@semihalf.com> User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [dpdk-dev] [PATCH 3/3] test: run lock-free stack tests when supported 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 Mon, Apr 12, 2021 at 10:29:01AM +0200, Stanislaw Kardach wrote: > Use the recently added RTE_STACK_LF_SUPPORTED flag to disable the > lock-free stack tests at the compile time. > Perf test doesn't fail because rte_ring_create() succeeds, however > marking this test as skipped gives a better indication of what actually > was tested. > > Signed-off-by: Stanislaw Kardach > Cc: stable@dpdk.org Acked-by: Olivier Matz