You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the key ID for MACsec objects are written to flexcounter table consumed by syncd rather than gb_flexcounter table.
This leads to SAI stats call not being called in the correct container and the PHYs in gbsyncd catering to the MACsec are not able to provide the MACsec statistics.
Steps to reproduce the issue:
Configure macsec on an interface on a device running gbsyncd for phy requests.
Describe the results you received:
Jul 13 22:00:19.312125 localhost NOTICE swss#orchagent: :- createMACsecSA: MACsec SA Ethernet4:72101644409419332:2 is created.
Jul 13 22:00:19.312721 localhost ERR syncd#syncd: :- translateVidToRid: unable to get RID for VID oid:0x25c01000000003c
Jul 13 22:00:19.312787 localhost WARNING syncd#syncd: :- processFlexCounterEvent: port VID oid:0x25c01000000003c, was not found (probably port was removed/splitted) and will remove from counters now
Jul 13 22:00:19.312787 localhost WARNING syncd#syncd: :- removeMACsecSA: Trying to remove nonexisting MACsec SA oid:0x25c01000000003c
Jul 13 22:00:19.312957 localhost WARNING swss#orchagent: :- wait: got not expected response: :
Jul 13 22:00:19.313420 localhost ERR gbsyncd#GBSAI[20]: :- processFlexCounterEvent: Failed to parse the key
The syncd is trying to process the flexCounter event for a SA which exists in gbsyncd.
Description
Currently the key ID for MACsec objects are written to flexcounter table consumed by syncd rather than gb_flexcounter table.
This leads to SAI stats call not being called in the correct container and the PHYs in gbsyncd catering to the MACsec are not able to provide the MACsec statistics.
Steps to reproduce the issue:
Describe the results you received:
The syncd is trying to process the flexCounter event for a SA which exists in gbsyncd.
Describe the results you expected:
gbsyncd should be the one processing this event.
Output of
show version
:Fixes of :
sonic-net/sonic-sairedis#892
sonic-net/sonic-swss#1867
are integrated in the test image.
The text was updated successfully, but these errors were encountered: