Re: [ovs-dev] [PATCH 3/4] ofproto-dpif: Implement patch ports in userspace.

2013-01-22 Thread Ethan Jackson
Please have a look at this version. The other version had a problem in the unit tests which could caused them to fail when the hash implementation changed. In this function, I remove the dependency that caused the problem. --- This commit moves responsibility for implementing patch ports from t

[ovs-dev] [PATCH 3/4] ofproto-dpif: Implement patch ports in userspace.

2013-01-22 Thread Ethan Jackson
This commit moves responsibility for implementing patch ports from the datapath to ofproto-dpif. There are two main reasons to do this. The first is a matter of design: ofproto-dpif both has more information than the datapath, and is better suited to handle the complexity required to implement p