On Thu, Jul 18, 2013 at 2:47 PM, Jesse Gross wrote:
> On Tue, Jul 16, 2013 at 9:06 AM, Pravin B Shelar wrote:
>> diff --git a/datapath/linux/compat/flow_dissector.c
>> b/datapath/linux/compat/flow_dissector.c
>> new file mode 100644
>> index 000..f5fca26
>> --- /dev/null
>> +++ b/datapath/li
On Tue, Jul 16, 2013 at 9:06 AM, Pravin B Shelar wrote:
> diff --git a/datapath/linux/compat/flow_dissector.c
> b/datapath/linux/compat/flow_dissector.c
> new file mode 100644
> index 000..f5fca26
> --- /dev/null
> +++ b/datapath/linux/compat/flow_dissector.c
> @@ -0,0 +1,202 @@
> +
> +#inclu
Following patch restructures vxlan tunneling so that it is more
in sync with upstream vxlan tunneling code.
Signed-off-by: Pravin Shelar
---
v1-v2:
- Added create flag to vxlan-port add.
- Moved rxhash functions to flow_dissector.c
---
datapath/compat.h |6 +
da