From nobody Thu Dec 08 05:44:06 2022 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NSNPn65YBz4jl3L for ; Thu, 8 Dec 2022 05:44:13 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mail.flex-it.com.ua (mail.flex-it.com.ua [193.239.74.7]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NSNPm4S8kz3lWK for ; Thu, 8 Dec 2022 05:44:12 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of shuriku@shurik.kiev.ua designates 193.239.74.7 as permitted sender) smtp.mailfrom=shuriku@shurik.kiev.ua; dmarc=none Received: from 93.183.208.50.ipv4.datagroup.ua ([93.183.208.50] helo=[192.168.200.124]) by mail.flex-it.com.ua with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.95 (FreeBSD)) (envelope-from ) id 1p39hT-000374-KM for freebsd-current@freebsd.org; Thu, 08 Dec 2022 07:44:03 +0200 Message-ID: <1da06028-5eb2-fb57-6d44-59255160c317@shurik.kiev.ua> Date: Thu, 8 Dec 2022 07:44:06 +0200 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0 Subject: Re: Outdated IX intel driver in /usr/src tree Content-Language: uk-UA To: freebsd-current@freebsd.org References: <5a6c05e5-3e4f-0de5-8e5e-8d40ad66159c@sunsaturn.com> From: Oleksandr Kryvulia In-Reply-To: <5a6c05e5-3e4f-0de5-8e5e-8d40ad66159c@sunsaturn.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Result: default: False [-3.30 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:35297, ipnet:193.239.72.0/22, country:UA]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; MIME_TRACE(0.00)[0:+]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[shurik.kiev.ua]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4NSNPm4S8kz3lWK X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N 08.12.22 02:09, Dan The Man пише: > > ix-3.3.32 is on intel website since back in July. > https://www.intel.com/content/www/us/en/download/14303/intel-network-adapters-driver-for-pcie-10-gigabit-network-connections-under-freebsd.html > > > /usr/src/sys/dev/ixgbe seems to be behind. > > Currently having issues with Intel 520 DA card hitting 10 gigabit > speeds, last night booted same machine with Rocky Linux 9 on USB > stick, no problem hitting 10gigabit with iperf3. Tried booting even a > 13 release FreeBSD same issues, so nothing related to CURRENT. > > I've played with /boot/loader.conf and /etc/sysctl.conf tuning > parameters to no avail, nothing seems to work, perhaps the updated > driver may fix this? I notice there are new sysctl parameters under > newest driver. > > router:/usr/src/sys/modules # uname -a > FreeBSD router.sunsaturn.com 14.0-CURRENT FreeBSD 14.0-CURRENT #0 > main-n259557-4fa1e855be60: Sun Dec  4 22:28:09 CST 2022 > dan@router.sunsaturn.com:/usr/obj/usr/src/amd64.amd64/sys/MYKERNEL amd64 > router:/usr/src/sys/modules # > > Standard Dell r720 server. > Hi, can you try net/intel-ix-kmod from ports?