Skip to content
Commit 6df77862 authored by Baoquan He's avatar Baoquan He Committed by David S. Miller
Browse files

bnx2: Wait for in-flight DMA to complete at probe stage



In-flight DMA from 1st kernel could continue going in kdump kernel.
New io-page table has been created before bnx2 does reset at open stage.
We have to wait for the in-flight DMA to complete to avoid it look up
into the newly created io-page table at probe stage.

Suggested-by: default avatarMichael Chan <michael.chan@broadcom.com>
Signed-off-by: default avatarBaoquan He <bhe@redhat.com>
Acked-by: default avatarMichael Chan <michael.chan@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5d0d4b91
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment