From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
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: <xms:RuhcWi5Fz534lYDAfdDC1GCdpdoBlQ31jjgRI1S21r2EM9quvw4RkA>
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 <thomas@monjalon.net>
To: Nikhil Agarwal <nikhil.agarwal@linaro.org>
Cc: stable@dpdk.org, "Hunt, David" <david.hunt@intel.com>, dev@dpdk.org,
 nikhil.agarwal@nxp.com, hemant.agrawal@nxp.com,
 Danny Zhou <danny.zhou@intel.com>, Cunming Liang <cunming.liang@intel.com>
Date: Mon, 15 Jan 2018 18:43:02 +0100
Message-ID: <2759355.CTGHcWH8zP@xps>
In-Reply-To: <d3197cb9-d684-69d9-a89e-fcf9ce39610a@intel.com>
References: <20171212100826.20550-1-nikhil.agarwal@linaro.org>
 <d3197cb9-d684-69d9-a89e-fcf9ce39610a@intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <danny.zhou@intel.com>
> > Cc: Cunming Liang <cunming.liang@intel.com>
> >
> > Signed-off-by: Nikhil Agarwal <nikhil.agarwal@linaro.org>
> > ---
> 
> ---snip---
> 
> Acked-by: David Hunt <david.hunt@intel.com>

Series applied, thanks