From owner-svn-src-head@FreeBSD.ORG Mon Dec 8 22:19:44 2014 Return-Path: Delivered-To: svn-src-head@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 7E6D2EE0; Mon, 8 Dec 2014 22:19:44 +0000 (UTC) Received: from mail-lb0-x236.google.com (mail-lb0-x236.google.com [IPv6:2a00:1450:4010:c04::236]) (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 F00FB99D; Mon, 8 Dec 2014 22:19:43 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id f15so4935780lbj.27 for ; Mon, 08 Dec 2014 14:19:42 -0800 (PST) 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=qlWZMncWCfcp+Wh3ACKLcKSpfCVpnIujQegfUwKlCvs=; b=y+6F56bUYMxKHjHCPDyuxhorWupwiWbEYRjriBy9IndAz5Nes6t/yru+eCufd3fe4f An+TByY2d8eyqumwnLwuCHcWlL76OKHtxedyZ44/uqd/8xAhqwf/eY47tNbl9iuLOyEF dg97QDCrDqfD/V+YuM9B8Q7In7Qm1KSB/yMgCi6cTbpZR6ZjLteiByNcFZ4E/ATOX4pS oXls758KO4CI/l0mdSb2Cs6LRhGDjmGCaXuwKHl9mSsxwLaAe4SRYkqyouOZcX6T8ayy KTYNJvlka2b36mZJNFwAlwjJr7jzT8S39No3pXi7M1JJJ+I5fFwxrwZZJfDdRB4wm96K /GSA== MIME-Version: 1.0 X-Received: by 10.112.12.65 with SMTP id w1mr3066345lbb.68.1418077181941; Mon, 08 Dec 2014 14:19:41 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Mon, 8 Dec 2014 14:19:41 -0800 (PST) In-Reply-To: <20141208093606.0960142f@x23> References: <201412080726.sB87Q0Yw034908@svn.freebsd.org> <20141208093606.0960142f@x23> Date: Mon, 8 Dec 2014 14:19:41 -0800 X-Google-Sender-Auth: J7vchb79Jd4byFjYUfjcjPZmg-I Message-ID: Subject: Re: svn commit: r275599 - in head/sys/ofed/include: linux net From: Craig Rodrigues To: Marko Zec Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, hselasky@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2014 22:19:44 -0000 On Mon, Dec 8, 2014 at 12:36 AM, Marko Zec wrote: > > And perhaps all of this stuff could have been completely avoided if > cma_init() was scheduled to fire with curvnet contex already set to > vnet0, using proper SYSINIT scheduling instead of module_init(), i.e. > after SI_SUB_VNET and before SI_SUB_VNET_DONE? > If this is the way to go, then please submit a patch implementing this. Use the kernel config mentioned in: https://reviews.freebsd.org/D1279 and verify that it works. Thanks. -- Craig