]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: Remove LLDP frame filters
authorArkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Fri, 16 Apr 2021 21:43:57 +0000 (23:43 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Fri, 7 May 2021 16:35:49 +0000 (09:35 -0700)
commitec6cbf31871a3c4254839120e2b2eb9473a91450
treeae699ae42b79817ca6ac557bc9c88fa03f31f1dc
parentd8fc3e06449f8a5949552dc629e99ef9c829a8c3
i40e: Remove LLDP frame filters

Remove filters from being setup in case of software DCB and allow the
LLDP frames to be properly transmitted to the wire.

It is not possible to transmit the LLDP frame out of the port, if they
are filtered by control VSI. This prohibits software LLDP agent
properly communicate its DCB capabilities to the neighbors.

Fixes: 2caf0b976e33 ("i40e: Add init and default config of software based DCB")
Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Tested-by: Imam Hassan Reza Biswas <imam.hassan.reza.biswas@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
drivers/net/ethernet/intel/i40e/i40e_main.c