From owner-svn-ports-all@freebsd.org Thu Jul 23 12:39:01 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35B4D37DD5D; Thu, 23 Jul 2020 12:39:01 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BCBj10g01z4WYf; Thu, 23 Jul 2020 12:39:01 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EF67218F7D; Thu, 23 Jul 2020 12:39:00 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06NCd0hr038405; Thu, 23 Jul 2020 12:39:00 GMT (envelope-from ale@FreeBSD.org) Received: (from ale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06NCd0Ia038404; Thu, 23 Jul 2020 12:39:00 GMT (envelope-from ale@FreeBSD.org) Message-Id: <202007231239.06NCd0Ia038404@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ale set sender to ale@FreeBSD.org using -f From: Alex Dupre Date: Thu, 23 Jul 2020 12:39:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542930 - head/net/realtek-re-kmod X-SVN-Group: ports-head X-SVN-Commit-Author: ale X-SVN-Commit-Paths: head/net/realtek-re-kmod X-SVN-Commit-Revision: 542930 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2020 12:39:01 -0000 Author: ale Date: Thu Jul 23 12:39:00 2020 New Revision: 542930 URL: https://svnweb.freebsd.org/changeset/ports/542930 Log: Further enhance the pkg-message and bump PORTREVISION. Modified: head/net/realtek-re-kmod/Makefile head/net/realtek-re-kmod/pkg-message Modified: head/net/realtek-re-kmod/Makefile ============================================================================== --- head/net/realtek-re-kmod/Makefile Thu Jul 23 12:34:48 2020 (r542929) +++ head/net/realtek-re-kmod/Makefile Thu Jul 23 12:39:00 2020 (r542930) @@ -3,7 +3,7 @@ PORTNAME= re DISTVERSION= v196.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= LOCAL/ale PKGNAMEPREFIX= realtek- Modified: head/net/realtek-re-kmod/pkg-message ============================================================================== --- head/net/realtek-re-kmod/pkg-message Thu Jul 23 12:34:48 2020 (r542929) +++ head/net/realtek-re-kmod/pkg-message Thu Jul 23 12:39:00 2020 (r542930) @@ -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