mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
Issue: MGBE0 ASID is getting programmed for all the MAC instances which inturn causing the data transfer failures.Macsec is not enable and hence instance_id is not getting updated to the corresponding mac instance number and hence all mac instance_id's are initialized with 0. Since ASID programming is based on mac instance_id, all MACs are programmed with MGBE0 MAC instance id. Fix: Moved reading of instance_id from DT out of macsec_probe and hence the instance_id gets updated irrespective of MAC sec enable/disable. Bug 4124937 Change-Id: I500ed8d3db402995488260af99ad190217ff6dd2 Signed-off-by: Revanth Kumar Uppala <ruppala@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2925252 Reviewed-by: Narayan Reddy <narayanr@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>