dpdk-plugin
dpdk-plugin copied to clipboard
When trying to install dpdk-plugin in zeek 5.2.2 with this command: zkg install https://github.com/esnet/dpdk-plugin.git I'm seeing these errors: Building CXX object CMakeFiles/ESnet-DPDK.linux-x86_64.dir/src/DPDK.cc.o /opt/secureworks/dpdk-plugin/src/DPDK.cc: In member function int zeek::iosource::DPDK::port_init(uint16_t): /opt/secureworks/dpdk-plugin/src/DPDK.cc:117:44: error:...
Hello ,when i use dpdk for zeek,i meet two questions,and i don't konw how to solve them.The following are the questions.I'd appreciate it if you could help me!!! zeek :...
Only some Intel devices support a key size of 52, the key len should be taken with some rte_get*_info in: https://github.com/esnet/dpdk-plugin/blob/0e0a2d2a569cd95e80551fd9956cddbeb3aafecd/src/DPDK.cc#L126 For instance Mellanox ones support only 40bytes.
Hi all! Thanks for this superb plugin ! Would it be possible to link to DPDK statically. First, it's supposed to perform better, but then it would also fix some...