From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 714B41B262 for ; Sun, 12 Nov 2017 07:58:53 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2315620B90; Sun, 12 Nov 2017 01:58:53 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 12 Nov 2017 01:58:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=y74RCwvOzdFQIhgJUXHASNlSZp hhOdN+oieQInnZAwI=; b=C6hThJCwL64Er9ZdeRldmWoYyN/Du97LhUTa2hSWms DbQQtFtF0BodoZwbnSLS6lJlb1ZUUyNcG8uiOAVhSJgLdDGF2So8THgtYh/cq/Nt cA2pkkgF4s67jpciPTrbZf/larPnVZ5GmPUwF01zxqvBQBBSKApPzTln84PbVpuv 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=y74RCw vOzdFQIhgJUXHASNlSZphhOdN+oieQInnZAwI=; b=B8+nvkZ6zLpmFcTnCRhur+ o/dRW8ofmSRuA0c0/21d/4YOzCPydiC5wZcTWyGxUPKnWvplDjtV59u2QriedXMw G4O4A3ti88ZyxwtnQ7sFnA+zOQQSJPtvQMMcPRrXoLw76cdrbApEDfXoa/IPVaaU MTAFBGKxfeaEnHW+vWi2JqEnIM3P7Ny2tgg8DH9fk6aEey6aAyzjofaicWfB0zoj LD4KOl+hAnN+MgXoP9BMocC7+3+H7kf9uU6AcCRwkQ7b2av82QAJ3C9kleibj4S5 7IN4Y3xqKl3po6HoFd6I+6We6jjZZd0rrzbDyHUykABpRbV0ESbc6kwh56KjLxQQ == X-ME-Sender: Received: from xps.localnet (unknown [12.232.154.2]) by mail.messagingengine.com (Postfix) with ESMTPA id DA550243F9; Sun, 12 Nov 2017 01:58:52 -0500 (EST) From: Thomas Monjalon To: Santosh Shukla Cc: dev@dpdk.org, john.mcnamara@intel.com, jerin.jacob@caviumnetworks.com Date: Sun, 12 Nov 2017 04:52:58 +0100 Message-ID: <1690322.WbhxT4Xs0b@xps> In-Reply-To: <1510037974-1511-1-git-send-email-santosh.shukla@caviumnetworks.com> References: <20171020152124.14746-1-santosh.shukla@caviumnetworks.com> <1510037974-1511-1-git-send-email-santosh.shukla@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 0/3] Doc misc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 06:58:53 -0000 > Santosh Shukla (3): > doc: add platform guide > doc: add mempool and octeontx mempool device > doc: use correct mempool ops handle name Applied, thanks