Re: [dpdk-dev] [PATCH v2 3/3] ethdev: remove vxlan and nvgre encapsulation commands

2018-10-05 Thread Awal, Mohammad Abdul
Hi Ferruh, The patch looks ok to me. No objection. Regards, Awal. > -Original Message- > From: Yigit, Ferruh > Sent: Friday, October 5, 2018 1:59 PM > To: Doherty, Declan ; Awal, Mohammad Abdul > > Cc: Ori Kam ; arybche...@solarflare.com; > step...@networkplumber.org; adrien.mazarg...@6

Re: [dpdk-dev] [PATCH v2 3/3] ethdev: remove vxlan and nvgre encapsulation commands

2018-10-05 Thread Mohammad Abdul Awal
On 26/09/2018 22:00, Ori Kam wrote: This patch removes the VXLAN and NVGRE encapsulation commands. Those commands are subset of the TUNNEL_ENCAP command so there is no need to keep both versions. Signed-off-by: Ori Kam --- doc/guides/prog_guide/rte_flow.rst | 107 -

Re: [dpdk-dev] [PATCH v2 3/3] ethdev: remove vxlan and nvgre encapsulation commands

2018-10-05 Thread Ferruh Yigit
On 9/26/2018 10:00 PM, Ori Kam wrote: > This patch removes the VXLAN and NVGRE encapsulation commands. > > Those commands are subset of the TUNNEL_ENCAP command so there is no > need to keep both versions. > > Signed-off-by: Ori Kam Hi Declan, Awal, I guess these were added by you, can you ple

[dpdk-dev] [PATCH v2 3/3] ethdev: remove vxlan and nvgre encapsulation commands

2018-09-26 Thread Ori Kam
This patch removes the VXLAN and NVGRE encapsulation commands. Those commands are subset of the TUNNEL_ENCAP command so there is no need to keep both versions. Signed-off-by: Ori Kam --- doc/guides/prog_guide/rte_flow.rst | 107 - lib/librte_ethdev/rte_flow.h