合并受阻
Welcome To openEuler Community
Hey @qiujuyin0194 , thanks for your contribution to the community.
Bot Usage Manual
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands.
Contact Guide
If you have any questions, please contact the SIG: sig-high-performance-network ,
and any of the maintainers: @LemmyHuang, @bitcoffee, @feifei-wang1994, @perfectwcy ,
and any of the committers: @compile_success, @huang_bing_kang, @jiangheng12138, @kywanfeng, @li-huisong, @lijie_printk, @martinshare, @mengxuanzhang, @xuan_ding .


门禁正在运行, 您可以通过以下链接查看实时门禁检查结果.
若您对门禁结果含义不清晰或者遇到问题不知如何解决,可参考门禁指导手册
门禁入口及编码规范检查: multiarch/src-openeuler/trigger/dpdk/23/console


aarch64架构构建及构建后检查:multiarch/src-openeuler/aarch64/dpdk/23/console


x86_64架构构建及构建后检查:multiarch/src-openeuler/x86-64/dpdk/23/console


| Check Name | Build Result | 详情 | Build Details | |
|---|---|---|---|---|
| check_binary_file | ✅SUCCESS | #23 | ||
| check_lfsconfig | :ballot_box_with_check:EXCLUDE | |||
| check_package_yaml_file | ✅SUCCESS | |||
| check_repo_in_maintain | ✅SUCCESS | |||
| check_consistency | ✅SUCCESS | |||
| check_spec_file | ✅SUCCESS | |||
| x86_64 | check_build | ✅SUCCESS | #23 | |
| check_install | ✅SUCCESS | |||
| check_license | ✅SUCCESS | |||
| aarch64 | check_build | ✅SUCCESS | #23 | |
| check_install | ✅SUCCESS | |||
| check_license | ✅SUCCESS | |||


如下为接口变更检查结果,目标分支为openEuler-24.03-LTS-SP4,请PR提交者check差异信息
| Arch Name | Check Items | Rpm Name | Check Result | Build Details |
|---|---|---|---|---|
| compare_package(x86_64) | add_rpms | ✅SUCCESS | #23 | |
| delete_rpms | ✅SUCCESS | |||
| ko | ✅SUCCESS | |||
| rpm_abi | ✅SUCCESS | |||
| rpm_cmd | ✅SUCCESS | |||
| rpm_header | ✅SUCCESS | |||
| rpm_lib | dpdk | ❌FAILED | ||
| rpm_provides | dpdk | ❌FAILED | ||
| rpm_requires | dpdk | ❌FAILED | ||
| rpm_symbol | ✅SUCCESS | |||
| compare_package(aarch64) | add_rpms | ✅SUCCESS | #23 | |
| delete_rpms | ✅SUCCESS | |||
| ko | ✅SUCCESS | |||
| rpm_abi | ✅SUCCESS | |||
| rpm_cmd | ✅SUCCESS | |||
| rpm_header | ✅SUCCESS | |||
| rpm_lib | dpdk | ❌FAILED | ||
| rpm_provides | dpdk | ❌FAILED | ||
| rpm_requires | dpdk | ❌FAILED | ||
| rpm_symbol | ✅SUCCESS |


当前PR是否有AI参与:
[x] 否
[ ] Yes
__1. AI Agent 平台:
__2. AI 模型 :
__3. Prompt 上下文 :
参考:openEuler社区《生成式AI工具使用与开源贡献政策》
PR功能描述 / 为什么需要这个合入**:
本次PR为 https://gitcode.com/src-openeuler/dpdk/pull/812 同步到 openEuler-24.03-LTS-SP4 分支。
为 openEuler DPDK 23.11 增加 NBL PMD 支持。
本次提交增加星云智联 S1000/Leonis 和 S2000/Draco 系列网卡的 DPDK PMD 驱动,并更新 dpdk.spec 中的补丁列表和 RPM Release。
NBL PMD 代码隔离在 drivers/net/nbl 目录下,仅额外修改 drivers/net/meson.build 完成驱动注册,不影响其他 PMD。
该PR关联的issue
fixes #122
希望检视人员了解:
NBL S1000/S2000 系列 PMD 驱动。