After a hardware reset, the key memory content is not cleared. This means
that all keys are still valid. The state between the hardware CAM and the software
driver shadow is inconsistent. To avoid this, you must call the
stcam_create or stcam_delete_all API functions
prior to allowing any API operations to be performed in the CAM. The
stcam_create or stcam_delete_all functions ensure
that the hardware and software are synchronized.
In LPM Mode, you must call the corresponding lpm_create or lpm_delete_all functions
instead.