From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH v2 2/3] mempool: make declaration of handler structs const Date: Tue, 24 May 2016 15:01:39 +0100 Message-ID: <57445EC3.9050508@intel.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Olivier Matz , dev@dpdk.org 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) In-Reply-To: <5742FDDF.3030603@6wind.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 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.