From 8131692770530c9a7687718e7620fc4fb583b935 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Tue, 18 Jul 2017 13:35:13 -0400 Subject: Add VPP and honeycomb services Change-Id: I6ed724f4c81a230a17584c33cc4de8b4000d525e --- releasenotes/notes/vpp-7368457faab68824.yaml | 7 +++++++ releasenotes/notes/vpp-ml2-9c1321fa30f3b172.yaml | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 releasenotes/notes/vpp-7368457faab68824.yaml create mode 100644 releasenotes/notes/vpp-ml2-9c1321fa30f3b172.yaml (limited to 'releasenotes/notes') 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. -- cgit 1.2.3-korg