Skip to content

Releases: infinitydon/dra-linux-networks

v0.5.2

Choose a tag to compare

@infinitydon infinitydon released this 26 Jun 22:04

Release v0.5.2 updates the DPDK configuration model and documentation.\n\nHighlights:\n- Renames the DPDK host-driver allow-list to allowedKernelDrivers while keeping drivers as a backwards-compatible alias.\n- Rejects unsafe VFIO no-IOMMU DPDK discovery unless dpdk.include.pciAddresses is explicitly set.\n- Removes redundant DPDK opaque claim config from examples.\n- Documents the lab DPDK BDF allow-list used by examples/values-netdevices.yaml.\n\nContainer image: ghcr.io/infinitydon/dra-linux-networks:0.5.2

v0.5.0

Choose a tag to compare

@infinitydon infinitydon released this 22 Jun 13:14

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@infinitydon infinitydon released this 21 Jun 21:49

Full Changelog: v0.3.8...v0.4.0

v0.3.8

Choose a tag to compare

@infinitydon infinitydon released this 21 Jun 17:59

Full Changelog: v0.3.7...v0.3.8

v0.3.7

Choose a tag to compare

@infinitydon infinitydon released this 21 Jun 17:50

Full Changelog: v0.3.6...v0.3.7

v0.3.6

Choose a tag to compare

@infinitydon infinitydon released this 21 Jun 17:40

Full Changelog: v0.3.5...v0.3.6

v0.3.5

Choose a tag to compare

@infinitydon infinitydon released this 21 Jun 16:02

Full Changelog: v0.3.4...v0.3.5

v0.3.4

Choose a tag to compare

@infinitydon infinitydon released this 21 Jun 15:20

Full Changelog: v0.3.3...v0.3.4

v0.3.3

Choose a tag to compare

@infinitydon infinitydon released this 21 Jun 14:57

Flexible PCI filtering and VPP validation

  • Omitted pciClasses defaults safely to Ethernet class 0200.
  • Explicit pciClasses: [] disables class filtering while retaining driver and include/exclude filters.
  • Adds a digest-pinned ligato/vpp-base:25.10-release two-replica example.
  • Adds live-tested e2e coverage proving distinct PCI and VFIO-group injection into both VPP instances.
  • Each VPP exposes an Intel iAVF VirtualFunctionEthernet and sees only its allocated VFIO group.

v0.3.2

Choose a tag to compare

@infinitydon infinitydon released this 21 Jun 14:12

Operator-owned device inventory

  • Public Helm defaults now contain interfaces: [] and dpdk.enabled: false.
  • No host interface or PCI device is advertised until an operator supplies inventory.
  • Empty inventory is valid and withdraws existing node ResourceSlice pools.
  • Adds examples/values-netdevices.yaml as a generic values-file starting point.
  • Live-tested with explicit lab inventory and the DPDK/CDI e2e suite.