Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calico Pod to Pod communication not working on SLE 15 SP1 #1

Open
Anil-YadavK8s opened this issue Aug 27, 2020 · 2 comments
Open

Calico Pod to Pod communication not working on SLE 15 SP1 #1

Anil-YadavK8s opened this issue Aug 27, 2020 · 2 comments

Comments

@Anil-YadavK8s
Copy link

Calico Pod to Pod communication not working on SLE 15 SP1 kernel version:4.12.14-197.51-default

Kernel version: 4.12.14-197.51-default

Related issue on calico: projectcalico/calico#3908

It was specific driver version of vmxnet3 which was causing the issue which is controlled by kernel version of Suse Linux Vm (4.12.14-197.51-default).

Problematic: vmnet3 version
ccdadmin@seliicbl01489-ns1-testbed3-m2:~> sudo ethtool -i eth0
driver: vmxnet3
version: 1.5.0.0-k-NAPI
firmware-version:
expansion-rom-version:
bus-info: 0000:04:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no

After downgrading the kernel version nodes from 4.12.14-197.51-default to 4.12.14-195-default, Pod to Pod communication is working without any WR to disable TSO.

Current workaround on kernel (4.12.14-197.51-default) is to disable TSO.

@hramrach
Copy link

hramrach commented Aug 27, 2020 via email

@Anil-YadavK8s
Copy link
Author

Thanks @hramrach for direction. Will raise the ticket to bugzilla.suse.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants