net/qede/base: add LLDP support
[dpdk.git] / drivers / net / qede / base / ecore_mcp.c
index 3df8fce..f370fb6 100644 (file)
@@ -1988,6 +1988,9 @@ enum _ecore_status_t ecore_mcp_handle_events(struct ecore_hwfn *p_hwfn,
                        OSAL_MEMSET(&p_hwfn->p_dcbx_info->set, 0,
                                    sizeof(struct ecore_dcbx_set));
                        break;
+               case MFW_DRV_MSG_LLDP_RECEIVED_TLVS_UPDATED:
+                       ecore_lldp_mib_update_event(p_hwfn, p_ptt);
+                       break;
                case MFW_DRV_MSG_OEM_CFG_UPDATE:
                        ecore_mcp_handle_ufp_event(p_hwfn, p_ptt);
                        break;