diff mbox series

[ovs-dev] ovn-northd-ddlog: Fix build errror due to wrong ovs-numa.h path.

Message ID 20210628152442.18592-1-dceara@redhat.com
State Accepted
Headers show
Series [ovs-dev] ovn-northd-ddlog: Fix build errror due to wrong ovs-numa.h path. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot success github build: passed

Commit Message

Dumitru Ceara June 28, 2021, 3:24 p.m. UTC
Fixes: 37ad427cfb78 ("northd: Port dummy-numa cli option from OVS")
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
---
 northd/ovn-northd-ddlog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Numan Siddique June 28, 2021, 8:02 p.m. UTC | #1
On Mon, Jun 28, 2021 at 11:25 AM Dumitru Ceara <dceara@redhat.com> wrote:
>
> Fixes: 37ad427cfb78 ("northd: Port dummy-numa cli option from OVS")
> Signed-off-by: Dumitru Ceara <dceara@redhat.com>

Oops.  Thanks for fixing it.  I applied.

Thanks
Numan

> ---
>  northd/ovn-northd-ddlog.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/northd/ovn-northd-ddlog.c b/northd/ovn-northd-ddlog.c
> index d81414ce7..bc2c75f51 100644
> --- a/northd/ovn-northd-ddlog.c
> +++ b/northd/ovn-northd-ddlog.c
> @@ -29,9 +29,9 @@
>  #include "memory.h"
>  #include "openvswitch/hmap.h"
>  #include "openvswitch/json.h"
> -#include "openvswitch/ovs-numa.h"
>  #include "openvswitch/poll-loop.h"
>  #include "openvswitch/vlog.h"
> +#include "ovs-numa.h"
>  #include "ovsdb-cs.h"
>  #include "ovsdb-data.h"
>  #include "ovsdb-error.h"
> --
> 2.27.0
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/northd/ovn-northd-ddlog.c b/northd/ovn-northd-ddlog.c
index d81414ce7..bc2c75f51 100644
--- a/northd/ovn-northd-ddlog.c
+++ b/northd/ovn-northd-ddlog.c
@@ -29,9 +29,9 @@ 
 #include "memory.h"
 #include "openvswitch/hmap.h"
 #include "openvswitch/json.h"
-#include "openvswitch/ovs-numa.h"
 #include "openvswitch/poll-loop.h"
 #include "openvswitch/vlog.h"
+#include "ovs-numa.h"
 #include "ovsdb-cs.h"
 #include "ovsdb-data.h"
 #include "ovsdb-error.h"