Re: [dpdk-dev] [PATCH v2 0/2] app/testpmd implement VXLAN/NVGRE Encap/Decap

2018-06-19 Thread Nélio Laranjeiro
On Mon, Jun 18, 2018 at 03:40:53PM +0100, Ferruh Yigit wrote: > On 6/18/2018 10:38 AM, Nélio Laranjeiro wrote: > > On Mon, Jun 18, 2018 at 10:05:03AM +0100, Ferruh Yigit wrote: > >> On 6/18/2018 9:52 AM, Nelio Laranjeiro wrote: > >>> This series adds an easy and maintainable configuration version s

Re: [dpdk-dev] [PATCH v2 0/2] app/testpmd implement VXLAN/NVGRE Encap/Decap

2018-06-18 Thread Ferruh Yigit
On 6/18/2018 10:38 AM, Nélio Laranjeiro wrote: > On Mon, Jun 18, 2018 at 10:05:03AM +0100, Ferruh Yigit wrote: >> On 6/18/2018 9:52 AM, Nelio Laranjeiro wrote: >>> This series adds an easy and maintainable configuration version support for >>> those two actions for 18.08 by using global variables i

Re: [dpdk-dev] [PATCH v2 0/2] app/testpmd implement VXLAN/NVGRE Encap/Decap

2018-06-18 Thread Nélio Laranjeiro
On Mon, Jun 18, 2018 at 10:05:03AM +0100, Ferruh Yigit wrote: > On 6/18/2018 9:52 AM, Nelio Laranjeiro wrote: > > This series adds an easy and maintainable configuration version support for > > those two actions for 18.08 by using global variables in testpmd to store > > the > > necessary informat

Re: [dpdk-dev] [PATCH v2 0/2] app/testpmd implement VXLAN/NVGRE Encap/Decap

2018-06-18 Thread Ferruh Yigit
On 6/18/2018 9:52 AM, Nelio Laranjeiro wrote: > This series adds an easy and maintainable configuration version support for > those two actions for 18.08 by using global variables in testpmd to store the > necessary information for the tunnel encapsulation. Those variables are used > in conjunctio

[dpdk-dev] [PATCH v2 0/2] app/testpmd implement VXLAN/NVGRE Encap/Decap

2018-06-18 Thread Nelio Laranjeiro
This series adds an easy and maintainable configuration version support for those two actions for 18.08 by using global variables in testpmd to store the necessary information for the tunnel encapsulation. Those variables are used in conjunction of RTE_FLOW_ACTION_{VXLAN,NVGRE}_ENCAP action to cre