@@ -668,7 +668,7 @@ sai_status_t VendorSai::bulkCreate(
668
668
669
669
if (!ptr)
670
670
{
671
- SWSS_LOG_ERROR (" create bulk not supported from SAI, object_type = %s" , sai_serialize_object_type (object_type).c_str ());
671
+ SWSS_LOG_INFO (" create bulk not supported from SAI, object_type = %s" , sai_serialize_object_type (object_type).c_str ());
672
672
return SAI_STATUS_NOT_SUPPORTED;
673
673
}
674
674
@@ -727,7 +727,7 @@ sai_status_t VendorSai::bulkRemove(
727
727
728
728
if (!ptr)
729
729
{
730
- SWSS_LOG_ERROR (" remove bulk not supported from SAI, object_type = %s" , sai_serialize_object_type (object_type).c_str ());
730
+ SWSS_LOG_INFO (" remove bulk not supported from SAI, object_type = %s" , sai_serialize_object_type (object_type).c_str ());
731
731
return SAI_STATUS_NOT_SUPPORTED;
732
732
}
733
733
@@ -767,7 +767,7 @@ sai_status_t VendorSai::bulkCreate(
767
767
768
768
if (!m_apis.route_api ->create_route_entries )
769
769
{
770
- SWSS_LOG_ERROR (" create_route_entries is not supported" );
770
+ SWSS_LOG_INFO (" create_route_entries is not supported" );
771
771
return SAI_STATUS_NOT_SUPPORTED;
772
772
}
773
773
@@ -794,7 +794,7 @@ sai_status_t VendorSai::bulkCreate(
794
794
795
795
if (!m_apis.fdb_api ->create_fdb_entries )
796
796
{
797
- SWSS_LOG_ERROR (" create_fdb_entries is not supported" );
797
+ SWSS_LOG_INFO (" create_fdb_entries is not supported" );
798
798
return SAI_STATUS_NOT_SUPPORTED;
799
799
}
800
800
@@ -821,7 +821,7 @@ sai_status_t VendorSai::bulkCreate(
821
821
822
822
if (!m_apis.nat_api ->create_nat_entries )
823
823
{
824
- SWSS_LOG_ERROR (" create_nat_entries is not supported" );
824
+ SWSS_LOG_INFO (" create_nat_entries is not supported" );
825
825
return SAI_STATUS_NOT_SUPPORTED;
826
826
}
827
827
@@ -848,7 +848,7 @@ sai_status_t VendorSai::bulkRemove(
848
848
849
849
if (!m_apis.route_api ->remove_route_entries )
850
850
{
851
- SWSS_LOG_ERROR (" remove_route_entries is not supported" );
851
+ SWSS_LOG_INFO (" remove_route_entries is not supported" );
852
852
return SAI_STATUS_NOT_SUPPORTED;
853
853
}
854
854
@@ -872,7 +872,7 @@ sai_status_t VendorSai::bulkRemove(
872
872
873
873
if (!m_apis.fdb_api ->remove_fdb_entries )
874
874
{
875
- SWSS_LOG_ERROR (" remove_fdb_entries is not supported" );
875
+ SWSS_LOG_INFO (" remove_fdb_entries is not supported" );
876
876
return SAI_STATUS_NOT_SUPPORTED;
877
877
}
878
878
@@ -895,7 +895,7 @@ sai_status_t VendorSai::bulkRemove(
895
895
896
896
if (!m_apis.nat_api ->remove_nat_entries )
897
897
{
898
- SWSS_LOG_ERROR (" remove_nat_entries is not supported" );
898
+ SWSS_LOG_INFO (" remove_nat_entries is not supported" );
899
899
return SAI_STATUS_NOT_SUPPORTED;
900
900
}
901
901
@@ -921,7 +921,7 @@ sai_status_t VendorSai::bulkSet(
921
921
922
922
if (!m_apis.route_api ->set_route_entries_attribute )
923
923
{
924
- SWSS_LOG_ERROR (" set_route_entries_attribute is not supported" );
924
+ SWSS_LOG_INFO (" set_route_entries_attribute is not supported" );
925
925
return SAI_STATUS_NOT_SUPPORTED;
926
926
}
927
927
@@ -946,7 +946,7 @@ sai_status_t VendorSai::bulkSet(
946
946
947
947
if (!m_apis.fdb_api ->set_fdb_entries_attribute )
948
948
{
949
- SWSS_LOG_ERROR (" set_fdb_entries_attribute is not supported" );
949
+ SWSS_LOG_INFO (" set_fdb_entries_attribute is not supported" );
950
950
return SAI_STATUS_NOT_SUPPORTED;
951
951
}
952
952
@@ -971,7 +971,7 @@ sai_status_t VendorSai::bulkSet(
971
971
972
972
if (!m_apis.nat_api ->set_nat_entries_attribute )
973
973
{
974
- SWSS_LOG_ERROR (" set_nat_entries_attribute is not supported" );
974
+ SWSS_LOG_INFO (" set_nat_entries_attribute is not supported" );
975
975
return SAI_STATUS_NOT_SUPPORTED;
976
976
}
977
977
0 commit comments