> 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 <[email protected]> wrote: > > > From: Dharmik Thakkar <[email protected]> > > > > Add API positive/negative test cases, functional tests and performance > > tests. > > > > Signed-off-by: Malvika Gupta <[email protected]> > > Signed-off-by: Dharmik Thakkar <[email protected]> > > Signed-off-by: Honnappa Nagarahalli <[email protected]> > > Reviewed-by: Gavin Hu <[email protected]> > > Acked-by: Konstantin Ananyev <[email protected]> > > 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?

