Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2021 12:01:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 256336] textproc/py-gi-docgen: hard-coded /usr/local
Message-ID:  <bug-256336-39348-R7XWobjZ04@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256336-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256336-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <whu@FreeBSD.org>
AuthorDate: 2021-08-20 08:43:10 +0000
Commit:     Wei Hu <whu@FreeBSD.org>
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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256336-39348-R7XWobjZ04>