Skip to content

Tags: przemeklal/sriov-cni

Tags

v1.0.0

Toggle v1.0.0's commit message
fixed VF selection issue from PF

refactoring caused a new issue with selecting a free VF given a
PF name.

Change-Id: Ia7f1e62a55a67a752770332dafc9d1f632479ae4

v0.4.0

Toggle v0.4.0's commit message
Releasing version v0.4.0

 - Supports VF information given from a meta-plugin
 - Container based deployment

v0.3-alpha

Toggle v0.3-alpha's commit message
added support with VF device information

    This change enables this plugin to accept VF information
    provided by another plugin e.g cnishim. Pluging now accepts
    pre-allocated VF informaiton such as VF number, PCI address
    and PF information.

Change-Id: I87c6ffa47521c9927d221876bedf6016dd5d56c2

v0.2

Toggle v0.2's commit message
fix deletion error with empty if0name

If if0name parameter is emtpy then plugin save dpdk information with
CNI_IFNAME value. On deletion it unable to find the file and throws
error. This patch fix this issue.

Change-Id: Ia685f1780822fa13021ba73160245f24a421b5e9

v0.2-alpha

Toggle v0.2-alpha's commit message
adding only shared vfs and excluding phys port id support

v0.1

Toggle v0.1's commit message
Make run test case more easy