From owner-freebsd-net@freebsd.org Sat Jul 25 10:39:27 2020 Return-Path: Delivered-To: freebsd-net@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 058253A6CD5 for ; Sat, 25 Jul 2020 10:39:27 +0000 (UTC) (envelope-from peter@libassi.se) Received: from smtp.outgoing.loopia.se (smtp.outgoing.loopia.se [93.188.3.37]) (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 4BDMy62rlSz44Cq for ; Sat, 25 Jul 2020 10:39:26 +0000 (UTC) (envelope-from peter@libassi.se) Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 645BF217CED for ; Sat, 25 Jul 2020 12:39:24 +0200 (CEST) Received: from s500.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 460AD2E70231; Sat, 25 Jul 2020 12:39:24 +0200 (CEST) Received: from s476.loopia.se (unknown [172.22.191.6]) by s500.loopia.se (Postfix) with ESMTP id 4436B1E146D5; Sat, 25 Jul 2020 12:39:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s498.loopia.se ([172.22.191.5]) by s476.loopia.se (s476.loopia.se [172.22.190.16]) (amavisd-new, port 10024) with LMTP id v1ILui1CksCw; Sat, 25 Jul 2020 12:39:23 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: peter@libassi.se X-Loopia-Originating-IP: 217.31.161.79 Received: from [10.0.2.62] (h-161-79.A444.priv.bahnhof.se [217.31.161.79]) (Authenticated sender: peter@libassi.se) by s498.loopia.se (Postfix) with ESMTPSA id D72FF47088E; Sat, 25 Jul 2020 12:39:23 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: Wireguard kernel module From: Peter Libassi In-Reply-To: <20200725103419.dsg5ifxscyj35sgp@tilda.center> Date: Sat, 25 Jul 2020 12:39:23 +0200 Cc: freebsd-net@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20200725103419.dsg5ifxscyj35sgp@tilda.center> To: =?utf-8?Q?Goran_Meki=C4=87?= X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Rspamd-Queue-Id: 4BDMy62rlSz44Cq X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of peter@libassi.se has no SPF policy when checking 93.188.3.37) smtp.mailfrom=peter@libassi.se X-Spamd-Result: default: False [-0.70 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_FIVE(0.00)[6]; NEURAL_HAM_MEDIUM(-0.78)[-0.781]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-1.01)[-1.010]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; DMARC_NA(0.00)[libassi.se]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.31)[-0.311]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[93.188.3.37:from]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:39570, ipnet:93.188.2.0/23, country:SE]; RCVD_TLS_LAST(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[93.188.3.37:from] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2020 10:39:27 -0000 Ok!, Then I would need instructions how i get that diff in to the src = tree :-) any pointers to documentation will be helpful. Thanks Peter > 25 juli 2020 kl. 12:34 skrev Goran Meki=C4=87 : >=20 > On Sat, Jul 25, 2020 at 12:32:00PM +0200, Peter Libassi wrote: >> I got information that there are work on a kernel module for = Wireguard https://reviews.freebsd.org/D25425 = >>=20 >> Where can I download and test this? I have a spare amd64 currently = running 13.0-CURRENT r363439 available for test purposes. > There's a "Download Raw Diff" on the right of the page you linked. Or > are you looking for something else? >=20 > Regards, > meka