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
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
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
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
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
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