Re: [ovs-dev] [PATCH v2] netdev, dpif: fix the crash/assert on port delete

2017-11-14 Thread Ashish Varma
Tested the patch with the steps causing the crash. No problem detected. Also ran make check with no issues. On Mon, Nov 13, 2017 at 2:06 PM, Ben Pfaff wrote: > I sent a patch series that should help a little. Would you mind testing > it against the case that was causing problems?

Re: [ovs-dev] [PATCH v2] netdev, dpif: fix the crash/assert on port delete

2017-11-13 Thread Ben Pfaff
I sent a patch series that should help a little. Would you mind testing it against the case that was causing problems? The series is posted here: https://patchwork.ozlabs.org/project/openvswitch/list/?series=13360 On Mon, Nov 13, 2017 at 12:36:06PM -0800, Ashish Varma wrote: > Thanks Ben. > >

Re: [ovs-dev] [PATCH v2] netdev, dpif: fix the crash/assert on port delete

2017-11-13 Thread Ashish Varma
Thanks Ben. On Mon, Nov 13, 2017 at 11:36 AM, Ben Pfaff wrote: > On Mon, Nov 06, 2017 at 12:17:45PM -0800, Ashish Varma wrote: > > a crash is seen in "netdev_ports_remove" when an interface is deleted > and added > > back in the system and when the interface is part of a bridge >

Re: [ovs-dev] [PATCH v2] netdev, dpif: fix the crash/assert on port delete

2017-11-13 Thread Ben Pfaff
On Mon, Nov 06, 2017 at 12:17:45PM -0800, Ashish Varma wrote: > a crash is seen in "netdev_ports_remove" when an interface is deleted and > added > back in the system and when the interface is part of a bridge configuration. > e.g. steps: > create a tap0 interface using "ip tuntap add.." >