net/bnx2x: fix FW command timeout during stop
authorRasesh Mody <rasesh.mody@cavium.com>
Wed, 1 Aug 2018 18:19:20 +0000 (11:19 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 2 Aug 2018 20:06:34 +0000 (22:06 +0200)
commit4a4607bb9cadcc49a062a46588dbdcc873dfe27a
tree53bb742ed4b4b5529830dd18f44f699a863c671a
parent7e3060a3704e21ab63e9f1b4338be2fed9a345d1
net/bnx2x: fix FW command timeout during stop

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 <rasesh.mody@cavium.com>
drivers/net/bnx2x/bnx2x.c