[Bug 292889] [NEW PORT] net/ucx: Unified Communication X (UCX) framework

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 02 Feb 2026 21:44:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292889

            Bug ID: 292889
           Summary: [NEW PORT] net/ucx: Unified Communication X (UCX)
                    framework
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: rikka.goering@outlook.de

Hello,

I would like to submit a new port, as part of my HPC modernization effort:

Port name: net/ucx
Upstream:  https://github.com/openucx/ucx
License:   BSD-3-Clause
WWW:       https://openucx.org/

Description:
UCX (Unified Communication X) is a high-performance communication framework
for modern HPC and data-intensive workloads. It provides low-latency,
high-bandwidth messaging and remote-memory-access primitives across a wide
range of transports, including shared memory, TCP/IP, and RDMA-capable
interconnects such as InfiniBand and RoCE (when supported by the platform).

UCX is commonly used as a communication substrate for MPI, OpenSHMEM, and
other distributed runtimes. It exposes a set of layered APIs (UCP/UCT/UCS/UCM)
to balance portability and performance while enabling optimized transport
selection, rendezvous protocols, and progress models.

Testing:
 - make check-plist (with all options and with no options enabled) [OK]
 - make stage-qa [OK]
 - portlint -AC [OK]
 - portclippy Makefile [OK]
 - poudriere testport [OK]
 - basic runtime test [OK]

A patch adding that port is attached to this PR.

-- 
You are receiving this mail because:
You are the assignee for the bug.