Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kni: fix crash on userspace VA for segmented packets
When IOVA=VA, address translation for segmented packets is wrong, it assumes the address in the mbuf->next is physical address, not VA address. Fixing the address translation to work both PA & VA mode. Fixes: e73831d ("kni: support userspace VA") Cc: [email protected] Signed-off-by: Ferruh Yigit <[email protected]> Acked-by: Ajit Khaparde <[email protected]>
- Loading branch information