
Currently dp_lro_hash_setup is being done in dp_vdev_attach_wifi3 when pdev->vdev_count==1. However, this counter is not getting decremented and may overflow on repeated VDEV attach/detach calls. This may result in LRO keys being programmed again. Use a PDEV flag to determine whether to configure LRO or not. Fix pdev->vdev_count by decrementing it during VDEV detach. Change-Id: I03cba0d95c30831fbe8047828f7bb2cf4a869213 CRs-Fixed: 2906871
385 KiB
385 KiB