From owner-freebsd-current@freebsd.org Sat May 6 21:41:25 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 313C8D60737 for ; Sat, 6 May 2017 21:41:25 +0000 (UTC) (envelope-from tsoome@me.com) Received: from st13p35im-asmtp002.me.com (st13p35im-asmtp002.me.com [17.164.199.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCCD6D5C for ; Sat, 6 May 2017 21:41:24 +0000 (UTC) (envelope-from tsoome@me.com) Received: from process-dkim-sign-daemon.st13p35im-asmtp002.me.com by st13p35im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OPJ00800W6HQN00@st13p35im-asmtp002.me.com> for freebsd-current@freebsd.org; Sat, 06 May 2017 21:41:18 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=4d515a; t=1494106878; bh=e47ZRFoXdWXkMuw/ZWZEqfOa1ABXEQyWwzj/QfrZ20E=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=WltitAPIMogtkRHO2vLuy2o+wJlT78M+SUU6aF5Vs/xIPrG/P2js+WqWwMutUjAsG x3L8+B6lSftimRsm+zf0keWKaw/UN6EX7C4Cleitr0y5c22d1LiNJjhqNc7PLjk+xH NDzarG7xqkjemY5lDc4F+3BS4wjZHnOIy4+yd0qphzms/U09GKmh4FL7oV8PWBkBL2 l4szG+vxw425OOQwOPwiIR4tY396kSvHTobgabH9GDYbJ1HYIBe8839f9BNJJBXWtM lkzdecx587CT9Jp0ZWZ5y49LLEFsS6Y/HGghk9qkGZteGylC2vQo+It5j+Ldz112Nh azS0dVfGKDPxQ== Received: from icloud.com ([127.0.0.1]) by st13p35im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OPJ00CQQW8S8C30@st13p35im-asmtp002.me.com> for freebsd-current@freebsd.org; Sat, 06 May 2017 21:41:18 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-05-06_14:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=2 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1701120000 definitions=main-1705060184 From: Toomas Soome Content-type: text/plain; charset=utf-8 Content-transfer-encoding: quoted-printable MIME-version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: loader: network code update Message-id: <3F407D68-E80F-4F53-B3FD-573CFC8B7B11@me.com> Date: Sun, 07 May 2017 00:41:15 +0300 To: freebsd-current X-Mailer: Apple Mail (2.3273) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2017 21:41:25 -0000 hi! After pushing the network code update, there is review up: = https://reviews.freebsd.org/D10631 For testing it, you would also like to increase the read sizes like: tftp.blksize=3D=E2=80=9C8196=E2=80=9D nfs.read_size=3D=E2=80=9C4096" for nfs, the 4k is currently max value, we probably would like to rise = the allowed max to 8-16k. rgds, toomas=