Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intel DPDK Support for epcap #27

Open
mmanoj opened this issue Feb 7, 2020 · 2 comments
Open

Intel DPDK Support for epcap #27

mmanoj opened this issue Feb 7, 2020 · 2 comments

Comments

@mmanoj
Copy link

mmanoj commented Feb 7, 2020

Hello Team,

I really appreciate your great work, I would like to know if any plan for DPDK support implementation is planned like PF_RING ?

If No I would like to start it, please give some guidelines to get started, like highlighting code portions required to focus and zoom in.

@msantos
Copy link
Owner

msantos commented Feb 7, 2020

Hey @mmanoj! No immediate plans to support DPDK, so thank you for offering to work on it!

Since epcap is compiled against libpcap, DPDK support will depend on libpcap. There seems to be support:
https://github.com/the-tcpdump-group/libpcap/blob/master/pcap-dpdk.c

epcap:start_link([{interface, "dpdk:0"}, {dpdk_cfg, "--log-level=debug -l0 -dlibrte_pmd_e1000.so -dlibrte_pmd_ixgbe.so -dlibrte_mempool_ring.so"}])
  • update the README

@mmanoj
Copy link
Author

mmanoj commented Feb 7, 2020

Hi @msantos ,

Thanks for quick support, I will test and update you on the results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants