[ovs-dev] [PATCH 1/2] Revert "dpif-netdev: Use compatible function type to fix broken build."

Justin Pettit jpettit at ovn.org
Wed Jul 25 21:01:31 UTC 2018


Commit ab15e70eb587 ("dpctl: Expand the flow dump type filter") will be
reverted, which this patch fixed, so it needs to be reverted as well.

This reverts commit b10ac772218afd4f296db866f6b80258e1d1ca8a.

CC: Gavi Teitz <gavi at mellanox.com>
CC: Simon Horman <simon.horman at netronome.com>
CC: Roi Dayan <roid at mellanox.com>
CC: Aaron Conole <aconole at redhat.com>
Signed-off-by: Justin Pettit <jpettit at ovn.org>
---
 lib/dpif-netdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index 6c3736ef517f..13a20f023554 100644
--- a/lib/dpif-netdev.c
+++ b/lib/dpif-netdev.c
@@ -3481,7 +3481,7 @@ dpif_netdev_flow_dump_cast(struct dpif_flow_dump *dump)
 
 static struct dpif_flow_dump *
 dpif_netdev_flow_dump_create(const struct dpif *dpif_, bool terse,
-                             struct dpif_flow_dump_types *type OVS_UNUSED)
+                             char *type OVS_UNUSED)
 {
     struct dpif_netdev_flow_dump *dump;
 
-- 
2.17.1



More information about the dev mailing list