我通过 mailist 看到这个项目 https://patchwork.kernel.org/project/linux-rdma/
想看看他们的 repo 里面的各种 readme ,但是找不到他们 repo. 因为为也不是很懂 kernel 贡献这一套
想问一下大家这个 Linux RDMA and InfiniBand 怎么去定位对应的 repo 呢?
( https://github.com/linux-rdma/rdma-core 这个好像不是对应的项目
1
luoling8192 248 天前
|
2
Lax 248 天前
|
3
allAboutDbmss OP @Lax #2 感谢 。但是我依然只能搜到唯一一个: https://git.kernel.org/?q=linux-rdma.
我搜不到 mailinglist 里面的那些人的 branch 可能是被删掉了? |
4
littlewing 248 天前
rdma-core 是 rdma 的用户态驱动,你发的 mailist 应该是内核态的那部分,没有单独的 repo
|
5
allAboutDbmss OP @littlewing #4 是有可能的。但是意思是这个内核代码不开源吗?
|
6
boboliu 248 天前
不是有 https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git/ 吗
这是 RDMA 小组的 repo ,然后几个成员还有自己的 repo |
7
PTLin 248 天前
源码里的 MAINTAINERS 里搜 rdma 能看到相关的
|
8
allAboutDbmss OP |
9
swulling 248 天前 via iPhone
|
10
swulling 248 天前 via iPhone
实际上到现在,Linux Kernel 的合作依然是通过邮件的。和 Github 那种先 fork 再贡献的工作流不太一样。
|
11
swulling 248 天前 via iPhone 1
这个 commit 最终被 refuse 了,所以你在 history 里找不到啦。
On Tue, May 8, 2018 at 5:05 PM, Radzi, Amit <Amit.Radzi@xxxxxxxxxx> wrote: > General question, was there already an RFC for the kernel side that I missed or > is it still pending? Wasn't submitted. We want to go with the userspace first. |
12
allAboutDbmss OP @swulling #11 看到了 就是这个 Oren Duer 最后没有提 PR 进去
|
13
Lax 247 天前 2
@allAboutDbmss 顺便提一句,PR 是 GitHub 的概念,不是 git 的。kernel 还是用原生 git 的那一套
|