[PATCH net-next v2 4/4] vxlan: implement GPE

2016-03-20 Thread Jiri Benc
Implement VXLAN-GPE. Only COLLECT_METADATA is supported for now (it is possible to support static configuration, too, if there is demand for it). The GPE header parsing has to be moved before iptunnel_pull_header, as we need to know the protocol. v2: Removed what was called "L2 mode" in v1 of

Re: [PATCH net-next v2 4/4] vxlan: implement GPE

2016-03-19 Thread Tom Herbert
On Wed, Mar 16, 2016 at 9:51 AM, Jiri Benc wrote: > Implement VXLAN-GPE. Only COLLECT_METADATA is supported for now (it is > possible to support static configuration, too, if there is demand for it). > > The GPE header parsing has to be moved before iptunnel_pull_header, as we >

Re: [PATCH net-next v2 4/4] vxlan: implement GPE

2016-03-18 Thread Jiri Benc
On Wed, 16 Mar 2016 10:31:10 -0700, Tom Herbert wrote: > Sorry, I still don't like this. For VXLAN-GPE packets the above two > conditionals are a complete waste of time and I shouldn't have to go > pawing through configuration to determine what protocol has actually > be implemented. Please, at