GitHub user nickwallen opened a pull request: https://github.com/apache/incubator-metron/pull/73
METRON-108 Created fast packet capture process Changes ------- - Created top-level `metron-sensors` directory to contain Metron probes and sensors. - Created fast packet capture process leveraging [DPDK](http://dpdk.org/) at `metron-sensors/packet-capture`. - Moved Bro plugin to `metron-sensors/bro-plugin-kafka`. - Created Ansible role to manage deployment of packet capture at `deployment/roles/packet-capture`. - Created separate role for librdkafka installation since this is required by both Bro and Packet Capture. - Created `deployment/vagrant/packet-capture` for launching packet capture process. CentOS 7 is required which prevents this from being used in `deployment/vagrant/singlenode-vagrant`. You can merge this pull request into a Git repository by running: $ git pull https://github.com/nickwallen/incubator-metron packet-capture-with-dpdk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-metron/pull/73.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #73 ---- commit aef87286bf0295a39a74daf269484844a19c8d23 Author: Nick Allen <n...@nickallen.org> Date: 2016-04-11T14:21:27Z METRON-108 Created fast packet capture process - Created top-level `metron-sensors` directory to contain Metron probes and sensors. - Created fast packet capture process leveraging [DPDK](http://dpdk.org/) at `metron-sensors/packet-capture`. - Moved Bro plugin to `metron-sensors/bro-plugin-kafka`. - Created Ansible role to manage deployment of packet capture at `deployment/roles/packet-capture`. - Created separate role for librdkafka installation since this is required by both Bro and Packet Capture. - Created `deployment/vagrant/packet-capture` for launching packet capture process. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---