Activity log for bug #1954721

Date Who What changed Old value New value Message
2021-12-14 01:06:28 Haw Loeung bug added bug
2021-12-14 01:06:41 Haw Loeung bug added subscriber The Canonical Sysadmins
2021-12-14 01:06:53 Haw Loeung nominated for series Ubuntu Impish
2021-12-14 01:06:53 Haw Loeung bug task added lldpd (Ubuntu Impish)
2021-12-14 01:06:53 Haw Loeung nominated for series Ubuntu Hirsute
2021-12-14 01:06:53 Haw Loeung bug task added lldpd (Ubuntu Hirsute)
2021-12-14 01:06:53 Haw Loeung nominated for series Ubuntu Jammy
2021-12-14 01:06:53 Haw Loeung bug task added lldpd (Ubuntu Jammy)
2021-12-14 01:06:53 Haw Loeung nominated for series Ubuntu Focal
2021-12-14 01:06:53 Haw Loeung bug task added lldpd (Ubuntu Focal)
2021-12-14 01:07:25 Haw Loeung lldpd (Ubuntu Impish): status New Invalid
2021-12-14 01:07:33 Haw Loeung lldpd (Ubuntu Jammy): status New Invalid
2021-12-14 01:07:47 Haw Loeung lldpd (Ubuntu Impish): status Invalid Fix Released
2021-12-14 01:07:50 Haw Loeung lldpd (Ubuntu Jammy): status Invalid Fix Released
2021-12-14 01:09:19 Haw Loeung description Hi, Per the Intel community [1], for Intel X710 controllers, the NIC is meant to handle LLDP directly. Unfortunately, this doesn't play well with lldpd: | hloeung@cumulus:mgmt:~$ net show lldp | grep swp24 | swp24 10G Trunk/L2 37383638-3530-5A43-3238-333330423954 Unknown It is known in upstream lldpd with a fix proposed to work around this by disabling handling of LLDP in the NIC[2]. Can we please backport this to Focal? The suggested workaround is: | for i in $(sudo ls /sys/kernel/debug/i40e); do | echo lldp stop | sudo tee /sys/kernel/debug/i40e/${i}/command | done [1]https://community.intel.com/t5/Ethernet-Products/X710-dropping-LLDP-frames/m-p/348508 [2]https://github.com/lldpd/lldpd/commit/a74fd8ca9c02fc0eb81f7a219b2bb657cac25ca2 Hi, Per the Intel community [1], for Intel X710 controllers, the NIC is meant to handle LLDP directly. Unfortunately, this doesn't play well with lldpd: | hloeung@cumulus:mgmt:~$ net show lldp | grep swp24 | swp24 10G Trunk/L2 37383638-3530-5A43-3238-333330423954 Unknown It is known in upstream lldpd[2] with a fix proposed to work around this by disabling handling of LLDP in the NIC[3]. Can we please backport this to Focal? The suggested workaround is: | for i in $(sudo ls /sys/kernel/debug/i40e); do | echo lldp stop | sudo tee /sys/kernel/debug/i40e/${i}/command | done [1]https://community.intel.com/t5/Ethernet-Products/X710-dropping-LLDP-frames/m-p/348508 [2]https://github.com/lldpd/lldpd/issues/372 [3]https://github.com/lldpd/lldpd/commit/a74fd8ca9c02fc0eb81f7a219b2bb657cac25ca2
2024-07-26 13:54:39 Brian Murray lldpd (Ubuntu Hirsute): status New Won't Fix