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

2018-06-26 Thread Iremonger, Bernard
Hi Nelio, > -Original Message- > From: Nelio Laranjeiro [mailto:nelio.laranje...@6wind.com] > Sent: Thursday, June 21, 2018 8:14 AM > To: dev@dpdk.org; Adrien Mazarguil ; Lu, > Wenzhuo ; Wu, Jingjing ; > Iremonger, Bernard ; Awal, Mohammad Abdul > ; Ori Kam ; > Stephen Hemminger > Subject

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

2018-06-26 Thread Ori Kam
Acked-by: Ori Kam > -Original Message- > From: Nelio Laranjeiro [mailto:nelio.laranje...@6wind.com] > Sent: Thursday, June 21, 2018 10:14 AM > To: dev@dpdk.org; Adrien Mazarguil ; > Wenzhuo Lu ; Jingjing Wu > ; Bernard Iremonger > ; Mohammad Abdul Awal > ; Ori Kam ; > Stephen Hemminger >

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

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