mirror of
git://nv-tegra.nvidia.com/kernel/nvethernetrm.git
synced 2025-12-22 09:12:10 +03:00
Issue: Observed HSI diagnostic timer execution is taking more than MAX_PROC_TIME due to OSI_CMD_READ_MMC execution time. As this is reading 151 MMC registers for MGBE and 91 registers for EQOS. Fix: As this OSI_CMD_READ_MMC command execution is not meeting the MAX_PROC_TIME, add new OSI_CMD_READ_HSI_ERR command only to read 5 MMC error registers. Bug 4069585 Change-Id: I38a10b7f09ac7614d548b5caa4203f1c94889908 Signed-off-by: Mohan Thadikamalla <mohant@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2895845 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Srinivas Ramachandran <srinivasra@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>