You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
LucienWang7
changed the title
pause frame and jumbo frame
How to support pause frame and jumbo frame >1500
Apr 24, 2023
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
The text was updated successfully, but these errors were encountered: