From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 425BBC618 for ; Thu, 23 Jun 2016 23:22:21 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id v199so589003wmv.0 for ; Thu, 23 Jun 2016 14:22:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=tZyIQcx08+N23Pydqlyc8fzB+Udk/8NRgYCVBH4YBq8=; b=yZ/Yhlf7XvPDzK3he/YsTMMUULt69OiTbSa4NoXmcvJth9t3xDqEbLuWRak2SFfaYd isqvgZUpGqeNuif/kDs/2Wtz5Dme3d1gfpzdt1ySWIfr9ysaV2m5hRFCchiO5fqXJhVn eioSM/Nb+gGE/PzvQr2OS6/PKcoQaMMv7VaMdsNfgNntzBd9CdlxsGw3FmJx8J5PZwQC Kkn5wj24bZ/dHyjALQ6xnqs21zd32z2qPXUbmwDLDVQ9TD5phXQ60XKrrc0gRFSNycQb 8vjqSTHpxQ5ZMxWS2ZeZ+fJLobvuJdSOgyCVXLkDCGQm4VlMsEZwoq+TBcRR+R7DecTO 0DiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=tZyIQcx08+N23Pydqlyc8fzB+Udk/8NRgYCVBH4YBq8=; b=fZepN5KYlI2wnRqW723vOHXAfGjtc1wjuS+F3srSoFvuf3oPQFfOSLR4vksdHnbof1 MlbVjQOyTQVeZFIUGlQMVJI0Pb8NbmcCG1NiVpBx4X6FXnSh08sWsa1jNouOtInHAkt1 TkflHcbyXqcTDjm8qEgIBG+G263Ruile+FQbJly8ztmZrshpNL2BK7lT3pJo47vn9rEs TIYOo8+Tlzm9O7OEMQHxgJHcAWVdLaXPArONfTOSI9U7MYQdL+js/byXeu7m9xDq+Q+a OWhRwZS5SPbQUiXiKeMhWiHm30Vx8dWYAzGmWm6Cd7Ob5v/pVSZJ7pnJTWgqBWYGwNtM 5n3w== X-Gm-Message-State: ALyK8tL2/1wUiYz/mw64vc2ZPeZjY+D0lO/e51AuiNwlvtr7DqGUH1UDS3LZq1tXA6NBjepy X-Received: by 10.28.166.23 with SMTP id p23mr2665604wme.58.1466716941029; Thu, 23 Jun 2016 14:22:21 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id b77sm76554wme.0.2016.06.23.14.22.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jun 2016 14:22:19 -0700 (PDT) From: Thomas Monjalon To: David Hunt Cc: dev@dpdk.org, olivier.matz@6wind.com, viktorin@rehivetech.com, jerin.jacob@caviumnetworks.com, shreyansh.jain@nxp.com Date: Thu, 23 Jun 2016 23:22:19 +0200 Message-ID: <10329703.lGYmtLYrMa@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1466587649-28562-1-git-send-email-david.hunt@intel.com> References: <1466337953-111495-1-git-send-email-david.hunt@intel.com> <1466587649-28562-1-git-send-email-david.hunt@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v16 0/3] mempool: add mempool handler feature 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: Thu, 23 Jun 2016 21:22:21 -0000 > David Hunt (2): > mempool: support mempool handler operations > app/test: test mempool handler > mbuf: make default mempool ops configurable at build Applied, thanks for the nice feature I'm sorry David, the revision record is v17 ;)