Re: [dpdk-dev] [PATCH 0/2] ethdev: add GENEVE to flow API

2017-11-23 Thread Andrew Rybchenko
Hi Adrien, On 11/23/2017 12:39 PM, Adrien Mazarguil wrote: Hi Andrew, On Mon, Nov 20, 2017 at 08:21:59AM +, Andrew Rybchenko wrote: enum rte_flow_item_type states that items matching protocol headers must be stacked in the same order as the protocol layers to match. As the result the patch

Re: [dpdk-dev] [PATCH 0/2] ethdev: add GENEVE to flow API

2017-11-23 Thread Adrien Mazarguil
Hi Andrew, On Mon, Nov 20, 2017 at 08:21:59AM +, Andrew Rybchenko wrote: > enum rte_flow_item_type states that items matching protocol headers > must be stacked in the same order as the protocol layers to match. > As the result the patch changes ABI since Geneve is added just after > VXLAN (th