Re: [ovs-dev] [PATCH RFC 1/1] netdev-dpdk: add DPDK pdump capability

2016-07-29 Thread Loftus, Ciara
, July 29, 2016 10:58 AM > > To: dev@openvswitch.org > > Subject: [ovs-dev] [PATCH RFC 1/1] netdev-dpdk: add DPDK pdump > capability > > > > This commit provides the ability to 'listen' on DPDK ports and save packets > to a > > pcap file with a DPDK app

Re: [ovs-dev] [PATCH RFC 1/1] netdev-dpdk: add DPDK pdump capability

2016-07-29 Thread Mooney, Sean K
This looks like a nice useablity feature to add. Two questions inline Regards sean. > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Ciara Loftus > Sent: Friday, July 29, 2016 10:58 AM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH

[ovs-dev] [PATCH RFC 1/1] netdev-dpdk: add DPDK pdump capability

2016-07-29 Thread Ciara Loftus
This commit provides the ability to 'listen' on DPDK ports and save packets to a pcap file with a DPDK app that uses the librte_pdump library. One such app is the 'pdump' app that can be found in the DPDK 'app' directory. Instructions on how to use this can be found in INSTALL.DPDK-ADVANCED.md The