r8168 icon indicating copy to clipboard operation
r8168 copied to clipboard

How to support pause frame and jumbo frame >1500

Open LucienWang7 opened this issue 3 years ago • 1 comments

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

LucienWang7 avatar Apr 24 '23 07:04 LucienWang7

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 avatar Apr 24 '23 10:04 LucienWang7