Hi All, We are working on the implementation of eviction on the basis of importance in accordance to the OpenFlow Specs 1.4.Also we are using Open vSwitch 2.3.0 stable version downloaded from "http://openvswitch.org/releases/openvswitch-2.3.0.tar.gz" for development.
The following changes have been made and need your approval on the same: 1. Currently we have modified ofp11_flow_mod in openflow-1.1.h for addition of "ovs_be16 importance" parameter. Query: Do we need to create ofp14_flow_mod as the structure is currently not present in openflow-1.4.h or the enhancement to ofp11_flow_mod in openflow-1.1.h is justified. 2. We noticed that when using "add-flow" command with argument "-O OpenFlow14" a error message is thrown """ 2014-09-12T11:53:48Z|00001|vconn|WARN|unix:/usr/local/var/run/openvswitch/br0.mgmt: version negotiation failed (we support version 0x05, peer supports version 0x04 and earlier) ovs-ofctl: br0: failed to connect to socket (Broken pipe) """ And we understand that OF14 is not yet fully implemented. Query: So currently we are testing the changes via "-O OpenFlow13". Do we need to do it some other way or is this correct ? Thank You Regards Rishi =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev