Re: [dpdk-users] issues with dpdk-pdump

2018-10-23 Thread Srinivas Kotamarti
rte_eal_init ' -c ff -n 4 -r 1 -m 800'. And, here is how I start the dpdk-pdump ./dpdk-pdump -- --pdump 'port=0, queue=*, rx-dev=/tmp/rx.pcap, tx-dev=/tmp/tx.pcap' And I am running with DPDK 18.05. Any help is greatly appreciated. Thanks. --Srinivas -Original Me

[dpdk-users] issues with dpdk-pdump

2018-10-18 Thread Srinivas Kotamarti
Hello, I want to use dpdk-pdump for packet capture. As explained in the http://doc.dpdk.org/guides/tools/pdump.html http://doc.dpdk.org/guides/prog_guide/pdump_lib.html I have compiled the DPDK with CONFIG_RTE_LIBRTE_PMD_PCAP=y and modified my application to initialize the pdump PMD by callin