DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Using DPDK EAL with existing multi-threaded application
@ 2016-11-08  6:39 Jason Lefley
  2016-11-09 17:12 ` Jason Lefley
  2016-11-11 18:19 ` Daniel Verkamp
  0 siblings, 2 replies; 4+ messages in thread
From: Jason Lefley @ 2016-11-08  6:39 UTC (permalink / raw)
  To: users; +Cc: <yahya@aclectic.com>

I am working on leveraging SPDK (which internally uses EAL from DPDK) from an existing application that uses Intel’s TBB. I do not need to use EAL for multithreading but SPDK does require at least huge page support and PCI access from EAL.

I noticed that if I try to use TBB’s parallel_for() after I have called rte_eal_init(), then the TBB operation doesn’t actually run in parallel. If I remove the call to rte_eal_init(), the TBB operations work as expected however I then cannot use SPDK. Does anyone have any input regarding how I can keep my existing multi-threaded application working as intended as I integrate SPDK/DPDK?

Thanks

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

end of thread, other threads:[~2016-11-15 23:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08  6:39 [dpdk-users] Using DPDK EAL with existing multi-threaded application Jason Lefley
2016-11-09 17:12 ` Jason Lefley
2016-11-11 18:19 ` Daniel Verkamp
2016-11-15 23:32   ` Jason Lefley

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