From owner-freebsd-net@FreeBSD.ORG Sun Oct 12 20:15:49 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7F2EBFB; Sun, 12 Oct 2014 20:15:48 +0000 (UTC) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DEB8C236; Sun, 12 Oct 2014 20:15:47 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id l4so5491287lbv.10 for ; Sun, 12 Oct 2014 13:15:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Fp1ks4Gl+ffEc/EOZiNyxds9uUWHnfiPJ9kCo8T9by0=; b=RCwjUKAIDjSPCu/qi4CdFX6VpW5fo9CTX42Ic3yS+S3g/qAxbvoz0+nVrSIxA6Ey8G aqbyczGTNRWlVt+ijZchpkppuvQNmSR5Z7CsS45Qr+r7m2dWAhWxVtRySV2l/UZqmys3 al+zWTeYBEI9f0qga8JBHveM7cNXIDsh5EbDgMUZ0hTcSXNMteW2/m9mK76q6naDuKiS WyVM13oYzupaxbmbYw2vhoJpHlYPzG8IgfbANTOhmPqW7DiHMDlpmBLT8mvF4WXUc3XY ImXyCpLB1Hz+1VMwnNpyp24nIB+v3PN2BiMfj6sUwyFOSpgqBZ/l/1rG7SkluxSFQDPj JMYA== MIME-Version: 1.0 X-Received: by 10.152.3.167 with SMTP id d7mr19410521lad.17.1413144945940; Sun, 12 Oct 2014 13:15:45 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.131.66 with HTTP; Sun, 12 Oct 2014 13:15:45 -0700 (PDT) In-Reply-To: <543A7504.5090700@freebsd.org> References: <822C5CED-1A0B-431A-B74B-CDEF3F8086F1@dataix.net> <543A7504.5090700@freebsd.org> Date: Sun, 12 Oct 2014 13:15:45 -0700 X-Google-Sender-Auth: SKTMp6GZE4Dqu8ggKLvWR4bFRxY Message-ID: Subject: Re: Enabling VIMAGE by default for FreeBSD 11? From: Craig Rodrigues To: Allan Jude Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Net , "freebsd-virtualization@freebsd.org" , freebsd-arch X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2014 20:15:49 -0000 On Sun, Oct 12, 2014 at 5:33 AM, Allan Jude wrote: > On 2014-10-12 07:28, Jason Hellenthal wrote: > > Should also add here that for those using PF as a firewall that VIMAGE > enabled kernels don't play to well together.... Unless you like looking at > cores all day. > > > > There have been patches to address this. I know Martin mm@freebsd.org > had something, I was talking to him about it at AsiaBSDCon this spring. > > pf patches for vnet have been committed to this branch: https://svnweb.freebsd.org/base/projects/pf/head/ Some of the patches have been merged to HEAD such as this: https://svnweb.freebsd.org/base?view=revision&revision=264689 -- Craig