From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH 1/4] examples/l3fwd-power: fix non Rx intr supported platform Date: Mon, 15 Jan 2018 18:43:02 +0100 Message-ID: <2759355.CTGHcWH8zP@xps> References: <20171212100826.20550-1-nikhil.agarwal@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, "Hunt, David" , dev@dpdk.org, nikhil.agarwal@nxp.com, hemant.agrawal@nxp.com, Danny Zhou , Cunming Liang To: Nikhil Agarwal Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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