DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] kni: continuous memory restriction ?
@ 2018-03-09 12:14 cys
  2018-03-13  9:36 ` cys
  2018-03-13 14:57 ` Ferruh Yigit
  0 siblings, 2 replies; 5+ messages in thread
From: cys @ 2018-03-09 12:14 UTC (permalink / raw)
  To: dev, ferruh.yigit

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?


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-20 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-09 12:14 [dpdk-dev] kni: continuous memory restriction ? cys
2018-03-13  9:36 ` cys
2018-03-13 14:57 ` Ferruh Yigit
2018-03-14  0:35   ` cys
2018-03-20 15:25     ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).