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

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

2017-11-20 Thread Andrew Rybchenko
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 (the closest protocol). In fact as far as I can see many items do not follow the require