diff --git a/osi/core/Makefile.tmk b/osi/core/Makefile.tmk index 521160a..00ba1cb 100644 --- a/osi/core/Makefile.tmk +++ b/osi/core/Makefile.tmk @@ -47,9 +47,9 @@ NV_COMPONENT_SOURCES := \ $(NV_SOURCE)/nvethernetrm/osi/common/mgbe_common.c \ $(NV_SOURCE)/nvethernetrm/osi/core/macsec.c -#NV_COMPONENT_CFLAGS += -DMACSEC_SUPPORT +NV_COMPONENT_CFLAGS += -DMACSEC_SUPPORT +NV_COMPONENT_CFLAGS += -DDEBUG_MACSEC #NV_COMPONENT_CFLAGS += -DMACSEC_KEY_PROGRAM -#NV_COMPONENT_CFLAGS += -DDEBUG_MACSEC ifeq ($(NV_BUILD_CONFIGURATION_OS_IS_LINUX),1) NV_COMPONENT_CFLAGS += -DLINUX_OS diff --git a/osi/core/libnvethernetrm.export b/osi/core/libnvethernetrm.export index d27755a..28df803 100644 --- a/osi/core/libnvethernetrm.export +++ b/osi/core/libnvethernetrm.export @@ -30,20 +30,20 @@ osi_hw_core_init osi_hw_core_deinit osi_get_core osi_handle_ioctl -#Below need to be enabled when MACSEC is enabled -#osi_macsec_en -#osi_macsec_deinit -#osi_macsec_ns_isr -#osi_macsec_s_isr -#osi_macsec_init -#osi_macsec_cipher_config -#osi_macsec_config -#osi_init_macsec_ops -#osi_macsec_config_lut -#osi_macsec_loopback -#osi_macsec_read_mmc -#osi_macsec_config_dbg_buf -#osi_macsec_dbg_events_config -#osi_macsec_config_kt -#osi_macsec_get_sc_lut_key_index -#osi_macsec_update_mtu +osi_macsec_en +osi_macsec_deinit +osi_macsec_ns_isr +osi_macsec_s_isr +osi_macsec_init +osi_macsec_cipher_config +osi_macsec_config +osi_init_macsec_ops +osi_macsec_loopback +osi_macsec_read_mmc +osi_macsec_dbg_events_config +osi_macsec_config_dbg_buf +osi_macsec_config_lut +osi_macsec_get_sc_lut_key_index +osi_macsec_update_mtu +# Enable below if MACSEC_KEY_PROGRAM is enabled +#osi_macsec_kt_config