Re: [net-next 07/15] i40e: Implement an ethtool private flag to stop LLDP in FW

2018-01-27 Thread Or Gerlitz
On Fri, Jan 26, 2018 at 11:24 PM, Jeff Kirsher wrote: > From: Dave Ertman > > Implement the private flag disable-fw-lldp for ethtool > to disable the processing of LLDP packets by the FW. > This will stop the FW from consuming LLDPDU and cause > them to be sent up the stack. > > The FW is also be

[net-next 07/15] i40e: Implement an ethtool private flag to stop LLDP in FW

2018-01-26 Thread Jeff Kirsher
From: Dave Ertman Implement the private flag disable-fw-lldp for ethtool to disable the processing of LLDP packets by the FW. This will stop the FW from consuming LLDPDU and cause them to be sent up the stack. The FW is also being configured to apply a default DCB configuration on link up. Togg