Thanks, Ben. That you've even considered this approach makes me feel
better about implementing it in my baseline for now.
I'll ponder a longer-term solution, too... From an Openflow perspective,
the pinch point seems to be that the netdev name is treated as equivalent
to the Openflow port name.
On Thu, Mar 08, 2012 at 11:12:58AM -0800, Casey Barker wrote:
> I'm experimenting with running multiple ofproto instances from within a
> single process, where Open vSwitch is linked as a library, and the
> datapaths operate outside the kernel. These ofproto instances are
> completely independent
I'm experimenting with running multiple ofproto instances from within a
single process, where Open vSwitch is linked as a library, and the
datapaths operate outside the kernel. These ofproto instances are
completely independent of each other, each representing a separate logical
switching entity.