mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
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
This commit is contained in:
parent
fc94b4e3dd
commit
3d9fe6fed4
2 changed files with 6 additions and 2 deletions
|
@ -1,11 +1,13 @@
|
||||||
PORTNAME= vpp
|
PORTNAME= vpp
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 24.06
|
DISTVERSION= 24.06
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
PATCH_SITES= https://github.com/adventureloop/${PORTNAME}/commit/
|
PATCH_SITES= https://github.com/adventureloop/${PORTNAME}/commit/
|
||||||
PATCHFILES= fba2754d78cde15f93d19f86499aa3803110bc73.patch:-p1 \
|
PATCHFILES= fba2754d78cde15f93d19f86499aa3803110bc73.patch:-p1 \
|
||||||
c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch:-p1
|
c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch:-p1 \
|
||||||
|
b8e219b761d0e2cc1caf5196f0ebfaf8ea776b26.patch:-p1
|
||||||
|
|
||||||
MAINTAINER= thj@freebsd.org
|
MAINTAINER= thj@freebsd.org
|
||||||
COMMENT= VPP: A fast, scalable layer 2-4 multi-platform network stack
|
COMMENT= VPP: A fast, scalable layer 2-4 multi-platform network stack
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
TIMESTAMP = 1723131459
|
TIMESTAMP = 1723636652
|
||||||
SHA256 (FDio-vpp-v24.06_GH0.tar.gz) = b8192821b38821b39ea435505d2d76b167f637654ebfb30d3f71cbead3bcaa07
|
SHA256 (FDio-vpp-v24.06_GH0.tar.gz) = b8192821b38821b39ea435505d2d76b167f637654ebfb30d3f71cbead3bcaa07
|
||||||
SIZE (FDio-vpp-v24.06_GH0.tar.gz) = 22030398
|
SIZE (FDio-vpp-v24.06_GH0.tar.gz) = 22030398
|
||||||
SHA256 (fba2754d78cde15f93d19f86499aa3803110bc73.patch) = 2943947b3b07776d30bc1db652f1a5067ea63d5acf80dce9798aa88de85775df
|
SHA256 (fba2754d78cde15f93d19f86499aa3803110bc73.patch) = 2943947b3b07776d30bc1db652f1a5067ea63d5acf80dce9798aa88de85775df
|
||||||
SIZE (fba2754d78cde15f93d19f86499aa3803110bc73.patch) = 1659
|
SIZE (fba2754d78cde15f93d19f86499aa3803110bc73.patch) = 1659
|
||||||
SHA256 (c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch) = a2075b41b77622368f22320645bc81e50bf1110200a2dfa547122b256023d965
|
SHA256 (c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch) = a2075b41b77622368f22320645bc81e50bf1110200a2dfa547122b256023d965
|
||||||
SIZE (c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch) = 1633
|
SIZE (c15618aa59bf39197c66ec2e82c58c02d4c56c20.patch) = 1633
|
||||||
|
SHA256 (b8e219b761d0e2cc1caf5196f0ebfaf8ea776b26.patch) = ce752937fb7ecada58ee7aebcf0e478a6ec5f5ab442392b2fe22280043eea9a4
|
||||||
|
SIZE (b8e219b761d0e2cc1caf5196f0ebfaf8ea776b26.patch) = 2197
|
||||||
|
|
Loading…
Add table
Reference in a new issue