Re: [dpdk-dev] [PATCH v8 1/2] app/testpmd: add VXLAN encap/decap support

2018-07-05 Thread Mohammad Abdul Awal
On 05/07/2018 15:33, Nelio Laranjeiro wrote: Due to the complex VXLAN_ENCAP flow action and based on the fact testpmd does not allocate memory, this patch adds a new command in testpmd to initialise a global structure containing the necessary information to make the outer layer of the packet.

[dpdk-dev] [PATCH v8 1/2] app/testpmd: add VXLAN encap/decap support

2018-07-05 Thread Nelio Laranjeiro
Due to the complex VXLAN_ENCAP flow action and based on the fact testpmd does not allocate memory, this patch adds a new command in testpmd to initialise a global structure containing the necessary information to make the outer layer of the packet. This same global structure will then be used by t