Re: [net] i40e: Fix kernel panic on enable/disable LLDP

2016-09-01 Thread David Miller
From: Jeff Kirsher Date: Mon, 29 Aug 2016 17:38:26 -0700 > From: Dave Ertman > > If DCB is configured on the link partner switch with an > unsupported traffic class configuration (e.g. non-contiguous TCs), > the driver is flagging DCB as disabled. But, for future DCB > LLDPDUs, the driver was

[net] i40e: Fix kernel panic on enable/disable LLDP

2016-08-29 Thread Jeff Kirsher
From: Dave Ertman If DCB is configured on the link partner switch with an unsupported traffic class configuration (e.g. non-contiguous TCs), the driver is flagging DCB as disabled. But, for future DCB LLDPDUs, the driver was checking if the interface was DCB capable instead of enabled. This was