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 0828DA0C4E; Fri, 15 Oct 2021 14:26:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8A2B411CB; Fri, 15 Oct 2021 14:26:07 +0200 (CEST) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mails.dpdk.org (Postfix) with ESMTP id 58E90410F1 for ; Fri, 15 Oct 2021 14:26:06 +0200 (CEST) Received: by mail-wr1-f46.google.com with SMTP id r10so26111011wra.12 for ; Fri, 15 Oct 2021 05:26:06 -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; bh=ZQsJye/VpKMsYqhpBn7la8NUZt0ZiOdz+HEUbVO5nX0=; b=foz37qsJ1uivf/LLYsgsq3Z1UTD804v8CKpFLaybI4ucqJ0NNAZ7KnWORfwWDPSrRB sZP/dq47agyCx5nB/CwM3fa8CDb83lBbELZAqFvL023Rs0LZ7RYqFf5PHD0v137yCEtY a5osPUdvtIZCIT1TdQTVeWrh6IOugviGJzmTM/OknaMQdlkZyfBymuv2Tm0PGvn2OR4R fP/RXhYi5vntBzDkGiTUdjBPbw5jcSCC22ZlRSag3GXllvGPaFjAvOHTU+Tpx6MbHcND heQnUHL0A/sQ2zG+6J7XYa5Uq61f91EKdXk8Dth58aK3GtgKa/laBkOOrop77eo4cpla xjPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ZQsJye/VpKMsYqhpBn7la8NUZt0ZiOdz+HEUbVO5nX0=; b=XRxhz8ealw8kzmqeCRiApg+D4mmcSkF+4u7n1HYFXUctNV9riLljhaCQgaItsdb8ht CRhtL2d4hyy147Y+R8IecN9i8Kor35/9x6q1SoXdarNFgEX/nqbrY/CH05LwVa6uCuWf SRVZrA4GQMEE8+VjPO4qpj6Glk/NL1bH8PELQpU8asJfMarELS1U8b3SiGQL5Bt7Dm+7 CatdxGKWBPJJ98S1Qqn31h5/7tRvf9vpel6DunWSHM0zDR6T7UN+/UuOqsHg8S6jZEnd Xds7dqfcKouGp40HeuFnQJG9YX3n8c7a+4aq3vfnHSXIcc8VlB4h9+A2ZycQ1xU7XzRB VZ0g== X-Gm-Message-State: AOAM533PHelbKq0/qL3VCQNxzyzflF3t7gyZpyXNOLRbRSV2y8LP3JhX pblqJfrx54nFD4a0+qx2AZEfzA== X-Google-Smtp-Source: ABdhPJxpEm7e60ws1VgiEynh0+1NmNFnVX+aM0JCp+p3aWvrh8DlrmLR2QvtiOiCRNMH8+VocVYckg== X-Received: by 2002:adf:8bcf:: with SMTP id w15mr14195527wra.144.1634300766138; Fri, 15 Oct 2021 05:26:06 -0700 (PDT) Received: from 6wind.com ([2a01:e0a:5ac:6460:c065:401d:87eb:9b25]) by smtp.gmail.com with ESMTPSA id j15sm4843753wrr.8.2021.10.15.05.26.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Oct 2021 05:26:05 -0700 (PDT) Date: Fri, 15 Oct 2021 14:26:05 +0200 From: Olivier Matz To: David Marchand Cc: dev@dpdk.org, stable@dpdk.org, Bruce Richardson , Santosh Shukla , Hemant Agrawal Message-ID: References: <20211015083940.14994-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211015083940.14994-1-david.marchand@redhat.com> Subject: Re: [dpdk-dev] [PATCH] doc: fix default mempool option 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 Fri, Oct 15, 2021 at 10:39:41AM +0200, David Marchand wrote: > This option should be prefixed with -- for consistency with others. > > Fixes: a103a97e7191 ("eal: allow user to override default mempool driver") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand Reviewed-by: Olivier Matz