From owner-freebsd-virtualization@freebsd.org Thu Apr 16 00:24:11 2020 Return-Path: Delivered-To: freebsd-virtualization@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 7A8C22C61FB for ; Thu, 16 Apr 2020 00:24:11 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from vito-vars.onthenet.com.au (vito-vars.OntheNet.com.au [203.13.68.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 492g2L6ptYz4cVP for ; Thu, 16 Apr 2020 00:24:10 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto2.onthenet.com.au [203.13.68.14]) by vito-vars.onthenet.com.au (Postfix) with ESMTPS id E0E122086BAC for ; Thu, 16 Apr 2020 10:24:00 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id C978E20B49B0 for ; Thu, 16 Apr 2020 10:24:00 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id C0C432127CA3 for ; Thu, 16 Apr 2020 10:24:00 +1000 (AEST) Received: from iredmail.onthenet.com.au ([127.0.0.1]) by iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ZY8KcgvzZ90A for ; Thu, 16 Apr 2020 10:24:00 +1000 (AEST) Received: from MacBook-Air-4.local (otn-120-29-62-248.broadband.onthenet.net [120.29.62.248]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id 9DC1B2127CA0; Thu, 16 Apr 2020 10:24:00 +1000 (AEST) Subject: Re: [Bug 245392] bhyve: PCI passthru built-in rtl8168 to OpenBSD no packets (AMD Ryzen 3 1200) To: Anatoli References: <950e5a8d-91a9-e6d1-f4f9-f79cedda49fc@anatoli.ws> Cc: freebsd-virtualization@freebsd.org From: Peter Grehan Message-ID: <8684f0dd-2d52-ae46-51a7-1bef887920e8@freebsd.org> Date: Thu, 16 Apr 2020 10:24:00 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <950e5a8d-91a9-e6d1-f4f9-f79cedda49fc@anatoli.ws> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=UIBp4xXy c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=DPSYfp6L38iglyTf480Cpw==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=cl8xLZFz6L8A:10 a=fwPUbHb0f01ctC0BLqsA:9 a=QEXdDO2ut3YA:10 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=P5GOeRIu c=1 sm=1 tr=0 a=eF5wA05EhuPcU0j7PNT2Vg==:117 a=DPSYfp6L38iglyTf480Cpw==:17 a=jpOVt7BSZ2e4Z31A5e1TngXxSK0=:19 a=IkcTkHD0fZMA:10 a=cl8xLZFz6L8A:10 a=fwPUbHb0f01ctC0BLqsA:9 a=QEXdDO2ut3YA:10 X-Rspamd-Queue-Id: 492g2L6ptYz4cVP X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.97 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.986,0]; NEURAL_HAM_LONG(-0.98)[-0.984,0]; ASN(0.00)[asn:9313, ipnet:203.13.68.0/23, country:AU] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2020 00:24:11 -0000 Hi Anatoli, > Sorry, didn't get any reply to the details provided. Don't know if it's > insufficient or the issue is so complex that nobody wants to investigate > it further. > > Please let me know what's the status and what are the options/directions > to investigate it further. Debugging this might need some DTrace on the FreeBSD host side, and maybe a custom OpenBSD kernel build to see what's happening there. This could be time-consuming :( Get in touch direct if you're ok to go down this path. later, Peter.