mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
8d2e3a6161884bb608d8eaaaafeeddd743f307d1
Issue: OSD Driver maintains a local MC address list to avoid the programming old addresses again into HW when new MC address list passed from the network stack. Its observed MC address index for a specific address is different once a MC address deleted from the list. Because of this new MC address which is passed in new list is overwriting the old MC address. Fix: Program the entire list every time when network stack passes it instead of maintaining local list at driver. Bug 3609583 Change-Id: I97cb3ea4d35641ad156d16c54c89e8593ad64459 Signed-off-by: Bhadram Varka <vbhadram@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2702851 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Narayan Reddy <narayanr@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> GVS: Gerrit_Virtual_Submit
Description
No description provided