Update git submodules

* Update neutron from branch 'master'
  - Merge "Use pyroute2 for SRIOV VF commands"
  - Use pyroute2 for SRIOV VF commands
    
    Recent changes in some versions of iproute2 CLI output (v4.18),
    have invalidated the regular expression used to parse the
    "ip link" output.
    
    To solve this problem and avoid future ones, pyroute2 is used to
    retrieve the virtual functions information and set the VF attributes
    (spoofcheck, min_tx_rate, max_tx_rate and link_state).
    
    pyroute2 extended the "ip link" support to retrieve this information,
    adding "ext_mask=1" in the get command. If no virtual functions are
    present in this particular network interface, the added method,
    "get_link_vfs",  will return an empty list.
    
    The set commands can return a "InterfaceOperationNotSupported" in
    case the operation is not supported. For min_tx_rate, if the driver
    does not support to set a minimum bandwidth, an "InvalidArgument"
    (from a pyroute2.NetlinkError(22)) exception will be raised.
    
    Change-Id: I680da4f64bd114f1caecaaeedbf8a4b1915a0849
    Closes-Bug: #1878042
This commit is contained in:
Zuul 2020-06-04 23:08:27 +00:00 committed by Gerrit Code Review
parent 9d8beebe10
commit 8f74d23e6e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 84793094bc5f01f317452a85a8891b81a41988f3
Subproject commit c6e5e119b84a7d55e539509050ce56236ebf57c6