[dpdk-dev] [PATCH 4/5] app/test-flow-perf: add memory dump to app

2020-04-09 Thread Wisam Jaddo
Introduce new feature to dump memory statistics of each socket and a total for all before and after the creation. This will give two main advantage: 1- Check the memory consumption for large number of flows "insertion rate scenario alone" 2- Check that no memory leackage after doing insertion the

Re: [dpdk-dev] [PATCH 4/5] app/test-flow-perf: add memory dump to app

2020-04-28 Thread Wisam Monther
Thanks Jack, Jerin, Can you please review it according to our discussion in the RFC? >-Original Message- >From: Jack Min >Sent: Friday, April 17, 2020 5:09 AM >To: Wisam Monther >Cc: dev@dpdk.org; jerinjac...@gmail.com; Thomas Monjalon >; Suanming Mou >Subject: Re: [PATCH 4/5] app/test

Re: [dpdk-dev] [PATCH 4/5] app/test-flow-perf: add memory dump to app

2020-04-16 Thread Xiaoyu Min
On Thu, 20-04-09, 15:42, Wisam Jaddo wrote: > Introduce new feature to dump memory statistics of each socket > and a total for all before and after the creation. > > This will give two main advantage: > 1- Check the memory consumption for large number of flows > "insertion rate scenario alone" >