[dpdk-dev] [PATCH] drivers/net/pcap: fix segfault in pcap pmd

2016-05-26 Thread Ferruh Yigit
On 5/26/2016 2:35 PM, Reshma Pattan wrote: > Testpmd application will crash in fclose() upon quit after running > the below command. > > "sudo gdb --args ./x86_64-native-linuxapp-gcc/app/testpmd -c 0xf0 -n 4 --vdev > 'eth_pcap0,tx_iface=enp1s0f1,rx_pcap=/tmp/test.pcap' -- > --port-topology=chaine

[dpdk-dev] [PATCH] drivers/net/pcap: fix segfault in pcap pmd

2016-05-26 Thread Reshma Pattan
Testpmd application will crash in fclose() upon quit after running the below command. "sudo gdb --args ./x86_64-native-linuxapp-gcc/app/testpmd -c 0xf0 -n 4 --vdev 'eth_pcap0,tx_iface=enp1s0f1,rx_pcap=/tmp/test.pcap' -- --port-topology=chained -i" The reason is, pcap vdev creation with tx stream

[dpdk-dev] [PATCH] drivers/net/pcap: fix segfault in pcap pmd

2016-05-26 Thread Reshma Pattan
Testpmd application will crash in fclose() upon quit after running the below command. "sudo gdb --args ./x86_64-native-linuxapp-gcc/app/testpmd -c 0xf0 -n 4 --vdev 'eth_pcap0,tx_iface=enp1s0f1,rx_pcap=/tmp/test.pcap' -- --port-topology=chained -i" The reason is, pcap vdev creation with tx stream

[dpdk-dev] [PATCH] drivers/net/pcap: fix segfault in pcap pmd

2016-05-26 Thread Pattan, Reshma
Self-Nacking.. wrong patch > -Original Message- > From: Pattan, Reshma > Sent: Thursday, May 26, 2016 2:30 PM > To: dev at dpdk.org > Cc: Pattan, Reshma > Subject: [PATCH] drivers/net/pcap: fix segfault in pcap pmd > > Testpmd application will crash in fclose() upon quit after running th