The patch looks good, but you need to add a sign-off. See Documentation/internals/contributing/submitting-patches.rst, the "Tags" section for details.

On 10/31/2018 11:24 PM, xurong00037997 wrote:
---
  ovn/controller/ovn-controller.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ovn/controller/ovn-controller.c b/ovn/controller/ovn-controller.c
index 2b2779a..dd481b6 100644
--- a/ovn/controller/ovn-controller.c
+++ b/ovn/controller/ovn-controller.c
@@ -792,7 +792,7 @@ main(int argc, char *argv[])
if (pending_pkt.conn) {
                      char *error = ofctrl_inject_pkt(br_int, 
pending_pkt.flow_s,
-                                                    &port_groups, &addr_sets);
+                                                    &addr_sets, &port_groups);
                      if (error) {
                          unixctl_command_reply_error(pending_pkt.conn, error);
                          free(error);


_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to