Contents

Introduction

Release Deliverables

Release Milestones

NameDescription
Model for FlowObjectiveFlowObjective is abstracted API which will be implemented by the drivers to provide the hardware specific flows. FlowObjective presents the simplified API to application, so that application can write the flows without platform awareness.
FlowObjective driver implementation for ovs soft switch platformImplementation of FlowObjective for the OpenVswitch(OVS) software switch. Currently we are assuming OVS supports two table pipeline (FIB and Forwarding table), with these assumption we will give the sample implementation for ovs two table pipeline drivers.


MilestoneOffset 1 DateDeliverables
M110/27/2016


NameStatusDescription
Release PlanDoneCandidate Release Plan


M212/1/2016


NameStatusDescription
Release Planalign="center" bgColor="green"Final Release Plan


M31/19/2017


NameStatusDescription
Feature FreezeDone


M42/16/2017


NameStatusDescription
API FreezeDone


M53/16/2017


NameDescription
Code Freeze



Externally Consumable APIs

APIAPI StatusShort description
FlowObjective APIAvailableAbstraction API, so that driver can covert the FlowObjective to flows as per their hardware capabilities and limitations.


Expected Dependencies on Other Projects

Compatibility with Previous Releases

N/A


Test Tool Requirements