Hi > -----Original Message----- > From: Ferruh Yigit <ferruh.yi...@intel.com> > Sent: Monday, October 19, 2020 17:14 > To: Li, Xiaoyun <xiaoyun...@intel.com>; dev@dpdk.org > Cc: arybche...@solarflare.com; techbo...@dpdk.org > Subject: Re: [PATCH] examples/tep_term: deprecate this example > > On 10/19/2020 9:27 AM, Xiaoyun Li wrote: > > The tunnel cases this example wants to test can be covered by testpmd > > with rte_flow_create. And this example hasn't been used for a long time. > > So deprecate this example. > > > > Signed-off-by: Xiaoyun Li <xiaoyun...@intel.com> > > cc'ed techboard since it has a recurring task to remove unused examples, this > seems suit well. > > @Xiaoyun, only do you think does it help to put some documentation to show > how testpmd can be used for same functionality?
Yes. Make sense. This example wants to prove the vxlan packet to queue offloading. This can be covered by rte_flow_create. I will add an sample usage of this in testpmd doc. And this example builds a scenario for that and does software encap/decap for vxlan packet. OVS is commonly used to do this. I'll mention this in commit log in next version. Thanks. BRs Xiaoyun