From owner-freebsd-net@freebsd.org Fri Jul 24 07:03:26 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 E8ECD371C5B for ; Fri, 24 Jul 2020 07:03:26 +0000 (UTC) (envelope-from zerous@nocebo.space) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BCgCL5KS5z3VrF for ; Fri, 24 Jul 2020 07:03:26 +0000 (UTC) (envelope-from zerous@nocebo.space) Received: by mailman.nyi.freebsd.org (Postfix) id B6B54371C5A; Fri, 24 Jul 2020 07:03:26 +0000 (UTC) Delivered-To: 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 B67DE371DED for ; Fri, 24 Jul 2020 07:03:26 +0000 (UTC) (envelope-from zerous@nocebo.space) Received: from brahma.nocebo.space (brahma.nocebo.space [185.52.0.82]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (Client CN "brahma.nocebo.space", Issuer "brahma.nocebo.space" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BCgCK49TDz3WCp for ; Fri, 24 Jul 2020 07:03:25 +0000 (UTC) (envelope-from zerous@nocebo.space) Received: from brahma.nocebo.space (localhost [127.0.0.1]) by brahma.nocebo.space (OpenSMTPD) with ESMTP id 3f40633d for ; Fri, 24 Jul 2020 09:03:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=nocebo.space; h=date:from :to:subject:message-id:mime-version:content-type; s=selector1; bh=pv316cXobJBJCHTUfpoy30zWjj4=; b=mEPX+/F4H5ttzPpmtBfqXAwlpH9e LjMcO/2F0mjThqFsen1q5tREwMNhBukwdOtxX8Xh9lLwM3XE6sLeUVcRVCXtWUri G9Xl/hi0Mb3Fxffofvr0hPlmBBxn7fqaLRYNSPavstKNzc4hO3ZQkk88kMvagDVp 3aezmBXwjSshqDQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=nocebo.space; h=date:from:to :subject:message-id:mime-version:content-type; q=dns; s= selector1; b=sc5vH9wcJsGAo9U7uiszGFwEuJcMrhGQroUMCsP8C2qjMAX0DVT Iygjq9ZT1UlKAbJbybsFWyqNibf3h1nVPAjTgPpT8tujSS/Wu2l9UCT+E4LeYaRB xdTf5aDfvv05NEL4Uc4IHTQeHT+l+PObZ65S/4XOVzydI9Da1E0cw5iQ= Received: from mcp.nocebo.space (172.17.0.164 [172.17.0.164]) by brahma.nocebo.space (OpenSMTPD) with ESMTPSA id fc17f5c7 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for ; Fri, 24 Jul 2020 09:03:17 +0200 (CEST) Date: Fri, 24 Jul 2020 09:01:28 +0200 From: zerous To: net@freebsd.org Subject: Add support for building Linux-only network drivers Message-ID: <20200724070128.GD21738@mcp.nocebo.space> Mail-Followup-To: net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4BCgCK49TDz3WCp X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nocebo.space header.s=selector1 header.b=mEPX+/F4; dmarc=pass (policy=none) header.from=nocebo.space; spf=pass (mx1.freebsd.org: domain of zerous@nocebo.space designates 185.52.0.82 as permitted sender) smtp.mailfrom=zerous@nocebo.space X-Spamd-Result: default: False [-4.06 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[nocebo.space:s=selector1]; NEURAL_HAM_MEDIUM(-1.04)[-1.038]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[net@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.995]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[nocebo.space:+]; DMARC_POLICY_ALLOW(-0.50)[nocebo.space,none]; NEURAL_HAM_SHORT(-1.03)[-1.027]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:198203, ipnet:185.52.0.0/22, country:NL] 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: Fri, 24 Jul 2020 07:03:27 -0000 Hi, I would like to work on the project: Add support for building Linux-only network drivers. I am just wondering who I might have to talk to when I need some kind of direction. I would also like to know if somebody is working on something that is related to this. I have only started reading about the linux compatability layer. Naveen