Re: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference in Buffermgmt.c

2018-11-15 Thread Sairam Venugopal
serd...@ovn.org > > Trimis: Thursday, November 15, 2018 4:52 PM > > Către: 'Sairam Venugopal' ; d...@openvswitch.org > > Subiect: Re: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference in > > Buffermgmt.c >

Re: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference in Buffermgmt.c

2018-11-15 Thread Sairam Venugopal
nvswitch.org> În numele aserd...@ovn.org > Trimis: Thursday, November 15, 2018 4:52 PM > Către: 'Sairam Venugopal' ; d...@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference in > Buffermgmt.c > > Thanks for the fix

Re: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference in Buffermgmt.c

2018-11-15 Thread Ben Pfaff
iginal- > > > De la: ovs-dev-boun...@openvswitch.org > > boun...@openvswitch.org> În numele Sairam Venugopal > > > Trimis: Wednesday, November 14, 2018 10:07 PM > > > Către: d...@openvswitch.org > > > Subiect: [ovs-dev] [PATCH] d

Re: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference in Buffermgmt.c

2018-11-15 Thread aserdean
Thanks for the fix! Acked-by: Alin Gabriel Serdean > -Mesaj original- > De la: ovs-dev-boun...@openvswitch.org boun...@openvswitch.org> În numele Sairam Venugopal > Trimis: Wednesday, November 14, 2018 10:07 PM > Către: d...@openvswitch.org > Subiect: [ovs-dev] [PATCH

Re: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference in Buffermgmt.c

2018-11-15 Thread Alin Serdean
Venugopal' ; d...@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] datapath-windows: Fix invalid reference in > Buffermgmt.c > > Thanks for the fix! > > Acked-by: Alin Gabriel Serdean > > > -Mesaj original- > > De la: ovs-dev-boun...@openvswitch.org > boun...@ope

[ovs-dev] [PATCH] datapath-windows: Fix invalid reference in Buffermgmt.c

2018-11-14 Thread Sairam Venugopal
OVS_BUFFER_CONTEXT gets cleared as part of NdisFreeNetBufferListContext function call. This causes an invalid reference error. Found while testing with driver verifier enabled. Signed-off-by: Sairam Venugopal --- datapath-windows/ovsext/BufferMgmt.c | 6 -- 1 file changed, 4 insertions(+),