MACsec Intel® FPGA IP User Guide

ID 736108
Date 10/21/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

6.8.1. Packet Error Handling

The table below shows the MACsec IP packet error handing.
Table 58.  MACsec IP Packet Error Handling
Error Condition Error Handling
Received Packets NoTag Packet Discarded and error log into InPktsNoTag counter.
Received Packets BadTag Packet Discarded and error log into InPktsBadTag.
Received Packets NoSA Packet Received and error log into InPktsNoSA.
Received Packets NoSAError Packet Discarded and error log into InPktsNoSAError.
Received Packets Overrun Packet Discarded and error log into InPktsOverrun counter.
Received Packets Invalid Packet Received and error log into InPktsInvalid. Original Payload is recoverable as it is not protected. Valid when VALIDATEFRAMES = “check”
Received Packets Not Valid Packet Discarded and error log into InPktsNotValid.
Received Packets Delayed Packet Received and error log into InPktsDelayed.
Received Packets Late Packet Discarded and error log into InPktsLate.
Transmit Packets Untagged Packet Transmitted and error log into OutPktsUntagged.
Transmit Packets TooLong Packet Discarded and error log into OutPktsTooLong.
Received Packets Tag Comparison error, TUSER.auth_error Packet Discarded and error log into InOutPktsTagError.
Transmit/Received Packets AES Operation error Packet Discarded and error log into InOutPktsCryptoError.