Deepak Tiwari 2c83eb26a5 Add SRIOV mirroring support to Tap as a Service.
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
2019-04-09 18:41:39 -05:00
2017-01-14 08:25:51 +00:00
2018-06-11 19:22:31 +08:00
2017-08-07 07:56:14 +09:00
2018-03-01 10:45:31 +00:00
2015-10-17 22:41:02 +00:00
2015-07-24 16:09:56 +02:00
2015-10-02 02:57:37 +09:00
2018-12-20 21:33:51 +01:00
2015-07-24 16:09:56 +02:00
2016-01-20 02:09:20 +00:00
2015-07-24 16:09:56 +02:00
2016-02-02 04:44:30 +00:00
2017-03-03 10:29:50 +09:00
2019-02-19 20:39:21 +09:00

Tap as a Service

Tap-as-a-Service (TaaS) is an extension to the OpenStack network service (Neutron). It provides remote port mirroring capability for tenant virtual networks.

Port mirroring involves sending a copy of packets entering and/or leaving one port to another port, which is usually different from the original destinations of the packets being mirrored.

This service has been primarily designed to help tenants (or the cloud administrator) debug complex virtual networks and gain visibility into their VMs, by monitoring the network traffic associated with them. TaaS honors tenant boundaries and its mirror sessions are capable of spanning across multiple compute and network nodes. It serves as an essential infrastructure component that can be utilized for supplying data to a variety of network analytics and security applications (e.g. IDS).

For installing Tap-as-a-Service with Devstack please read the INSTALL.rst file

Description
Tap-as-a-Service is a project to introduce the functionality of port mirroring in OpenStack Neutron provisioned networks.
Readme 8.6 MiB
Languages
Python 98.6%
Shell 1.3%
Mako 0.1%