File: generic-datapath-offloads-41cabb6842b41533.yaml

package info (click to toggle)
python-os-vif 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: python: 5,428; makefile: 25; sh: 2
file content (11 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
---
features:
  - A new set of attributes to port profiles has been introduced, namely
    ``Datapath Offload Types``, with ``DatapathOffloadRepresentor`` allowing
    os-vif to pass the required metadata for representors conforming to the
    kernel switchdev representor model.
deprecations:
  - The API for ``VIFPortProfileOVSRepresentor`` has been frozen pending
    deprecation of the class. Users should transition to setting the
    ``datapath_offload`` of ``VIFPortProfileOpenVSwitch`` to a
    ``DatapathOffloadRepresentor`` object to pass representor information.