Re: [ovs-dev] multi-table support

2014-10-16 Thread Learner Study
also this is > invisible to the OpenFlow controller. > > Hope this helps, > > Jarno > > >> On Oct 15, 2014, at 12:55 AM, Learner Study wrote: >> >> Hi, >> >> Does OVS-2.x support multiple table in kernel or is it just in user space

[ovs-dev] multi-table support

2014-10-15 Thread Learner Study
Hi, Does OVS-2.x support multiple table in kernel or is it just in user space? If only in user-space, is there a reason not to move it to kernel fast path? Thanks Martin ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/de

Re: [ovs-dev] OVS porting

2012-09-05 Thread Learner Study
at 7:06 AM, Ben Pfaff wrote: > I'm not aware of such source code. (If there was a good example of such > a port, we probably would have at least considered integrating it into > the public OVS tree, but no one has mentioned such a port to us.) > > On Wed, Sep 05, 2012 at 02:38:3

Re: [ovs-dev] OVS porting

2012-09-05 Thread Learner Study
Hi Justin, OVS-experts, Are you aware of any open source code for such a port to non Unix platform? Somewhere I read that older versions of OVS supported this but I couldn't locate anything relevant. I'm interested in learning how HW based offload could be utilized to accelerate performance. Give

[ovs-dev] STT

2012-08-14 Thread Learner Study
Hello, I have following questions: 1. Are there any plans to support STT overlay in OVS? 2. Are there any compliance reports available for OVS wrt support for OpenFlow 1.0, and supported overlays such as capwap, GRE implementation. Could someone point me to any available data? Thanks in advance

[ovs-dev] jhash2

2012-06-27 Thread Learner Study
Hello, I'm using ovs and would like to use my own algorithm for hash related operations in ovs code base. I have identified that ovs_flow_hash() makes calls to jhash2() function inside Linux kernel. Would it sufficient to replace jhash2 function w/ my own hash function (with exactly same semantic