Re: [dpdk-dev] [PATCH v6 0/4] additions to support tunnel encap/decap

2018-04-27 Thread Michael Wildt
Hi Declan, Thank you (and DPDK) for driving this proposal, much appreciated. Upon quick review of the proposal one thing stood out. In rte_flow.h the new tunnel action, RLTE_FLOW_ACTION_VXLAN_ENCAP/DECAP, similar with NVGRE_ENCAP/DECAP, is defined as: /** * Decapsulate outer most VXLAN tunnel fr

[dpdk-dev] [PATCH v6 0/4] additions to support tunnel encap/decap

2018-04-26 Thread Declan Doherty
his patchset contains the revised proposal to manage tunnel endpoints hardware accleration based on community feedback on RFC (http://dpdk.org/ml/archives/dev/2017-December/084676.html). This proposal is purely enabled through rte_flow APIs with the additions of some new features which were previo