Ethernet and Can conflict

Hi everyone.

We are really need your help in this situation.
Our system use both CAN and Ethernet and when we use CAN for about 30s, ethernet connection became unstable. Ping packets were dropped many times. I think the problem because of CAN and Ethernet conflict.
Have anyone involve this case? How to fix this?
I installed jetpack-3.1 for jetson TX2.

Thanks.

Try to pin the CAN interrupt on a different CPU.

Also run “sudo nvpmodel -m 0” and then “sudo jetson_clocks” (or if older release, “~ubuntu/nvpmodel” and “jetson_clocks.sh”).