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 E05B83772; Mon, 15 Jan 2018 18:43:34 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 28B9020930; Mon, 15 Jan 2018 12:43:34 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 15 Jan 2018 12:43:34 -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=OAo1iLKk8kVjsfs7ILc0owKPEB 8WVXxGAvlEXaFeFIU=; b=AnblRKXpL6jbY4KUyJ1RybxChf9khojoTj67mD/HW0 RQino+dirSPnfpNtVw+1u0u7JmMNKa6mxC7OQR3EvqV7uoQ77dVz7zUIeOnd6kRu Hm0Mpg998vwXQm8xRD7uhExtr+Ymv7v4qY97Z1QyvIu9lMFDA8ul1hGFfwyahvhw g= 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=OAo1iL Kk8kVjsfs7ILc0owKPEB8WVXxGAvlEXaFeFIU=; b=h4FADiq3ljMWHTMXRbRauS HA0nGXqS+duwTYiRbzAuDbvlaEjBJI140n3pH+XsGu84TRV7IF2+n27r0idfu7F9 ciHnEjOq0Vm+TYMbYniXf3Fr3xwFvkFTWA/BN+rhpLSA65nFjl7R2pxHuIcjFqeA zFdZCOXKggsZa/L7bx5BLg6R6N0QYfSse9ukXU/9ZU1OfnIE3p5iCt1iAcPkFj36 yheB91lbmLw1BN2poTpzvNNvcp0hIewx4gOFMJRSuaEAfgvJjwHdypsQ1vS88xPP NM8DnFPUukRHH1q1QlLU2mOZDqQK5u9pBHNC8KUdXevf9yamf6rY9Kpt1R4EOXFg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C165B24771; Mon, 15 Jan 2018 12:43:33 -0500 (EST) From: Thomas Monjalon To: Nikhil Agarwal Cc: stable@dpdk.org, "Hunt, David" , dev@dpdk.org, nikhil.agarwal@nxp.com, hemant.agrawal@nxp.com, Danny Zhou , Cunming Liang Date: Mon, 15 Jan 2018 18:43:02 +0100 Message-ID: <2759355.CTGHcWH8zP@xps> In-Reply-To: References: <20171212100826.20550-1-nikhil.agarwal@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH 1/4] examples/l3fwd-power: fix non Rx intr supported platform 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: Mon, 15 Jan 2018 17:43:35 -0000 13/12/2017 15:21, Hunt, David: > On 12/12/2017 10:08 AM, Nikhil Agarwal wrote: > > This existing code cause the platform to start receiving packet > > immediately irrespective of interrupts available or not. > > If the platform does not support Rx interrupt, it shall not start > > receiving packets immediately. It shall let the timer management work. > > > > Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and polling switch") > > Cc: stable@dpdk.org > > Cc: Danny Zhou > > Cc: Cunming Liang > > > > Signed-off-by: Nikhil Agarwal > > --- > > ---snip--- > > Acked-by: David Hunt Series applied, thanks