From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E095338EB for ; Tue, 24 May 2016 16:01:41 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 24 May 2016 07:01:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,359,1459839600"; d="scan'208";a="708149628" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.220.31]) ([10.237.220.31]) by FMSMGA003.fm.intel.com with ESMTP; 24 May 2016 07:01:39 -0700 To: Olivier Matz , dev@dpdk.org References: <1462472982-49782-1-git-send-email-david.hunt@intel.com> <1463669335-30378-1-git-send-email-david.hunt@intel.com> <1463669335-30378-3-git-send-email-david.hunt@intel.com> <5742FDDF.3030603@6wind.com> From: "Hunt, David" Message-ID: <57445EC3.9050508@intel.com> Date: Tue, 24 May 2016 15:01:39 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <5742FDDF.3030603@6wind.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 2/3] mempool: make declaration of handler structs const X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2016 14:01:42 -0000 On 5/23/2016 1:55 PM, Olivier Matz wrote: > Hi David, > > On 05/19/2016 04:48 PM, David Hunt wrote: >> For security, any data structure with function pointers should be const > I think this should be merged in the patchset adding the mempool > handler feature. Agreed, I'm working on that now, merging it in with some changes suggested by Jan on the other patch. Thanks, David.