From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/bnx2x: fix FW cmd timeout duting device stop Date: Thu, 02 Aug 2018 22:04:37 +0200 Message-ID: <1948766.BvSm5WrXA4@xps> References: <1533147560-10897-1-git-send-email-rasesh.mody@cavium.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com, Dept-EngDPDKDev@cavium.com, stable@dpdk.org To: Rasesh Mody Return-path: In-Reply-To: <1533147560-10897-1-git-send-email-rasesh.mody@cavium.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/08/2018 20:19, Rasesh Mody: > This patch fixes firmware command timeout error seen during device stop > while stopping queues. It patially reverts an earlier preventive change > commit 91b7e432bcef ("net/bnx2x: disable fast path interrupts") to now > enable fast path interrupts. > > The original issue of performance degradation is not observed anymore, > with or without the fix. > > Fixes: 91b7e432bcef ("net/bnx2x: disable fast path interrupts") > Cc: stable@dpdk.org > > Signed-off-by: Rasesh Mody Applied, thanks