Re: [ovs-dev] [bondlib 19/19] bridge: Avoid partitioning the dst set.
Looks Good. On Fri, Mar 25, 2011 at 10:35 AM, Ben Pfaff wrote: > Scanning the dsts twice seems may be a little more efficient than > partitioning it, and it now seems more straightforward to me. > --- > vswitchd/bridge.c | 73 > ++--- > 1 files
[ovs-dev] [bondlib 19/19] bridge: Avoid partitioning the dst set.
Scanning the dsts twice seems may be a little more efficient than partitioning it, and it now seems more straightforward to me. --- vswitchd/bridge.c | 73 ++--- 1 files changed, 19 insertions(+), 54 deletions(-) diff --git a/vswitchd/bridge.c b/v