From nobody Mon Aug 12 15:55:37 2024 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WjJyQ38Kfz5SRFM for ; Mon, 12 Aug 2024 15:55:42 +0000 (UTC) (envelope-from sm@codenetworks.net) Received: from relayout03-q01.dominioabsoluto.net (relayout03-q01.dominioabsoluto.net [217.116.26.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4WjJyQ0mPhz4sdb; Mon, 12 Aug 2024 15:55:42 +0000 (UTC) (envelope-from sm@codenetworks.net) Authentication-Results: mx1.freebsd.org; none Received: from relayout03-redir.dominioabsoluto.net (relayout03-redir.dominioabsoluto.net [217.116.26.247]) by relayout03.dominioabsoluto.net (Postfix) with ESMTP id 4WjJyL6Ryxz1y2T; Mon, 12 Aug 2024 17:55:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codenetworks.net; s=domabs; t=1723478138; bh=IyKOkAPgwFK/ghTsLJk7EczPEkdGYweoCK6rzO0ANEY=; h=Date:Subject:To:References:From:In-Reply-To:From; b=Ip88CUg2Q/wqnY83pAqPof04yJJx6zHBlRjNFiR6QujB10T9GWVMqcDhy4tfUgS6H 4DxJg4vMJVWPwBDbwajsdyFiAO/w0pBPoPRJgQC8U29YUny+EzwgJFTQfV7k8B3hbH qwXNbczeQy7NX7OCsXxqLBexIp01UcfS90YZ5bZM= Received: from [192.168.3.20] (unknown [188.241.98.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sm.codenetworks.net) by relayout03-dsp.dominioabsoluto.net (Postfix) with ESMTPSA id 4WjJyL2TFwz1y2T; Mon, 12 Aug 2024 17:55:38 +0200 (CEST) Message-ID: <0e1201f7-70fb-45ea-b63c-32ba06d6b7f5@codenetworks.net> Date: Mon, 12 Aug 2024 17:55:37 +0200 List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: FreeBSD VPP Port To: Tom Jones , freebsd-net@freebsd.org References: Content-Language: en-US From: Santiago Martinez In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PostalOut-Country: IP: 188.241.98.123 | Country: ES X-PostalOut-Information: AntiSPAM and AntiVIRUS on relayout03 X-PostalOut-MsgID: 4WjJyL2TFwz1y2T.A85F8 X-PostalOut-SpamCheck: no es spam, clean X-PostalOut-From: sm@codenetworks.net X-PostalOut-Watermark: 1724082938.75314@TcPt2TtLLQH4Kg8vynQEhQ X-Spam-Status: No X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16371, ipnet:217.116.24.0/21, country:ES] X-Rspamd-Queue-Id: 4WjJyQ0mPhz4sdb Hi Tom! these is great! thanks a lot for working on this! Will start testing asap! Best regards. Santi On 8/12/24 16:49, Tom Jones wrote: > Hi Folks, > > Thanks to help from jrm@ since the end of last week VPP is now available as a FreeBSD port. > > https://cgit.freebsd.org/ports/commit/?id=8ac9dd794c8fafcd763dc541c13790bcc23699b3 > > The port is based on VPP 2024.06 with some minor changes to enable DPDK on FreeBSD. > > From a FreeBSD system installing VPP should now be as simple as running: > > # pkg install vpp > > There are still a few things we need before this is a complete port: > > - FreeBSD specific configuration documentation > - Example config files > - rc scripts to run vpp as a service > > This is a great starting point for the community and are looking forward to users reporting their success running VPP on FreeBSD or any issues they encounter. > > I look forward to your feedback. > > Tom >