Skip to content

Releases: k8snetworkplumbingwg/sriov-cni

v1.1.0

10 Apr 09:40
Compare
Choose a tag to compare

Add travis CI and unit tests
Remove "if0name"
Support dpdk interface with types of vfio-pci, uio_pci_generic and igb_uio
Fix bugs

Released version v1.0.0

06 Dec 10:28
Compare
Choose a tag to compare
  • Replaced "if0" field-name with "master"
  • Supports pre-assigned VF(VF pci address)
  • Docker image based deployment
  • Removed 'fixipam'

Pre-release alpha version for SRIOV Network device plugin

18 May 15:48
Compare
Choose a tag to compare
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

Stable SRIOV CNI with bug fixes

18 May 14:22
Compare
Choose a tag to compare
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

13 Apr 09:59
Compare
Choose a tag to compare
adding only shared vfs and excluding phys port id support