Further enhance the pkg-message and bump PORTREVISION.
This commit is contained in:
parent
0bdbc93643
commit
6338843a42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542930
2 changed files with 6 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= re
|
||||
DISTVERSION= v196.04
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= LOCAL/ale
|
||||
PKGNAMEPREFIX= realtek-
|
||||
|
|
|
@ -9,9 +9,12 @@ if_re_name="/boot/modules/if_re.ko"
|
|||
|
||||
By default, the size of allocated mbufs is enough
|
||||
to receive the largest Ethernet frame supported
|
||||
by the card. The value is tunable at boot time,
|
||||
by the card. If your memory is highly fragmented,
|
||||
trying to allocate contiguous pages (more than
|
||||
4096 bytes) may result in driver hangs.
|
||||
For this reason the value is tunable at boot time,
|
||||
e.g. if you don't need Jumbo frames you can lower
|
||||
the memory requirements with:
|
||||
the memory requirements and avoid this issue with:
|
||||
|
||||
hw.re.max_rx_mbuf_sz="2048"
|
||||
EOM
|
||||
|
|
Loading…
Reference in a new issue