git: 3d9fe6fed4dc - main - net/vpp: Apply patch to fix CPU affinity on FreeBSD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Aug 2024 12:47:43 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d9fe6fed4dcf4a2ee12c20a521d5337cdf24dec commit 3d9fe6fed4dcf4a2ee12c20a521d5337cdf24dec Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-08-14 12:10:21 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-08-14 12:47:24 +0000 net/vpp: Apply patch to fix CPU affinity on FreeBSD Initialize CPU affinity bitmask to ensure proper configuration of workers. Approved by: thj@freebsd.org (maintainer) Sponsored by: The FreeBSD Foundation --- net/vpp/Makefile | 4 +++- net/vpp/distinfo | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net/vpp/Makefile b/net/vpp/Makefile index 3b06cdc1b5f4..c0026798d73f 100644 --- a/net/vpp/Makefile +++ b/net/vpp/Makefile @@ -1,11 +1,13 @@ PORTNAME= vpp DISTVERSIONPREFIX= v DISTVERSION= 24.06 +PORTREVISION= 1 CATEGORIES= net PATCH_SITES= https://github.com/adventureloop/${PORTNAME}/commit/ PATCHFILES= fba2754d78cde15f93d19f86499aa3803110bc73.patch:-p1 \ - c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch:-p1 + c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch:-p1 \ + b8e219b761d0e2cc1caf5196f0ebfaf8ea776b26.patch:-p1 MAINTAINER= thj@freebsd.org COMMENT= VPP: A fast, scalable layer 2-4 multi-platform network stack diff --git a/net/vpp/distinfo b/net/vpp/distinfo index 8da4014e8aaa..4e1b39130fe9 100644 --- a/net/vpp/distinfo +++ b/net/vpp/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1723131459 +TIMESTAMP = 1723636652 SHA256 (FDio-vpp-v24.06_GH0.tar.gz) = b8192821b38821b39ea435505d2d76b167f637654ebfb30d3f71cbead3bcaa07 SIZE (FDio-vpp-v24.06_GH0.tar.gz) = 22030398 SHA256 (fba2754d78cde15f93d19f86499aa3803110bc73.patch) = 2943947b3b07776d30bc1db652f1a5067ea63d5acf80dce9798aa88de85775df SIZE (fba2754d78cde15f93d19f86499aa3803110bc73.patch) = 1659 SHA256 (c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch) = a2075b41b77622368f22320645bc81e50bf1110200a2dfa547122b256023d965 SIZE (c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch) = 1633 +SHA256 (b8e219b761d0e2cc1caf5196f0ebfaf8ea776b26.patch) = ce752937fb7ecada58ee7aebcf0e478a6ec5f5ab442392b2fe22280043eea9a4 +SIZE (b8e219b761d0e2cc1caf5196f0ebfaf8ea776b26.patch) = 2197