Commit 8451269e6d7ba7501723fe2efd0 said "remove continuous memory restriction"; http://dpdk.org/browse/dpdk/commit/lib/librte_eal/linuxapp/kni/kni_net.c?id=8451269e6d7ba7501723fe2efd05745010295bac For chained mbufs(nb_segs > 1), function va2pa use the offset of previous mbuf to calculate physical address of next mbuf. So anywhere guarante that all mbufs have the same offset (buf_addr - buf_physaddr) ? Or have I misunderstood chained mbufs?
- [dpdk-dev] kni: continuous memory restriction ? cys