Re: [dpdk-dev] [PATCH 00/14] cleanup resources on shutdown

2020-04-25 Thread David Marchand
On Sat, Jan 4, 2020 at 2:34 AM Stephen Hemminger wrote: > > Recently started using valgrind with DPDK, and the results > are not clean. > > The DPDK has a function that applications can use to tell it > to cleanup resources on shutdown (rte_eal_cleanup). But the > current coverage of that API is s

Re: [dpdk-dev] [PATCH 00/14] cleanup resources on shutdown

2020-02-07 Thread Stephen Hemminger
On Thu, 6 Feb 2020 15:06:56 +0100 David Marchand wrote: > On Sat, Jan 4, 2020 at 2:34 AM Stephen Hemminger > wrote: > > > > Recently started using valgrind with DPDK, and the results > > are not clean. > > > > The DPDK has a function that applications can use to tell it > > to cleanup resources

Re: [dpdk-dev] [PATCH 00/14] cleanup resources on shutdown

2020-02-06 Thread David Marchand
On Sat, Jan 4, 2020 at 2:34 AM Stephen Hemminger wrote: > > Recently started using valgrind with DPDK, and the results > are not clean. > > The DPDK has a function that applications can use to tell it > to cleanup resources on shutdown (rte_eal_cleanup). But the > current coverage of that API is s

Re: [dpdk-dev] [PATCH 00/14] cleanup resources on shutdown

2020-02-05 Thread David Marchand
On Wed, Feb 5, 2020 at 1:07 PM Stephen Hemminger wrote: > > On Wed, 5 Feb 2020 10:32:49 +0100 > David Marchand wrote: > > > Hello Stephen, > > > > On Sat, Jan 4, 2020 at 2:34 AM Stephen Hemminger > > wrote: > > > > > > Recently started using valgrind with DPDK, and the results > > > are not clea

Re: [dpdk-dev] [PATCH 00/14] cleanup resources on shutdown

2020-02-05 Thread Stephen Hemminger
On Wed, 5 Feb 2020 10:32:49 +0100 David Marchand wrote: > Hello Stephen, > > On Sat, Jan 4, 2020 at 2:34 AM Stephen Hemminger > wrote: > > > > Recently started using valgrind with DPDK, and the results > > are not clean. > > > > The DPDK has a function that applications can use to tell it > > t

Re: [dpdk-dev] [PATCH 00/14] cleanup resources on shutdown

2020-02-05 Thread David Marchand
Hello Stephen, On Sat, Jan 4, 2020 at 2:34 AM Stephen Hemminger wrote: > > Recently started using valgrind with DPDK, and the results > are not clean. > > The DPDK has a function that applications can use to tell it > to cleanup resources on shutdown (rte_eal_cleanup). But the > current coverage

[dpdk-dev] [PATCH 00/14] cleanup resources on shutdown

2020-01-03 Thread Stephen Hemminger
Recently started using valgrind with DPDK, and the results are not clean. The DPDK has a function that applications can use to tell it to cleanup resources on shutdown (rte_eal_cleanup). But the current coverage of that API is spotty. Many internal parts of DPDK leave files and allocated memory be