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() fails, previously allocated mbufs, including first one in the segment, not freed. Thanks, ferruh