From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id E93DF7CFD for ; Fri, 22 Sep 2017 00:09:37 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7D72E20D43; Thu, 21 Sep 2017 18:09:37 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Thu, 21 Sep 2017 18:09:37 -0400 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:x-sasl-enc; s=mesmtp; bh=R39lUEHByjqHRot xy3brChVrW5ReejbOm5QtxIaEsHU=; b=rmWXpSW/a+dmAZGUXX9ezAyNz96SJMR ZW9e8iAjSuuDaXciERUg4yoE9RxU3vsHHduhJLrAo/vW0P9u+ij4TRlVSBpMEQdU ltKQ2qBoCuTIn1QpytfyhOkBOXywW7j54UyU/gukD/AsJrTXLJwWZPn5PXbNmz+7 G4QBAyX2qhCA= 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:x-sasl-enc; s= fm1; bh=R39lUEHByjqHRotxy3brChVrW5ReejbOm5QtxIaEsHU=; b=gn6RWrdw EQh+tf5WckDyrZRZihIsgDoRLNFCnpwY6zrxHoBvdHUNnVG2SIS8TMDWH9q7T6lM qbRrsM9az306dro8vRXuQIgjHQxUicmPqBrUj3tQZDCghV2jX37XTCwZ0pvDeksb TQmcy2hikM0OE/Ea2JXtWdclUed8xZRVInemC9j3K/lb9lcjFJPDlrJh30Pg6mBX LAbWVwBG/oValSxcrBWGYczVMDGK2OUPnwaG9npTXaP5SACYRD0NBO0l54ba66+w UzgcCIvXoUIMnj189vLhRkgcwtjYdai6+chclFITH95fHHyan40ETSHu3d897cHv HDlw1UG/7p/hBA== X-ME-Sender: X-Sasl-enc: 4t0fW1GMlD7+PxL+3nTb9zFGFQYjQ3nkTbNfTOZRGfX5 1506031777 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 314E22444E; Thu, 21 Sep 2017 18:09:37 -0400 (EDT) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, ferruh.yigit@intel.com, hemant.agrawal@nxp.com Date: Fri, 22 Sep 2017 00:09:36 +0200 Message-ID: <1872003.PcY1tFoA2Y@xps> In-Reply-To: <20170909112132.13936-1-shreyansh.jain@nxp.com> References: <20170823141213.25476-1-shreyansh.jain@nxp.com> <20170909112132.13936-1-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 00/41] Introduce NXP DPAA Bus, Mempool and PMD 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: Thu, 21 Sep 2017 22:09:38 -0000 09/09/2017 13:20, Shreyansh Jain: > v4: > - Some checkpatch fixes which were reported by checkpatch@dpdk > - adding support for extended stats (patch 41) Sorry, I did some comments on v3 instead of v4. But I think they apply anyway.