-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(net): the big network rebuild #977
Draft
Samuka007
wants to merge
61
commits into
master
Choose a base branch
from
feat-network-rebuild
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uevent should be format Enum of smoltcp socket should be optimized. need to add interface for routing subsys actix is still not abled to run. clean some casual added code to other places
* 新增CommonAttrGroup,基本支持sysfs下各种类型设备的uevent属性文件的读测试 * 修改net设备的uevent内容,使之与Linux语义一致 * 删除无用注释
…ent-network-rebuild
…t-network-rebuild
clean format, enable ctrl-c in accept blocking
feat: merge master and ready for pr in master
@Samuka007: no appropriate reviewer found, use |
dragonosbot
added
A-driver
Area: 驱动程序
A-fs
Area: 文件系统
O-x86_64
Target: x86_64
S-等待审查
Status: 等待assignee以及相关方的审查。
labels
Oct 14, 2024
fslongjin
requested changes
Oct 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要添加文档
dragonosbot
added
S-等待作者修改
Status: 这正在等待作者的一些操作(例如代码更改或更多信息)。
and removed
S-等待审查
Status: 等待assignee以及相关方的审查。
labels
Oct 15, 2024
fix(net): address family错误返回错误导致的redis跑不起来
重构的 PR 命名为 refactor 似乎比 feat 更合适? |
fslongjin
changed the title
feat(net): the big network rebuild
refactor(net): the big network rebuild
Oct 23, 2024
* feat(doc): 添加网络子系统文档 * make fmt
dragonosbot
added
the
T-doc
Relevant to the document team, which will review and decide on the PR/issue.
label
Oct 30, 2024
…moltcp (#1032) * change to smoltcp * add syscall, fix wront accept-listen logic * add version and resource close
fix: fix udp and run dog in udp
fix(net): merge master and make fmt
https://bbs.dragonos.org.cn/t/topic/414 |
Signed-off-by: longjin <[email protected]>
- 中断上下文内用到的锁,在外面要irqsave. - 把主线调度的pr应用到当前分支: #1063 Signed-off-by: longjin <[email protected]>
fix: 修正IfaceCommon的bounds字段的锁使用问题&调度问题
merge master into network refactor branch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
一次自认为性价比并不十分高的网络子系统重构,但是辛苦 @val213 @smallcjy @1037827920 @Saga1718 的大力支持,愿意在三天两头构建不成功的网络重构分支下协助我一同完成重构。现网络重构分支已准备好合入主线!