From owner-freebsd-net@freebsd.org Tue May 29 18:46:21 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5808FEFF1CC for ; Tue, 29 May 2018 18:46:21 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D09FD79727 for ; Tue, 29 May 2018 18:46:20 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id w4TIkJTn030274; Tue, 29 May 2018 20:46:19 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 73CE1966; Tue, 29 May 2018 20:46:19 +0200 (CEST) Subject: Re: Testing VF/PF code To: Lewis Donzis Cc: "freebsd-net@freebsd.org" References: <4bc71104-349d-10b6-c7a4-0202e124ff98@freebsd.org> <52B1EDD4-F2A2-4149-800E-4C899FE2BC37@perftech.com> From: Harry Schmalzbauer Organization: OmniLAN Message-ID: Date: Tue, 29 May 2018 20:46:19 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <52B1EDD4-F2A2-4149-800E-4C899FE2BC37@perftech.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Tue, 29 May 2018 20:46:19 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2018 18:46:21 -0000 Am 29.05.2018 um 20:19 schrieb Lewis Donzis: > This may be a red herring, but we’d be happy to see VF support for VMware SR-IOV in those drivers. We did a little bit of experimenting with it, but it looked like the code was a long way from working in that environment. ixlv(4) is working fine here with ESXi-6.0 SR-IOV setup. But it was horrible to find working ESXi drivers.  At that time, not the one from intels download center... Can't remember details, but I created a customized ESXi setup CD with drivers released by VMware and that solved all ixlv(4) problems for my stable/11 guest. Can't tell about any other PF/drivers. -harry