mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 00:16:44 +07:00
sky2: dont flush good pause frames
Don't mark pause frames as errors. This problem caused transmitter not to pause and would effectively take out a gigabit switch because the it can't handle overrun. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
0f4e7b45b9
commit
7e7c098221
@ -1589,7 +1589,7 @@ enum {
|
||||
|
||||
GMR_FS_ANY_ERR = GMR_FS_RX_FF_OV | GMR_FS_CRC_ERR |
|
||||
GMR_FS_FRAGMENT | GMR_FS_LONG_ERR |
|
||||
GMR_FS_MII_ERR | GMR_FS_GOOD_FC | GMR_FS_BAD_FC |
|
||||
GMR_FS_MII_ERR | GMR_FS_BAD_FC |
|
||||
GMR_FS_UN_SIZE | GMR_FS_JABBER,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user