diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-21 21:16:21 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-21 21:16:21 +0000 |
commit | 71f655326be5eee7e030946fb6dd6cd4ba03b640 (patch) | |
tree | 3534d52bbe87c25a8cae9064aa530d045d0f45d5 /releasenotes/notes | |
parent | d12c004bc9c630c756a6b0df351916b9e04b9778 (diff) | |
parent | f59e01c097c1bd9f121bf94a7978c40ffa4e80d8 (diff) |
Merge "Add VPP service"
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/vpp-7368457faab68824.yaml | 7 |
1 files changed, 7 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. |