From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id E9CDCA05D3 for ; Mon, 22 Apr 2019 22:38:04 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9D2581B445; Mon, 22 Apr 2019 22:38:04 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 9D3BB1B441 for ; Mon, 22 Apr 2019 22:38:02 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1D0C021FC2; Mon, 22 Apr 2019 16:38:02 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 22 Apr 2019 16:38:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=UFlufW2fIlfyU/iOZP9dno4WCnCCS3nNiuLLpHzGJgY=; b=TP62iVvHfGVt IC9Vqr/2VZC95Ut/mHzewrjiUrC1k5CDvAj/oP7fy3yhMxTUmYsVXFjibVbBrfBs ohDVJ4Tr+CE3/YlaJtSybV0xRF9xRDw0y6lXjY5N2zIX08wpfhNBQzpTjMUYIHXx uLKIHhTUzu9d+o/X57gwd73JSfB2UP0= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=UFlufW2fIlfyU/iOZP9dno4WCnCCS3nNiuLLpHzGJ gY=; b=6pqUl+3pr22cZp4FmHp7t7QN9ECSLLuYi2hvrMEjT5X/JXYWCHleZb2JD its4On0vzT94Kfht0hvSamVgyG8+ywM5rlrod8a6ufDcafg6EU/gusgiyfXxfl6a QuOMhxDZfmf/R6CyqNwl6zO/N10ha4TRfGiZJZeXfjaoQZFksHHpaHn9CWK6FTjJ aXJuBNpuZYehIJBW61Mn+/+3qLP1D2bp1iopDWVg2doFx9MDdxBXfer8j5pgGsPw GaKPzo2yG9tcfE6IdUYkhHJd96WfoBe2Ob5dD0fIHLEW0EO0t7Ue8qwoj8W4X4BN ndct5ycjiWL9aIlAZEOFxk4ylGZFg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrgeeigddugeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeekfedrudduhedrudehhedrudefkeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedv X-ME-Proxy: Received: from xps.localnet (acaen-257-1-30-138.w83-115.abo.wanadoo.fr [83.115.155.138]) by mail.messagingengine.com (Postfix) with ESMTPA id 240CE10316; Mon, 22 Apr 2019 16:37:59 -0400 (EDT) From: Thomas Monjalon To: Lukasz Gosiewski Cc: dev@dpdk.org, david.hunt@intel.com, lukaszx.krakowiak@intel.com Date: Mon, 22 Apr 2019 22:37:57 +0200 Message-ID: <21941821.xYnxfOYAnI@xps> In-Reply-To: <20190412135431.3308-1-lukaszx.gosiewski@intel.com> References: <20190408104518.21960-1-lukaszx.krakowiak@intel.com> <20190412135431.3308-1-lukaszx.gosiewski@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 0/2] power: add fifo per core for JSON interface 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190422203757.pp5tOEO_Qq1pLiCmS5pc2Hd2Hda5LgJwx6m43zN31RQ@z> 12/04/2019 15:54, Lukasz Gosiewski: > This patch implement a separate FIFO for each cpu core. > Dependency to commit: 5c7c96571b7b7051ecc286f36be0b3d95b49995e > (power: update for handling fifo path string). > > Lukasz Krakowiak (2): > power: add fifo per core for JSON interface > doc: update according to the fifo per core impl Deferred to 19.08 because of a lack of review.