• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubeovn / kube-ovn / 24137916977
25%

Build:
DEFAULT BRANCH: master
Ran 08 Apr 2026 01:31PM UTC
Jobs 1
Files 205
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Apr 2026 01:27PM UTC coverage: 24.334% (-0.006%) from 24.34%
24137916977

push

github

web-flow
fix(daemon): reorder SR-IOV representor lifecycle to prevent CmdAdd/CmdDel race (#6593)

* fix(daemon): reorder SR-IOV representor lifecycle to prevent CmdAdd/CmdDel race

Reorder LinkSetUp and LinkSetMTU on the SR-IOV VF representor so they
execute after OVS add-port instead of before, closing the window where
a concurrent CmdDel on the same VF could interfere with the representor
before it is attached to br-int.

Changes:
- renameLink: no longer calls LinkSetUp; representor stays DOWN after rename
- setupSriovInterface: remove LinkSetMTU (deferred to configureNic)
- configureNic: set MTU after add-port; configureHostNic then brings link UP
- deleteNic: LinkSetDown the representor before del-port
- Add deferred rollback to bring representor back UP on CmdAdd failure

Upstream reference: https://github.com/ovn-org/ovn-kubernetes/pull/6106

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>

* fix(daemon): use input string in MAC parse error message

Use the original mac input string with %q format instead of the parsed
macAddr result, which is nil on ParseMAC failure and produces an empty
error message.

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>

---------

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

0 of 26 new or added lines in 1 file covered. (0.0%)

13663 of 56148 relevant lines covered (24.33%)

0.28 hits per line

Uncovered Changes

Lines Coverage ∆ File
26
0.33
-0.0% pkg/daemon/ovs_linux.go
Jobs
ID Job ID Ran Files Coverage
1 24137916977.1 08 Apr 2026 01:31PM UTC 205
24.33
GitHub Action Run
Source Files on build 24137916977
  • Tree
  • List 205
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 558c6f87 on github
  • Prev Build on master (#24136831135)
  • Next Build on master (#24141905472)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc