
networking-spp has not been able to upgrade DPDK/SPP version from v18.08 because DPDK v18.11 and later have a problem that secondary processes can not use vhost PMD. Now the problem is fixed in DPDK v20.02, this patch makes Neutron SPP driver use DPDK/SPP v20.02. Change-Id: Ic51071c10bf8f7b954586c82bbf85421918be55e Blueprint: upgrade-dpdk-2002
spp-operator
spp-operator
Overview
The spp operator manages spp resource deployed to Kubernetes and automates tasks related to operating spp
Spp resource is a kind of Custom Resource Definition(CRD) composed of components below.
Requirements
- DPDK 18.08
- SPP stable-v18.08
- Kubernetes 1.17+
- Docker 18.9+
- Golang 1.13.3
- Operator-SDK 0.13.0
Install
See the Install
Usage
See the Usage
Test
See the Test