From owner-freebsd-net@freebsd.org Thu May 18 21:23:07 2017 Return-Path: Delivered-To: freebsd-net@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 153DDD6F1CA; Thu, 18 May 2017 21:23:07 +0000 (UTC) (envelope-from avv314@gmail.com) Received: from mail-yw0-x22f.google.com (mail-yw0-x22f.google.com [IPv6:2607:f8b0:4002:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB26B39E; Thu, 18 May 2017 21:23:06 +0000 (UTC) (envelope-from avv314@gmail.com) Received: by mail-yw0-x22f.google.com with SMTP id l14so27109997ywk.1; Thu, 18 May 2017 14:23:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=LOJmERTze14lHXXC1aykfnVLFm7X11tqYOTw2Cct6OQ=; b=pM8NQpth+T1dLm6r6EOfrS9Vyc02CYseXqpGhzTckvMeK5xW5tFr/J0NfuuLVnL/Jz xbk8q+cEYvUIYGEXD0EOPH76Y7zDoBwD4u3m7PfH0Vq73r4NHRFQ2X4UpQW1hSK+3HPV 9UzJhjSu79qjz0qAqWpohbrhAX5SWiEtyAl7tE5knwwmjgMdZsDdf06uREbmtOdnFrGI D+2rFs4ntjS5AYydCm7b2pEK0mobV3qBX4TUDVx6mk93apeFfTySW/1cApQS+4Vkzo9Z Sto3v8vueW3nIZvJyVJWOs+KTmBsazBdkiRf5mw5rSIcimFNPObnl6CfBwmd9d8WdElN SrTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=LOJmERTze14lHXXC1aykfnVLFm7X11tqYOTw2Cct6OQ=; b=R6Ae1yZwUQt/BFWsEtINw9CSEMf6B3wmbNADVoexchWRPi0OBOW/xTHxRujmtj3JhN EgA2rwq0Pa0Ig98LXRaQDrUAhk4qgSQ63rGATZjm2K07JIAcQhTrvvwbyfeWOF7h+Jxe q2l70Pz8jlx0DC29fRZ+93prXDddnSmDWFsErLDyiCbSK6f/QrcfF0jATtSxmm5hkj6e nF0aAMwU7d8nB3tkBDPEUFvmi+idSQ243GesJKO6W7qXD1jlukobUFX+Lbxp0KMsPe1k 01+jvuZQmJVHyVdVByDrY6ZTPFAmqE6uJLQbCAbuHYi203FABNmcmSa7ZOW5HlqfodEI XKoA== X-Gm-Message-State: AODbwcBAkRgUrWKmZxcqgWr95jHTBUMR3CYFdFy89g/Z0MZbw1V3u+a0 JxQluzpLT+yIfDQUooqLBeRB42GnpQ== X-Received: by 10.13.235.86 with SMTP id u83mr5412615ywe.226.1495142585930; Thu, 18 May 2017 14:23:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.13.253.133 with HTTP; Thu, 18 May 2017 14:23:05 -0700 (PDT) In-Reply-To: <20170518124311.GB89273@in-addr.com> References: <20170518124311.GB89273@in-addr.com> From: Andrew Vylegzhanin Date: Fri, 19 May 2017 00:23:05 +0300 Message-ID: Subject: Re: vmx bug? To: Gary Palmer Cc: Ryan Stone , freebsd-net , freebsd-virtualization@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2017 21:23:07 -0000 2017-05-18 15:43 GMT+03:00 Gary Palmer : > > Out of curiosity, if you install sysutils/dmidecode from ports and > run > > dmidecode -t 41 > > does it help at all? This table is empty on VM: [root@freebsd11-template ~]# dmidecode -t 41 # dmidecode 3.0 Scanning /dev/mem for entry point. SMBIOS 2.4 present. [root@freebsd11-template ~]# > > Some PC vendors have taken to doing odd things with their PCI layout > which produce unexpected results with device naming (so port 1 on the > back of the server is not the first interface in the OS) and introduced > DMI type 41 as a "fix" > > e.g. see https://linux.dell.com/files/whitepapers/consistent_network_device_naming_in_linux.pdf > > Regards, > > Gary > >