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

Numan Siddique numans at ovn.org
Mon Jun 28 20:02:22 UTC 2021


On Mon, Jun 28, 2021 at 11:25 AM Dumitru Ceara <dceara at redhat.com> wrote:
>
> Fixes: 37ad427cfb78 ("northd: Port dummy-numa cli option from OVS")
> Signed-off-by: Dumitru Ceara <dceara at 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 at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list