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 D0D62A0A02 for ; Tue, 27 Apr 2021 15:55:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F9C04124C; Tue, 27 Apr 2021 15:55:06 +0200 (CEST) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by mails.dpdk.org (Postfix) with ESMTP id 8C4B14014E for ; Tue, 27 Apr 2021 15:55:05 +0200 (CEST) Received: by mail-wr1-f49.google.com with SMTP id e5so30916247wrg.7 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=BoLFe97WXaL+9pMc3VJUUFYKhXIZcswelLL/vjSIn6iu75WTDlyBvWqC7nrTQ6J194 p62F0IklrQkCAYpCvKSzJMUM/u/a2daQW9a54Vn57AHSncNz96IaFeXQBY8pD1z8M03H T+n1j2VVigjUrW5+kiycjJK7q8kZa+B1eckyW73zfdpkFPtbg4OBz9kUscnyd7nUfXGL i19qudf68W0Xalu5U0ttDWAf+kg7Rpjx8hYp7+6ADxi3fxEHs4evliNRLlT25ntVQA8p Uj7CTnJ+UlHD/ggKjcQyS6zSNoFS1XaDc+wK5UXccWkoj32+D57pFwIzLAU40k9h1bhz MSdg== X-Gm-Message-State: AOAM530pvsmNJDrv3n1LyCaAoAJRCwx30TukDom9o28oOmGEHp04mxqr 8fgiDKpYj8DHeK2DSh3Pa38qp6CMIYVxRw== 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-stable] [PATCH 3/3] test: run lock-free stack tests when supported X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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