[Bug 256336] textproc/py-gi-docgen: hard-coded /usr/local
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 256336] textproc/py-gi-docgen: hard-coded /usr/local"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Aug 2021 12:01:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256336 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=ce110ea12fcea71ae437d0a1d0549d3d32055b0e 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(+) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.