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

cilium / cilium / 11593
39%

Build:
DEFAULT BRANCH: master
Ran 28 Oct 2019 05:42PM UTC
Jobs 1
Files 454
Run time 36s
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

28 Oct 2019 05:01PM UTC coverage: 45.34% (+0.003%) from 45.337%
11593

push

travis-ci-com

borkmann
bpf: fix nodeport insns over limit regressions in netdev/overlay progs

When BPF-based nodeport is enabled, then we're running into a regression
when IPv4 + IPv6 is enabled.

  # uname -a
  Linux apoc 4.19.57 #1 SMP Thu Jul 4 12:08:20 CEST 2019 x86_64 x86_64 x86_64 GNU/Linux

With tunneling:

  level=warning msg="+ tc filter replace dev cilium_vxlan ingress prio 1 handle 1 bpf da obj bpf_overlay.o sec from-overlay" subsys=datapath-loader
  level=warning subsys=datapath-loader
  level=warning msg="Prog section '2/19' rejected: Argument list too long (7)!" subsys=datapath-loader
  level=warning msg=" - Type:         3" subsys=datapath-loader
  level=warning msg=" - Attach Type:  0" subsys=datapath-loader
  level=warning msg=" - Instructions: 4137 (41 over limit)" subsys=datapath-loader
  level=warning msg=" - License:      GPL" subsys=datapath-loader

Without tunneling:

  level=warning msg="+ tc filter replace dev eno1 egress prio 1 handle 1 bpf da obj bpf_netdev.o sec to-netdev" subsys=datapath-loader
  level=warning subsys=datapath-loader
  level=warning msg="Prog section 'to-netdev' rejected: Argument list too long (7)!" subsys=datapath-loader
  level=warning msg=" - Type:         3" subsys=datapath-loader
  level=warning msg=" - Attach Type:  0" subsys=datapath-loader
  level=warning msg=" - Instructions: 4137 (41 over limit)" subsys=datapath-loader
  level=warning msg=" - License:      GPL" subsys=datapath-loader

Given we have the full port range for NAT, it's fine and least amount of
complexity to just reduce the SNAT_COLLISION_RETRIES by one. Mid-term we'll
have a 4.19.57 kernel in our CI to avoid such regressions.

Fixes: #9451
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

26081 of 57523 relevant lines covered (45.34%)

1196.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11593.1 28 Oct 2019 05:41PM UTC 0
45.34
Travis Job 11593.1
Source Files on build 11593
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #11593
  • 0c1914dc on github
  • Prev Build on master (#11586)
  • Next Build on master (#11603)
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