From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 2F9107E80 for ; Mon, 20 Oct 2014 17:40:42 +0200 (CEST) Received: by mail-wg0-f50.google.com with SMTP id a1so5715096wgh.33 for ; Mon, 20 Oct 2014 08:48:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=GI0RF+yBT2QhzI6HgF1RLBTvPOWgloXBqZbQv2tW1Lo=; b=bXJmZq/NBMIwYXZPBXNa5hIHavKRS24zmMXbfXh+Efw0T50wbBvsmMvpJ+oUv/xSk+ v3Cqlub6AOYTthIB32QVvAYaQyWB+0iwuJbllqcY2VsodJ1P34IG6OFZJZh4LsYJBMaK lT2jUlJCWLHmBzlkSZ8ZErIrlNzHVpobGZ1bi1oF1TKKVeyjpCv8WWhD0qeUFrugq/Ls rW7AYqEulFHG/Mu9i7giQOlyX/Ad9D6xuiIST23h/l8x+QaMBXGlkQQA3J1qIJGfPQEX P5ACykiGvG2Jyaa0TXPbflHR7CjksvcOfkBLxD2ZyrXE8eoYxlLCV1ih0hu+F77JzTJQ s/Iw== X-Gm-Message-State: ALoCoQlY/6vZgJVf2dnOmt958TMHNCpeaL6IJCQc+UQaMGRziYMRP6EItS0btdvAtzSKHe/SeoGW X-Received: by 10.180.76.68 with SMTP id i4mr21224640wiw.56.1413820133608; Mon, 20 Oct 2014 08:48:53 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fx2sm12290236wjb.37.2014.10.20.08.48.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Oct 2014 08:48:53 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Mon, 20 Oct 2014 17:48:37 +0200 Message-ID: <2360944.2XC5rxe0qt@xps13> Organization: 6WIND User-Agent: KMail/4.14.1 (Linux/3.16.4-1-ARCH; KDE/4.14.1; x86_64; ; ) In-Reply-To: <20141020152407.GA5368@BRICHA3-MOBL> References: <20141020152407.GA5368@BRICHA3-MOBL> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] DPDK in FreeBSD ports collection X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 15:40:42 -0000 2014-10-20 16:24, Bruce Richardson: > I'm happy to inform you all that DPDK has been accepted into the FreeBSD > ports collection. Installing DPDK on FreeBSD should now be as simple as > running "make install" in the "/usr/ports/net/dpdk" folder and following the > resulting instructions to active the kernel modules needed. > > DPDK Port link: > ttps://github.com/freebsd/freebsd-ports/tree/master/net/dpdk For lazy clickers, the full link: https://github.com/freebsd/freebsd-ports/tree/master/net/dpdk Thanks a lot Bruce -- Thomas