This patch series contains a design update for OpenvSwitch. The series is split into three parts: First, following up with the design discussion at GanetiCon, a new structure for nicparams[constants.NIC_LINK] is proposed. It should move from a string to a dict in order to hold more information. Secondly, the already used design for the vlans is adopted in a way that vlans are being stored inside the newly proposed link object. Lastly, it is proposed to put the parameters which will be needed for the implementation of QoS also into the new link object.
Sebastian Gebhard (3): OpenvSwitch design update: link object OpenvSwitch design update: vlans inside link object OpenvSwitch design update: QoS doc/design-openvswitch.rst | 60 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 54 insertions(+), 6 deletions(-) -- 1.8.1.2
