Re: [ovs-dev] [PATCH] dpif-netdev: Initialize 'tun_md' member of match.

2017-07-15 Thread Justin Pettit
> On Jul 14, 2017, at 12:57 PM, Ben Pfaff wrote: > > On Sun, Jul 09, 2017 at 11:51:38PM -0700, Justin Pettit wrote: >> Found by valgrind. > > Acked-by: Ben Pfaff Thanks. I pushed this to master. --Justin ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH] dpif-netdev: Initialize 'tun_md' member of match.

2017-07-14 Thread Ben Pfaff
On Sun, Jul 09, 2017 at 11:51:38PM -0700, Justin Pettit wrote: > Found by valgrind. Acked-by: Ben Pfaff ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH] dpif-netdev: Initialize 'tun_md' member of match.

2017-07-09 Thread Justin Pettit
Found by valgrind. --- lib/dpif-netdev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 6bae4acd0dd9..bf923fa9bee8 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -2430,6 +2430,7 @@ dp_netdev_flow_add(struct dp_netdev_pmd_thread *pmd,