Embedded Intel® Core™ Processors
Communicate Intel® Core™ Hardware, Software, Firmware, Graphics Concerns

DPDK API/library question

TAi
Beginner
1,743 Views

Hello,

I am currently new to the DPDK library, so my question is a bit basic.

I would like to know if I can use the DPDK ring, mbuf or memory pool APIs as generic libraries. For example, my application has nothing to do with the network but it needs a lockless ring buffer library. Do I need EAL or some specific system settings to make it work? I cannot change some settings like HUGETBL support since I don't have root access.

If yes, some code examples will be greatly appreciated.

Thanks.

0 Kudos
1 Reply
CarlosAM_INTEL
Moderator
770 Views

Hello, aithr:

Thank you for contacting Intel Embedded Community.

The information that may help as a reference is stated at:

http://dpdk.org/doc/api/ http://dpdk.org/doc/api/

http://dpdk.org/doc/api/rte__ring_8h.html http://dpdk.org/doc/api/rte__ring_8h.html

http://dpdk.org/doc/api/rte__mbuf_8h.html http://dpdk.org/doc/api/rte__mbuf_8h.html

http://dpdk.org/doc/api/rte__mempool_8h.html http://dpdk.org/doc/api/rte__mempool_8h.html

It is important to let you know as a reference that your DPDK consultations should be addressed to the channels listed at the http://dpdk.org/ml DPDK Mailing List website.

We hope that this information may help you.

Best regards,

Carlos_A.

0 Kudos
Reply