r8168
r8168 copied to clipboard
How to support pause frame and jumbo frame >1500
May I ask if using this driver in r8111f does not support the use of pause frames and jumbo frames together. I want to set the MTU to 6500 and also support pause frames
My purpose is to use jumbo frames and pause frames. Firstly, I am on line 5297
- if (dev->mtu <= ETH_DATA_LEN && tp->fcpause == rtl8168_fc_full).
When using the ethtool - A eth0 tx off rx off command. The host can still respond when sending pause frames.