Re: [dpdk-dev] [PATCH v3 1/3] app/testpmd: support raw encap/decap actions

2019-07-17 Thread Jack Min
On Wed, 19-07-17, 09:20, Ferruh Yigit wrote: > On 7/17/2019 2:24 AM, Jack Min wrote: > > On Tue, 19-07-16, 18:41, Ferruh Yigit wrote: > >> On 7/10/2019 11:43 AM, Xiaoyu Min wrote: > >>> This patch intend to support > >>> action_raw_encap/decap [1] in a generic and convenient way. > >>> > >>> Two ne

Re: [dpdk-dev] [PATCH v3 1/3] app/testpmd: support raw encap/decap actions

2019-07-17 Thread Ferruh Yigit
On 7/17/2019 2:24 AM, Jack Min wrote: > On Tue, 19-07-16, 18:41, Ferruh Yigit wrote: >> On 7/10/2019 11:43 AM, Xiaoyu Min wrote: >>> This patch intend to support >>> action_raw_encap/decap [1] in a generic and convenient way. >>> >>> Two new commands - set raw_encap, set raw_decap are introduced ju

Re: [dpdk-dev] [PATCH v3 1/3] app/testpmd: support raw encap/decap actions

2019-07-16 Thread Jack Min
On Tue, 19-07-16, 18:41, Ferruh Yigit wrote: > On 7/10/2019 11:43 AM, Xiaoyu Min wrote: > > This patch intend to support > > action_raw_encap/decap [1] in a generic and convenient way. > > > > Two new commands - set raw_encap, set raw_decap are introduced just > > like the other commands for encap

Re: [dpdk-dev] [PATCH v3 1/3] app/testpmd: support raw encap/decap actions

2019-07-16 Thread Ferruh Yigit
On 7/10/2019 11:43 AM, Xiaoyu Min wrote: > This patch intend to support > action_raw_encap/decap [1] in a generic and convenient way. > > Two new commands - set raw_encap, set raw_decap are introduced just > like the other commands for encap/decap, i.e. set vxlan. > > These two commands have corr

[dpdk-dev] [PATCH v3 1/3] app/testpmd: support raw encap/decap actions

2019-07-10 Thread Xiaoyu Min
This patch intend to support action_raw_encap/decap [1] in a generic and convenient way. Two new commands - set raw_encap, set raw_decap are introduced just like the other commands for encap/decap, i.e. set vxlan. These two commands have corresponding global buffers which can be used by PMD as th