diff mbox series

[ovs-dev] Fix compilation error for m32.

Message ID 20210714222315.2692364-1-numans@ovn.org
State Accepted
Headers show
Series [ovs-dev] Fix compilation error for m32. | expand

Checks

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

Commit Message

Numan Siddique July 14, 2021, 10:23 p.m. UTC
From: Numan Siddique <numans@ovn.org>

Fixes: 895e02ec0be6("ovn-sbctl.c Add logical flows count numbers")
Signed-off-by: Numan Siddique <numans@ovn.org>
---
 utilities/ovn-sbctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff July 14, 2021, 11:47 p.m. UTC | #1
On Wed, Jul 14, 2021 at 06:23:15PM -0400, numans@ovn.org wrote:
> From: Numan Siddique <numans@ovn.org>
> 
> Fixes: 895e02ec0be6("ovn-sbctl.c Add logical flows count numbers")
> Signed-off-by: Numan Siddique <numans@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Numan Siddique July 15, 2021, 12:09 a.m. UTC | #2
On Wed, Jul 14, 2021 at 7:47 PM Ben Pfaff <blp@ovn.org> wrote:
>
> On Wed, Jul 14, 2021 at 06:23:15PM -0400, numans@ovn.org wrote:
> > From: Numan Siddique <numans@ovn.org>
> >
> > Fixes: 895e02ec0be6("ovn-sbctl.c Add logical flows count numbers")
> > Signed-off-by: Numan Siddique <numans@ovn.org>
>
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks for the review.  I applied the patch.

Numan

> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

diff --git a/utilities/ovn-sbctl.c b/utilities/ovn-sbctl.c
index 1ab148a67b..4d7e7d6702 100644
--- a/utilities/ovn-sbctl.c
+++ b/utilities/ovn-sbctl.c
@@ -983,7 +983,7 @@  print_lflow_counters(size_t n_flows, struct sbctl_lflow *lflows, struct ds *s)
                            prev->lflow->pipeline, dp_lflows, s);
 
     }
-    ds_put_format(s, "Total number of logical flows = %ld\n", n_flows);
+    ds_put_format(s, "Total number of logical flows = %"PRIuSIZE"\n", n_flows);
 }
 
 static void