diff options
author | Feng Pan <fpan@redhat.com> | 2017-07-18 13:35:13 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2017-07-27 11:12:01 -0400 |
commit | 8131692770530c9a7687718e7620fc4fb583b935 (patch) | |
tree | e60cf9433bcda48b57904c22a2583e6f1d546a5a /releasenotes/notes | |
parent | e5c62346823df230beac221a8a413dd57810f3e8 (diff) |
Add VPP and honeycomb services
Change-Id: I6ed724f4c81a230a17584c33cc4de8b4000d525e
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/vpp-7368457faab68824.yaml | 7 | ||||
-rw-r--r-- | releasenotes/notes/vpp-ml2-9c1321fa30f3b172.yaml | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/vpp-7368457faab68824.yaml b/releasenotes/notes/vpp-7368457faab68824.yaml new file mode 100644 index 0000000..94264c5 --- /dev/null +++ b/releasenotes/notes/vpp-7368457faab68824.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + Add profiles for VPP service. Vector Packet Processing (VPP) is a high + performance packet processing stack that runs in user space in Linux. + VPP is used as an alternative to kernel networking stack for accelerated + network data path. diff --git a/releasenotes/notes/vpp-ml2-9c1321fa30f3b172.yaml b/releasenotes/notes/vpp-ml2-9c1321fa30f3b172.yaml new file mode 100644 index 0000000..2f8ae14 --- /dev/null +++ b/releasenotes/notes/vpp-ml2-9c1321fa30f3b172.yaml @@ -0,0 +1,3 @@ +--- +features: + - Adds support for networking-vpp ML2 mechanism driver and agent. |