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 79042A0C47; Tue, 12 Oct 2021 12:10:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 61F964111F; Tue, 12 Oct 2021 12:10:26 +0200 (CEST) Received: from mail-108-mta78.mxroute.com (mail-108-mta78.mxroute.com [136.175.108.78]) by mails.dpdk.org (Postfix) with ESMTP id 2C4DA4111E for ; Tue, 12 Oct 2021 12:10:25 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta78.mxroute.com (ZoneMTA) with ESMTPSA id 17c73fb53420000b55.002 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Tue, 12 Oct 2021 10:10:23 +0000 X-Zone-Loop: 808f1cc3de6f5ec3cec2cdae10b2a8575ec1900e75b9 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=IPlzhmVbYjfYdu4cqBuFRefcLfg0iBkLEvYqMdtaYTE=; b=i65KqMXCLBGi8uas4Cwn7hznFf inpXgB2ltmpAAxWBvvci+W23XZoTGFVyVotU5l1JOYA3YPHHpMevV7GF55Yy4r5Cta7WYXI/a8mVB yyzRHB1fn+5HEnUB5cQsz/VN5Z+mESnO0GEys/irhM9Zv6sfRCz8Xdvf+PdlhGCUjKdrC3mdazpEM 2PV5YlOTLCHkas/uspLSpHyB8SpNnGeuULTX2RLyywOINOt3k3ydRp0I0DuLP/ddKuXA8O70CC8VI Ov4EXwzm2LFNNpSy8w0G17XkKLa+j4kKLmoushwck2u8X5PRn+ew0qVcDShBvU+Rwh9S0sR/GMn/V eaxyb55g==; To: David Marchand , dev@dpdk.org Cc: dkozlyuk@oss.nvidia.com, thomas@monjalon.net, Olivier Matz , Andrew Rybchenko References: <20211012072848.17741-1-david.marchand@redhat.com> From: "Kinsella, Ray" Message-ID: <76a4acea-f998-f007-a8d9-9d61fe91cdbd@ashroe.eu> Date: Tue, 12 Oct 2021 11:10:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20211012072848.17741-1-david.marchand@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu X-Zone-Spam-Resolution: no action X-Zone-Spam-Status: No, score=-0.1, required=15, tests=[ARC_NA=0, FROM_HAS_DN=0, TO_DN_SOME=0, MIME_GOOD=-0.1, FROM_EQ_ENVFROM=0, MIME_TRACE=0, RCVD_COUNT_ZERO=0, RCPT_COUNT_FIVE=0, MID_RHS_MATCH_FROM=0, NEURAL_SPAM=0] Subject: Re: [dpdk-dev] [PATCH] mempool: enforce valid flags at creation 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 12/10/2021 08:28, David Marchand wrote: > If we do not enforce valid flags are passed by an application, this > application might face issues in the future when we add more flags. > > Signed-off-by: David Marchand > --- Acked-by: Ray Kinsella