-
Notifications
You must be signed in to change notification settings - Fork 92
[Deepin-Kernel-SIG] [linux 6.6-y] [Huawei] net/hinic3: drivers/new/ethernet/huawei: Modify the driver version #903
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
[Deepin-Kernel-SIG] [linux 6.6-y] [Huawei] net/hinic3: drivers/new/ethernet/huawei: Modify the driver version #903
Conversation
Reviewer's GuideUpdate the HINIC3 driver version macros to the new release number across relevant header files. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Pull Request Overview
This PR updates the driver version for the Huawei hinic3 network driver. The changes update the version macros in both the device header and CRM header files to reflect the new version.
- Updated HINIC3_NIC_DRV_VERSION in hinic3_nic_dev.h
- Updated HINIC3_DRV_VERSION in hinic3_crm.h
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
drivers/net/ethernet/huawei/hinic3/hinic3_nic_dev.h | Updated driver version macro to "17.7.8.101" |
drivers/net/ethernet/huawei/hinic3/hinic3_crm.h | Updated driver version macro to "17.7.8.101" |
Comments suppressed due to low confidence (2)
drivers/net/ethernet/huawei/hinic3/hinic3_nic_dev.h:21
- Ensure that the updated driver version is referenced in the corresponding release notes and documentation to maintain version consistency across the project.
#define HINIC3_NIC_DRV_VERSION "17.7.8.101"
drivers/net/ethernet/huawei/hinic3/hinic3_crm.h:11
- Verify that this version update is synchronized with other driver components and that any public facing version references are updated accordingly.
#define HINIC3_DRV_VERSION "17.7.8.101"
Modify the driver version. Link: https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel/pulls/422 Signed-off-by: 符桂铭 <[email protected]> Signed-off-by: WangYuli <[email protected]>
6bc0fac
to
b751c87
Compare
deepin pr auto review代码审查意见:
总体来说,这个提交主要是关于版本号的更新,没有引入新的代码逻辑或修改,因此没有明显的语法或逻辑错误。但是,建议进行全面的测试以确保版本更新不会引入任何问题,并且确保文档和发布说明与版本更新保持一致。 |
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.
Hey @Avenger-285714 - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: opsiff The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Modify the driver version.
Link: https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel/pulls/422
Summary by Sourcery
Bump the Huawei HINIC3 Ethernet driver version to reflect the latest release
Chores: