04/06/2020 15:34, Wisam Jaddo: > Add new application to test rte flow performance from: > - Insertion rate. > - Deletion rate. > - Memory consumption. > - PPS forward measurement. > > Unchanged comments: > - Prevent actions such as Queue from adding twice: > * Current design don't support add actions twice. > * This is performace app that not should force coditions like PMD. > * If app allows adding dup actions and user added Queue the PMD should > report the error. > * No memory leak found. > > --- > v7: > * Move add_items/add_actions in items/actions instead of flow. > * Have array of structures with loops instead of branching. > * Add limitation part in doc. > * Align items/actions generator methods with same signature. > * Convert item/action & attrs selector to be 64bit instead of 32bit.
More than 3 weeks passed since this v7. It looks to be good enough to be merged, and let this new application to be improved with more features. I fixed few minor details in maintainers, doc, etc. Applied, thanks