Re: [ovs-dev] [fd leak 2/4] dpif-linux: Factor out port dumping helper functions.

2013-05-02 Thread Justin Pettit
Looks good. --Justin On May 1, 2013, at 5:15 PM, Ben Pfaff wrote: > These helpers simplify new code to be added in an upcoming commit. > > Signed-off-by: Ben Pfaff > --- > lib/dpif-linux.c | 46 +- > 1 files changed, 33 insertions(+), 13 deletions

[ovs-dev] [fd leak 2/4] dpif-linux: Factor out port dumping helper functions.

2013-05-01 Thread Ben Pfaff
These helpers simplify new code to be added in an upcoming commit. Signed-off-by: Ben Pfaff --- lib/dpif-linux.c | 46 +- 1 files changed, 33 insertions(+), 13 deletions(-) diff --git a/lib/dpif-linux.c b/lib/dpif-linux.c index 933aabe..b80c27a 1006