]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ML2 mechanism driver for SR-IOV capable NIC based switching, Part 1
authorIrena Berezovsky <irenab@mellanox.com>
Tue, 18 Feb 2014 13:13:58 +0000 (15:13 +0200)
committerIrena Berezovsky <irenab@mellanox.com>
Tue, 22 Jul 2014 15:42:39 +0000 (18:42 +0300)
commitad96e6e38d46249c53296d94d5b07dfd04274769
tree50222a2619e7126b564cd74f61907ee926e2b5af
parent1b621fc8a5651d47b4285fa193dda8b90350f002
ML2 mechanism driver for SR-IOV capable NIC based switching, Part 1

This set of changes introduces the ML2 mechanism driver for SR-IOV capable NIC based switching.
Please see the blueprint for more information.
The review is submitted in two parts:
- Part 1 (this part)
    The Mechanism Driver to support port binding for SR-IOV virtual functions of
    SRIOV capable switching NICs, such as Mellanox ConnectX Family.

    Use configurable list of supported NIC vendor and product PCI ids to filter
    devices to bind the SR-IOV port.
    Use configurable agent_required option to require SRIOV L2 Agent
    for bort binding.

- Part2
    The SRIOV NIC Based L2 Agent.

Partially implements: blueprint ml2-sriov-nic-switch

Change-Id: If3d28df2a8ffe72ae512ddae076f42fca936cff7
etc/neutron/plugins/ml2/ml2_conf_sriov.ini [new file with mode: 0644]
neutron/common/constants.py
neutron/extensions/portbindings.py
neutron/plugins/ml2/drivers/mech_sriov/__init__.py [new file with mode: 0644]
neutron/plugins/ml2/drivers/mech_sriov/mech_driver.py [new file with mode: 0644]
neutron/plugins/ml2/rpc.py
neutron/tests/unit/ml2/drivers/mech_sriov/__init__.py [new file with mode: 0644]
neutron/tests/unit/ml2/drivers/mech_sriov/test_mech_sriov_nic_switch.py [new file with mode: 0644]
setup.cfg