[dpdk-dev] [PATCH v2 2/4] ethdev: Add vTEP encap/decap actions

2018-04-05 Thread Declan Doherty
Add new flow action types and associated action data structures to support the encapsulation and decapsulation of the virtual tunnel endpoints. The RTE_FLOW_ACTION_TYPE_VTEP_ENCAP action will cause the matching flow to be encapsulated in the virtual tunnel endpoint overlay defined in the vtep_enca

Re: [dpdk-dev] [PATCH v2 2/4] ethdev: Add vTEP encap/decap actions

2018-04-06 Thread Mohammad Abdul Awal
On 05/04/2018 17:42, Thomas Monjalon wrote: 05/04/2018 15:51, Declan Doherty: +/** + * RTE_FLOW_ACTION_TYPE_VTEP_ENCAP + * + * Virtual tunnel end-point encapsulation action data. + * + * Non-terminating action by default. + */ +struct rte_flow_action_vtep_encap { + struct rte_flow_action_

Re: [dpdk-dev] [PATCH v2 2/4] ethdev: Add vTEP encap/decap actions

2018-04-05 Thread Thomas Monjalon
05/04/2018 15:51, Declan Doherty: > +/** > + * RTE_FLOW_ACTION_TYPE_VTEP_ENCAP > + * > + * Virtual tunnel end-point encapsulation action data. > + * > + * Non-terminating action by default. > + */ > +struct rte_flow_action_vtep_encap { > + struct rte_flow_action_item { > + enum rte_