Re: [PATCH net 1/1] qlcnic: Fix tunnel offload for 82xx adapters

2017-06-02 Thread David Miller
From: Manish Chopra Date: Fri, 2 Jun 2017 06:52:54 -0700 > Qlogic's 82xx series adapter doesn't support > tunnel offloads, driver incorrectly assumes that it is > supported and causes firmware hang while running tunnel IO. > > This patch fixes this by not advertising tunnel offloads > for 82xx a

[PATCH net 1/1] qlcnic: Fix tunnel offload for 82xx adapters

2017-06-02 Thread Manish Chopra
Qlogic's 82xx series adapter doesn't support tunnel offloads, driver incorrectly assumes that it is supported and causes firmware hang while running tunnel IO. This patch fixes this by not advertising tunnel offloads for 82xx adapters. Signed-off-by: Manish Chopra --- drivers/net/ethernet/qlogi