Forum Discussion
I believe if you are in DPDK, you need to revert back to OPAE to set the MTU. See below link to revert back to OPAE.
The matter is that if I revert back to OPAE and set the MTU size again, the MTU of XL710 would be returned to the default value 1500 even though we set it to 9600 after bounding to vfio-pci driver in the mode of DPDK
- JonWay_C_Intel4 years ago
Frequent Contributor
How do you set the MTU of the XL710? What is the command?
- ahaa4 years ago
Occasional Contributor
ls -la /sys/class/net
sudo ip link set dev enp61s0f0 mtu 9600
sudo ip link set dev enp61s0f1 mtu 9600
sudo ip link set dev enp64s0f0 mtu 9600
sudo ip link set dev enp64s0f1 mtu 9600
ip link show enp61s0f0
ip link show enp61s0f1
ip link show enp64s0f0
ip link show enp64s0f1
sudo fpgadiag -b 0b3f -m fpgamac --side=host --mtuthen bound to dpdk
- ahaa4 years ago
Occasional Contributor
another problem is that I cannot check mtu size after bounding to dpdk