From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v2 2/3] mempool: make declaration of handler structs const Date: Mon, 23 May 2016 14:55:59 +0200 Message-ID: <5742FDDF.3030603@6wind.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> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: David Hunt , 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 AD00D5A64 for ; Mon, 23 May 2016 14:56:05 +0200 (CEST) In-Reply-To: <1463669335-30378-3-git-send-email-david.hunt@intel.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" Hi David, On 05/19/2016 04:48 PM, David Hunt wrote: > For security, any data structure with function pointers should be const > > Signed-off-by: David Hunt I think this should be merged in the patchset adding the mempool handler feature.