+2
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Mark vdev as delete in process after flush out the packets in rx thread queue currently. If rx packet received after flush and before mark vdev as delete in process, the packet is enqueued into rx thread queue and not flushed after vdev deleted physically and net interface down. After that, if flush pkts after interface down, assert will happen. Fix: Mark vdev as delete in process before flush out the packets in the rx thread queues. If the vdev is marked as delete in progress, then the packets received on that particular vdev should not be enqueued to dp rx thread any more. Change-Id: If651a9e97b8501efc26400079194570ba6407f13 CRs-Fixed: 2996534