Re: [PATCH v2 net-next 0/6] flow_dissector: Protocol specific flow dissector offload

2017-08-31 Thread Hannes Frederic Sowa
Hello, Tom Herbert writes: > On Wed, Aug 30, 2017 at 1:41 AM, Hannes Frederic Sowa > wrote: >> Hello Tom, >> >> Tom Herbert writes: >> >>> This patch set adds a new offload type to perform flow dissection for >>> specific protocols (either by EtherType or by IP protocol). This is >>> primary u

Re: [PATCH v2 net-next 0/6] flow_dissector: Protocol specific flow dissector offload

2017-08-30 Thread Tom Herbert
On Wed, Aug 30, 2017 at 1:41 AM, Hannes Frederic Sowa wrote: > Hello Tom, > > Tom Herbert writes: > >> This patch set adds a new offload type to perform flow dissection for >> specific protocols (either by EtherType or by IP protocol). This is >> primary useful to crack open UDP encapsulations (l

Re: [PATCH v2 net-next 0/6] flow_dissector: Protocol specific flow dissector offload

2017-08-30 Thread Hannes Frederic Sowa
Hello Tom, Tom Herbert writes: > This patch set adds a new offload type to perform flow dissection for > specific protocols (either by EtherType or by IP protocol). This is > primary useful to crack open UDP encapsulations (like VXLAN, GUE) for > the purposes of parsing the encapsulated packet.

[PATCH v2 net-next 0/6] flow_dissector: Protocol specific flow dissector offload

2017-08-29 Thread Tom Herbert
This patch set adds a new offload type to perform flow dissection for specific protocols (either by EtherType or by IP protocol). This is primary useful to crack open UDP encapsulations (like VXLAN, GUE) for the purposes of parsing the encapsulated packet. Items in this patch set: - Constify skb a