Re: [ovs-dev] [PATCH 3/3] datapath: Add basic MPLS support to kernel

2013-03-09 Thread Simon Horman
On Thu, Mar 07, 2013 at 11:12:31AM -0800, Ben Pfaff wrote: > On Thu, Mar 07, 2013 at 04:12:22AM +0100, Simon Horman wrote: > > Perhaps Ben has some ideas, but it seems to me that the > > way that execute_* and compose_* interact needs to be changed > > around in order to preserve the order of actio

Re: [ovs-dev] question about openvswitch

2013-03-09 Thread Andy Zhou
If you simply want a faster datapath implementation, you may want to consider just optimizing the kernel datapath code using OCTEON SDK APIs. As you may already know, most of the SE API are ported the kernel as the base APIs for OCTEON NIC driver. This approach will allow you to speed up datapat