From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v3 1/3] eal: export keepalive state enumerations Date: Wed, 15 Jun 2016 10:32:49 +0100 Message-ID: <576120C1.30905@intel.com> References: <1465982245-1162-1-git-send-email-remy.horton@intel.com> <1465982245-1162-2-git-send-email-remy.horton@intel.com> <54322711.BUndy8Ap0U@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A1DF5C45E for ; Wed, 15 Jun 2016 11:32:55 +0200 (CEST) In-Reply-To: <54322711.BUndy8Ap0U@xps13> 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 15/06/2016 10:27, Thomas Monjalon wrote: [..] > I'm concerned about the namespace here. > RTE_UNUSED and others have a chance to not be unique enough. > Is it possible to have a longer prefix like RTE_KA_ or RTE_STATE_ > or RTE_KA_STATE_? > Good point - I'll go with RTE_KA_STATE_ as it is most descriptive. ..Remy