> Subject: Re: [PATCH v4 2/3] test/rcu_qsbr: add API and functional tests > > On Wed, 10 Apr 2019 06:20:05 -0500 > Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> wrote: > > > From: Dharmik Thakkar <dharmik.thak...@arm.com> > > > > Add API positive/negative test cases, functional tests and performance > > tests. > > > > Signed-off-by: Malvika Gupta <malvika.gu...@arm.com> > > Signed-off-by: Dharmik Thakkar <dharmik.thak...@arm.com> > > Signed-off-by: Honnappa Nagarahalli <honnappa.nagaraha...@arm.com> > > Reviewed-by: Gavin Hu <gavin...@arm.com> > > Acked-by: Konstantin Ananyev <konstantin.anan...@intel.com> > > Could you add (or modify existing) l2/l3 fwd examples to demonstrate > how this would be used. Having just documentation and test code is > probably not enough to spur adoption. The existing examples have static configuration. They do not delete (or add) any flows dynamically. I can show how the code looks like from the data plane perspective, but memory reclamation part cannot be demonstrated.
But, if we are ok to add more code to these applications, dynamic flow add/delete can be done. Any thoughts on adding a new sample application?