From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v3 2/3] mempool: use bit flags instead of is_mp and is_mc Date: Fri, 17 Jun 2016 12:36:49 +0200 Message-ID: <5763D2C1.7040701@6wind.com> References: <1466074939-29863-1-git-send-email-l@nofutznetworks.com> <1466074939-29863-3-git-send-email-l@nofutznetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Konstantin Ananyev , David Hunt To: Lazaros Koromilas , dev@dpdk.org Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 3EF91CEE9 for ; Fri, 17 Jun 2016 12:36:56 +0200 (CEST) In-Reply-To: <1466074939-29863-3-git-send-email-l@nofutznetworks.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 06/16/2016 01:02 PM, Lazaros Koromilas wrote: > Re: [PATCH v3 2/3] mempool: use bit flags instead of is_mp and is_mc There is a script to check the format of title. The underscores are now forbidden, because it often reference function or variable names, which is not ideal in titles. $ ./scripts/check-git-log.sh Wrong headline format: mempool: use bit flags instead of is_mp and is_mc I suggest something like: mempool: use bit flags to set multi consumers or producers