[ovs-dev] [PATCH 59/62] dpif-netdev: fix functional test errors

Tao YunXiang taoyunxiang at cmss.chinamobile.com
Mon Dec 28 09:25:17 UTC 2020


From: LIU CHANG <liuchang at cmss.chinamobile.com>

---
 lib/dpif-netdev.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index 1eaad3e..cf89d6c 100644
--- a/lib/dpif-netdev.c
+++ b/lib/dpif-netdev.c
@@ -3662,8 +3662,6 @@ dp_netdev_flow_add(struct dp_netdev_pmd_thread *pmd,
 
         ds_put_cstr(&ds, "flow_add: ");
         odp_format_ufid(ufid, &ds);
-        ds_put_cstr(&ds, " mega_");
-        odp_format_ufid(&flow->mega_ufid, &ds);
         ds_put_cstr(&ds, " ");
         odp_flow_format(key_buf.data, key_buf.size,
                         mask_buf.data, mask_buf.size,
-- 
1.8.3.1





More information about the dev mailing list