I need an answer
14 Jan 2023 23:42 #261994
by PCW
Replied by PCW on topic I need an answer
Also note:
Intel MACS need to have IRQ coalescing disabled
This is described in the hm2_eth man page
Intel MACS need to have IRQ coalescing disabled
This is described in the hm2_eth man page
Please Log in or Create an account to join the conversation.
- acourtjester
- Offline
- Elite Member
Less
More
- Posts: 282
- Thank you received: 23
15 Jan 2023 23:05 #262077
by acourtjester
Replied by acourtjester on topic I need an answer
Thanks for your reply, understand I am a newbie with Linuxcnc. After searching the web (and search here) to seem if I could understand the IRQ coalescing disable.
You had suggested using the command sudo ethtool -C enp0s25 rx-usecs 0 to see if that cleared up the problem. I understand that is not a real fix, just a test. I will do that, also other info talks about disabling
vitualization in the BIOS of the PC may help as a fix
If I am incorrect please elaborate
You had suggested using the command sudo ethtool -C enp0s25 rx-usecs 0 to see if that cleared up the problem. I understand that is not a real fix, just a test. I will do that, also other info talks about disabling
vitualization in the BIOS of the PC may help as a fix
If I am incorrect please elaborate
Please Log in or Create an account to join the conversation.
15 Jan 2023 23:27 - 15 Jan 2023 23:28 #262078
by PCW
Replied by PCW on topic I need an answer
Yes,
sudo ethtool -C enp0s25 rx-usecs 0
will only change the IRQ setting until the next reboot
But it should improve network latency, which you can test by pinging the FPGA card
before and after the ethtool command
To make the fix permanent, you add the command to the interfaces file as described
in the hm2_eth manual page
sudo ethtool -C enp0s25 rx-usecs 0
will only change the IRQ setting until the next reboot
But it should improve network latency, which you can test by pinging the FPGA card
before and after the ethtool command
To make the fix permanent, you add the command to the interfaces file as described
in the hm2_eth manual page
Last edit: 15 Jan 2023 23:28 by PCW.
Please Log in or Create an account to join the conversation.
- acourtjester
- Offline
- Elite Member
Less
More
- Posts: 282
- Thank you received: 23
16 Jan 2023 15:26 #262133
by acourtjester
Replied by acourtjester on topic I need an answer
Attachments:
Please Log in or Create an account to join the conversation.
16 Jan 2023 17:11 #262146
by PCW
Replied by PCW on topic I need an answer
Those ping times suggest that you are not pinging the FPGA card but the host itself
(that is you have the host IP address set to 10.10.10.10 rather than say 10.10.10.100)
(that is you have the host IP address set to 10.10.10.10 rather than say 10.10.10.100)
Please Log in or Create an account to join the conversation.
- acourtjester
- Offline
- Elite Member
Less
More
- Posts: 282
- Thank you received: 23
16 Jan 2023 17:33 #262149
by acourtjester
Replied by acourtjester on topic I need an answer
Attachments:
Please Log in or Create an account to join the conversation.
16 Jan 2023 17:40 - 16 Jan 2023 17:43 #262150
by PCW
Replied by PCW on topic I need an answer
In the IPV4 tab, set the IP address to 10.10.10.X
Where X is not 0, 1, 10, or 255
Also disable IPV6 addressing
Where X is not 0, 1, 10, or 255
Also disable IPV6 addressing
Last edit: 16 Jan 2023 17:43 by PCW.
Please Log in or Create an account to join the conversation.
- acourtjester
- Offline
- Elite Member
Less
More
- Posts: 282
- Thank you received: 23
16 Jan 2023 17:59 #262151
by acourtjester
Replied by acourtjester on topic I need an answer
Do I need to remove and enter it as a new connection???
Please Log in or Create an account to join the conversation.
16 Jan 2023 18:50 #262153
by PCW
Replied by PCW on topic I need an answer
No, you edit the existing connection
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- acourtjester
- Offline
- Elite Member
Less
More
- Posts: 282
- Thank you received: 23
16 Jan 2023 20:35 - 16 Jan 2023 20:38 #262161
by acourtjester
Replied by acourtjester on topic I need an answer
Attachments:
Last edit: 16 Jan 2023 20:38 by acourtjester.
Please Log in or Create an account to join the conversation.
Time to create page: 0.241 seconds