Re: [ovs-dev] [PATCH v2 0/4] ovn : Support native dhcp in ovn controller

2015-11-19 Thread Russell Bryant
On 11/18/2015 11:06 AM, Numan Siddique wrote:
> This patch series introduces native dhcp support in ovn controller.
> 
> Babu Shanmugam (3):
>   ovn: Dedicated connection handler for packet-ins
>   ovn: New flows for DHCP tranffic
>   ovn: Process dhcp packet-ins and respond through packet-outs
> 
> Numan Siddique (1):
>   ovn: Add tests for ovn dhcp

I tried to apply the first patch and it was corrupt.

Can you try posting the series using "git send-email" ?  That should
help avoid problems like that.

-- 
Russell Bryant
___
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev


[ovs-dev] [PATCH v2 0/4] ovn : Support native dhcp in ovn controller

2015-11-18 Thread Numan Siddique
This patch series introduces native dhcp support in ovn controller.

Babu Shanmugam (3):
  ovn: Dedicated connection handler for packet-ins
  ovn: New flows for DHCP tranffic
  ovn: Process dhcp packet-ins and respond through packet-outs

Numan Siddique (1):
  ovn: Add tests for ovn dhcp

 lib/ofp-util.c  |  14 ++
 lib/ofp-util.h  |   3 +
 ovn/controller/automake.mk  |   4 +
 ovn/controller/ovn-controller.c |   6 +
 ovn/controller/ovn-dhcp.c   | 493 
 ovn/controller/ovn-dhcp.h   |  34 +++
 ovn/controller/physical.c   |  27 ++-
 ovn/controller/pinctrl.c| 224 ++
 ovn/controller/pinctrl.h|  36 +++
 ovn/ovn-nb.xml  |  29 +++
 ovn/ovn-sb.xml  |  29 +++
 tests/automake.mk   |   1 +
 tests/ovn.at| 184 +++
 tests/test-ovn-dhcp.c   | 211 +
 14 files changed, 1292 insertions(+), 3 deletions(-)
 create mode 100644 ovn/controller/ovn-dhcp.c
 create mode 100644 ovn/controller/ovn-dhcp.h
 create mode 100644 ovn/controller/pinctrl.c
 create mode 100644 ovn/controller/pinctrl.h
 create mode 100644 tests/test-ovn-dhcp.c

-- 
2.5.0

___
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev