-
Notifications
You must be signed in to change notification settings - Fork 374
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
opensuse Leap15.6 make vmnet-only 17.5.1 failure #262
Comments
Can you try some of these branches? https://github.com/nan0desu/vmware-host-modules/wiki |
Sadly neither |
I stumbled upon this: There's a line that needs to be added to bridge.c: #include <net/gso.h> That fixed Workstation 17 Pro, and it finished the install and is now working. |
Thx a lot, the #225, which is including the gso.h and my first attempt together fixed it finally! |
Kernel: 6.4.0-150600.23.7-default (64-bit)
executing make with the fix (if it is the correct thing to do?)
in vmnetInt.h line 44:
...
CC [M] /home/xyz/Downloads/install/vmware/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.o
/home/xyz/Downloads/install/vmware/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.c: In function ‘VNetBridgeSendLargePacket’:
/home/xyz/Downloads/install/vmware/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.c:1418:11: error: implicit declaration of function ‘skb_gso_segment’; did you mean ‘tcp_gso_segment’? [-Werror=implicit-function-declaration]
segs = skb_gso_segment(skb, 0);
^~~~~~~~~~~~~~~
tcp_gso_segment
/home/xyz/Downloads/install/vmware/vmware-host-modules-workstation-17.5.1/vmnet-only/bridge.c:1418:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
segs = skb_gso_segment(skb, 0);
^
cc1: some warnings being treated as errors
The text was updated successfully, but these errors were encountered: