[dpdk-dev] pcap: memory leak in eth_pcap_rx_jumbo

2016-09-19 Thread Ferruh Yigit
Hi Dror, On 9/18/2016 12:14 PM, Dror Birkman wrote: > Hi, > > It seems there is a memory leak in eth_pcap_rx_jumbo() in > case rte_pktmbuf_alloc() fails on any segment that is not the initial > segment. > > If someone can confirm it, I'll patch it. > I think you are right. If rte_pktmbuf_alloc

[dpdk-dev] pcap: memory leak in eth_pcap_rx_jumbo

2016-09-18 Thread Dror Birkman
Hi, It seems there is a memory leak in eth_pcap_rx_jumbo() in case rte_pktmbuf_alloc() fails on any segment that is not the initial segment. If someone can confirm it, I'll patch it. TIA, Dror