1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net/realtek-re-kmod: suggest to disable checksum offloading if the network hangs

PR:		275882
This commit is contained in:
Alex Dupre 2024-08-22 11:28:10 +02:00
parent 04b16f6b83
commit ca63dbc1eb
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= re PORTNAME= re
PORTVERSION= 1100.00 PORTVERSION= 1100.00
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= net CATEGORIES= net
PKGNAMEPREFIX= realtek- PKGNAMEPREFIX= realtek-
PKGNAMESUFFIX= -kmod PKGNAMESUFFIX= -kmod

View File

@ -23,6 +23,13 @@ to set the following tunables:
hw.re.s5wol="1" hw.re.s5wol="1"
hw.re.s0_magic_packet="1" hw.re.s0_magic_packet="1"
If you experience network hangs with IPv6 enabled,
you might need to disable the checksum offloading
by adding the following parameters to the related
ifconfig line in your /etc/rc.conf file:
-rxcsum -txcsum -rxcsum6 -txcsum6
EOM EOM
} }
] ]