From nobody Fri Aug 20 12:01:45 2021 X-Original-To: desktop@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 CF82412738DC for ; Fri, 20 Aug 2021 12:01:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GrgGd27ynz3Q13 for ; Fri, 20 Aug 2021 12:01:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E09D7188C5 for ; Fri, 20 Aug 2021 12:01:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 17KC1i89074135 for ; Fri, 20 Aug 2021 12:01:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 17KC1isl074134 for desktop@FreeBSD.org; Fri, 20 Aug 2021 12:01:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 256336] textproc/py-gi-docgen: hard-coded /usr/local Date: Fri, 20 Aug 2021 12:01:45 +0000 X-Bugzilla-Reason: AssignedTo CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: desktop@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Using and improving FreeBSD on the desktop List-Archive: https://lists.freebsd.org/archives/freebsd-desktop List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-desktop@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256336 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dce110ea12fcea71ae437d0a1d0549d3d3= 2055b0e commit ce110ea12fcea71ae437d0a1d0549d3d32055b0e Author: Wei Hu AuthorDate: 2021-08-20 08:43:10 +0000 Commit: Wei Hu CommitDate: 2021-08-20 10:44:57 +0000 Microsoft Azure Network Adapter(MANA) VF support MANA is the new network adapter from Microsoft which will be available in Azure public cloud. It provides SRIOV NIC as virtual function to guest OS running on Hyper-V. The code can be divided into two major parts. Gdma_main.c is the one to bring up the hardware board and drives all underlying hardware queue infrastructure. Mana_en.c contains all main ethernet driver code. It has only tested and supported on amd64 architecture. PR: 256336 Reviewed by: decui@microsoft.com Tested by: whu MFC after: 2 week Relnotes: yes Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D31150 sys/conf/files.x86 | 6 + sys/dev/mana/gdma.h (new) | 744 +++++++++++ sys/dev/mana/gdma_main.c (new) | 1961 +++++++++++++++++++++++++++ sys/dev/mana/gdma_util.c (new) | 96 ++ sys/dev/mana/gdma_util.h (new) | 206 +++ sys/dev/mana/hw_channel.c (new) | 950 ++++++++++++++ sys/dev/mana/hw_channel.h (new) | 222 ++++ sys/dev/mana/mana.h (new) | 689 ++++++++++ sys/dev/mana/mana_en.c (new) | 2699 ++++++++++++++++++++++++++++++++++= ++++ sys/dev/mana/mana_sysctl.c (new) | 219 ++++ sys/dev/mana/mana_sysctl.h (new) | 48 + sys/dev/mana/shm_channel.c (new) | 337 +++++ sys/dev/mana/shm_channel.h (new) | 52 + sys/modules/Makefile | 2 + sys/modules/mana/Makefile (new) | 12 + 15 files changed, 8243 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.=