Re: [ovs-dev] [PATCH 1/2] netdev: Refactor destruction of netdev_ports.

2017-08-02 Thread Ben Pfaff
On Tue, Jun 27, 2017 at 11:13:09AM -0700, Joe Stringer wrote: > An upcoming patch will reuse this from elsewhere. > > Signed-off-by: Joe Stringer I see that Darrell reviewed patch 2, but it's not clear to me whether this patch series is properly reviewed. Do you want me to look at it? (Sorry ab

[ovs-dev] [PATCH 1/2] netdev: Refactor destruction of netdev_ports.

2017-06-27 Thread Joe Stringer
An upcoming patch will reuse this from elsewhere. Signed-off-by: Joe Stringer --- lib/netdev.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lib/netdev.c b/lib/netdev.c index 765bf4b9ccad..eb7aef7376f1 100644 --- a/lib/netdev.c +++ b/lib/netdev.c @@ -2218,6