DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] dpdk and bulk data (video/audio)
@ 2018-09-10 11:28 Sofia Baran
  2018-09-10 12:51 ` Wiles, Keith
  0 siblings, 1 reply; 4+ messages in thread
From: Sofia Baran @ 2018-09-10 11:28 UTC (permalink / raw)
  To: users


Hi All,

I want/try to us DPDK for transferring larger amount of data, e.g. video 
frames which usually are stored within memory buffers with sizes of 
several MB (remark: by using huges pages, these buffers could be 
physically contiguous).

When looking at the DPDK documentation, library APIs and examples, I 
can't find a way/hint how to transfer larger buffers using DPDK without 
copying the video buffer fragments to the payload sections of the mbufs 
- which results in high CPU loads.

Within the ip_fragmentation example indirect mbufs are used, pointing to 
the payload section of a direct mbuf (holding the header). But in my 
understanding the maximum size of a mbuf payload is 65KB (uint16_t)!?

I'm pretty new to DPDK so maybe I missed something. I hope that someone 
can provide me some hits how to avoid copying the entire payload.

Thanks
Sofia Baran

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

end of thread, other threads:[~2018-09-13  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-10 11:28 [dpdk-users] dpdk and bulk data (video/audio) Sofia Baran
2018-09-10 12:51 ` Wiles, Keith
2018-09-10 21:46   ` Trahe, Fiona
2018-09-13  9:54     ` Sofia Baran

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).