2c83eb26a5
The following patch allows VF to VF mirroring in Tap-as-a-Service Code-changes are applicable for new tap agent driver for sriov on Intel i40e nic. Vlan Mirror input parameter is part of tap-flow-create API The current TaaS SRIOV driver is based on Intel i40e NIC driver with following requirements:- hardware: Intel Ethernet Network Adapter XXV710 (25GbE) Driver: Intel i40e v4.16.0 Ref Spec: openstack/neutron-specs/specs/rocky/port-mirroring-sriov-vfs.rst Commit: https://review.openstack.org/#/c/574477/ Change-Id: Id3aa83d7e1e22ae1806cef0c93e5dd61169c6735
14 lines
643 B
YAML
14 lines
643 B
YAML
---
|
|
prelude: >
|
|
Neutron TaaS is integrated with new TaaS Agent driver (i.e. SRIOV) for
|
|
Intel i40e driver backend.
|
|
features:
|
|
- |
|
|
[`blueprint port-mirroring-sriov-vf <https://blueprints.launchpad.net/neutron/+spec/port-mirroring-sriov-vf>`_]
|
|
* Adds a new TaaS Agent driver (i.e. SRIOV) for Intel i40e driver backend.
|
|
* Neutron TaaS Agent is refactored to decouple its tight binding with ovs
|
|
driver. This prepares the taas agent code-base for addition of a new
|
|
TaaS Agent driver (SRIOV).
|
|
* Adds a new API extension, i.e. taas-vlan-filter for adding a new
|
|
attribute (vlan_filter) in tap-flow data model.
|