[dpdk-dev] [PATCH] examples/tep_term: deprecate this example
Li, Xiaoyun
xiaoyun.li at intel.com
Tue Oct 20 07:19:36 CEST 2020
Hi
> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit at intel.com>
> Sent: Monday, October 19, 2020 17:14
> To: Li, Xiaoyun <xiaoyun.li at intel.com>; dev at dpdk.org
> Cc: arybchenko at solarflare.com; techboard at 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.li at 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
More information about the dev
mailing list