From owner-freebsd-arm@freebsd.org Tue Nov 10 08:45:05 2015 Return-Path: Delivered-To: freebsd-arm@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 4EE37A2BCCE for ; Tue, 10 Nov 2015 08:45:05 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::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 DA2E11140 for ; Tue, 10 Nov 2015 08:45:04 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: by lfs39 with SMTP id 39so81332460lfs.3 for ; Tue, 10 Nov 2015 00:45:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf_com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=YYefJoUPd1aPQKpcBWecEq0Ngs7oZHNaqtL8Ik0pUUw=; b=OTP515n9fW6P4A9NSDOuF8Q4XnNbYxKYZm/iOk6X+86hVjO+vu0V+vlxp2lIWsJibU jOh4Su1L5aESN6OqNG+DyqctoaxvS77keN+5nx7ywtu0pRogAPE8hy9o/yEpegd8DqXp GQTGaICMazXuUMfwFHcHWmPwvvHBzx+4TE47KgXWE78zLmEHsSJPcENGU3gV8NiPjvtN WtmPC3ANazXdNkY0uGByR2eJ+CwdzshF3+uTLFc8UzYK3hh76ZDyF97g0B931+NIWqV5 zTlUxSMfGk6F4ULSd0bJppIUY2pBC7DnVumaRwTu3jX1ObohbbCvwCBG/tAZHTKfB/MG iAwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=YYefJoUPd1aPQKpcBWecEq0Ngs7oZHNaqtL8Ik0pUUw=; b=A1xtgKSDRuDubzlLXwHcuwOejhfQSOdR2hbkKnXqZL23ffapJqck5/mX6IeTsYZ3+Y XSlivGcswkYOLKgevlnX/CgkENuq8B96zzvtaWz2EmmGONuzsnGibk6G1Q11l4baSzrw ZunB/AqxOGfuB6Cv6El28HqD6gP+RwNwFAXqN5KM1CMi2RG6exzhunllL0zV+vBcER8M SUj2EzP9xIFeEfZyhv3kfTqif+kQdpbpzxZDaDIxqLk6dqWR8+C/QzuMbHoGoMqvV42S awq83tD8g/lJXI1ELa6RE5OsD7lmJxbRmCFIz4AkoI2N8yvyUVuAGSCr5RR5EWAbvtaS cIZQ== X-Gm-Message-State: ALoCoQkjA/bA/2S4q419m/57PhroKi0LMCsogfniLys8xzhzWSyy0BGZJXHIwA/VV4fe/mQ0TtVS X-Received: by 10.25.24.193 with SMTP id 62mr990125lfy.84.1447145102788; Tue, 10 Nov 2015 00:45:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.91.20 with HTTP; Tue, 10 Nov 2015 00:44:42 -0800 (PST) In-Reply-To: References: <20151106094714.5e8632c6@bender.Home> From: Zbigniew Bodek Date: Tue, 10 Nov 2015 09:44:42 +0100 Message-ID: Subject: Re: HEADS UP: Cavium ThunderX support in the tree To: Ed Maste Cc: Andrew Turner , "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 08:45:05 -0000 2015-11-10 3:18 GMT+01:00 Ed Maste : > On 6 November 2015 at 11:23, Zbigniew Bodek wrote: >> If you watched the youtube demo you should have seen that at first >> there are no interfaces in ifconfig and then I do iovctl and they >> appear. > > The command in the video is: > # iovctl -C -f /etc/iovctl.conf > but as far as I can tell the contents of /etc/iovctl.conf aren't > shown. Can you post them here? Hello Ed, The most basic file example for 3 VNICs: PF { device : "vnicpf0"; num_vfs : 3; } You can of course set up MAC address too: VF-0 { mac-addr : "62:73:64:2b:88:c9"; } Best regards zbb