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

2018-07-05 Thread Nélio Laranjeiro
On Wed, Jul 04, 2018 at 03:54:32PM +0100, Ferruh Yigit wrote: > On 7/2/2018 11:40 AM, Mohammad Abdul Awal wrote: > > > > On 27/06/2018 12:45, Nelio Laranjeiro wrote: > >> This series adds an easy and maintainable configuration version support for > >> those two actions for 18.08 by using global va

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

2018-07-04 Thread Ferruh Yigit
On 7/2/2018 11:40 AM, Mohammad Abdul Awal wrote: > > On 27/06/2018 12:45, 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

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

2018-07-02 Thread Mohammad Abdul Awal
On 27/06/2018 12:45, 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 conjunction of

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

2018-06-27 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