diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index c18964d77c48e39da248ae722eaf79818a47c74a..3ac099a3e140c918cbcd8df2db7bb8b665f19127 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -13682,6 +13682,11 @@ repositories: protected_branches: - master type: public +- name: dpdk + description: "" + protected_branches: + - master + type: public - name: tpm2-abrmd-selinux description: "SELinux policies for tpm2-abrmd" protected_branches: diff --git a/sig/sig-dpdk/OWNERS b/sig/sig-dpdk/OWNERS new file mode 100644 index 0000000000000000000000000000000000000000..c6af5d51f910d8b4bf74f1ceda9f92654c7c928b --- /dev/null +++ b/sig/sig-dpdk/OWNERS @@ -0,0 +1,4 @@ +maintainers: + - zhb339 +Committer: + - speech_white diff --git a/sig/sig-dpdk/README.md b/sig/sig-dpdk/README.md new file mode 100644 index 0000000000000000000000000000000000000000..8ae4e79acf8fcfddbe8e8d7e2f6bc02c0e0e94bc --- /dev/null +++ b/sig/sig-dpdk/README.md @@ -0,0 +1,49 @@ + +# SIG名称 +sig-dpdk + +申请该SIG组的目的是构建一个DPDK开源软件的开发平台,包括创建仓库,遵循maintainer检视机制等, +该SIG业务范围主要是DPDK PMD驱动的开发维护,暂不需要其他SIG支持 + + +# 组织会议 + +- 公开的会议时间:北京时间,每周X 下午,XX点~XX点 + + +北京时间,每周五 下午,14点~13点 + + +# 成员 + +@zhb339 @speech_white + +### Maintainer列表 + +- 郑闳博[@zhb339](https://gitee.com/zhb339) + + + +### Committer列表 + +- 胡敏[@speech_whie](https://gitee.com/speech_white) + + + +# 联系方式 + +- [邮件列表](dev@openeuler.org) +- [IRC公开会议](#openeuler-meeting) + + + + + +# 项目清单 + +项目名称:dpdk + +repository地址: +https://gitee.com/speech_white/dpdk.git +- +- diff --git a/sig/sig-dpdk/sig-dpdk.md b/sig/sig-dpdk/sig-dpdk.md new file mode 100644 index 0000000000000000000000000000000000000000..285d798b72476447ac3cd598e481b1f3252593fd --- /dev/null +++ b/sig/sig-dpdk/sig-dpdk.md @@ -0,0 +1,55 @@ + +# Application to create a new SIG +English | [简体中文](./sig-template_cn.md) + + +Note: The Charter of this SIG follows the convention described in the openEuler charter [README] (/en/governance/README.md), and follows [SIG-governance] (/en/technical-committee/governance/SIG-governance.md). + +## SIG Mission and Scope + +Describe the Mission and objectives of the new SIG, including but not limited to: +The purpose of applying for the SIG group is to build a DPDK open-source software development platform, including creating a repository and following the maintainer review mechanism, +The SIG service scope is mainly the development and maintenance of the DPDK PMD driver. Other SIGs are not required. + + +### Deliverables + +What and in what form the SIG is responsible for delivering + +- tar + +### Repositories and description managed by this SIG + https://gitee.com/speech_white/dpdk.git + +### Cross-domain and external-oriented processes + +Cross-domain and externally-oriented processes and actions defined and implemented by this SIG: + +- Non-Internal Process Checklist + +- The organization guidance plan for the entire openEulerSIG owned by this SIG, etc. + + +## Basic Information + +### Project Introduction +    https://gitee.com/speech_white/dpdk.git + +***Tips***: After the SIG is successfully created, https: /gitee.com/openeuler/community/sig/sig-xxxx/ management will be managed by the Maintainer, and the project team can enrich their project introduction, including but not limited to the following content. +``` +### Maintainers +- Name (zhb339) + +### Committers +- Name (speech_white) + +### Mailing list + +### IRC Channel + +### Conference Information + +### External Contact +``` + + diff --git a/sig/sig-dpdk/sig-dpdk_cn.md b/sig/sig-dpdk/sig-dpdk_cn.md new file mode 100644 index 0000000000000000000000000000000000000000..86f888800a1a49e745336e1c17dc1026d7653fcb --- /dev/null +++ b/sig/sig-dpdk/sig-dpdk_cn.md @@ -0,0 +1,19 @@ + +# 新建SIG申请 +[English](./sig-template.md) | 简体中文 + +说明:本SIG的Charter内容遵循openEuler章程 [README](/zh/governance/README.md)中描述的约定,使用[SIG-governance](/zh/technical-committee/governance/SIG-governance.md)中概述的角色和组织管理。 + +## SIG组工作目标和范围 + 申请该SIG组的目的是构建一个DPDK开源软件的开发平台,包括创建仓库,遵循maintainer检视机制等, + 该SIG业务范围主要是DPDK PMD驱动的开发维护,暂不需要其他SIG支持 + +### 该SIG管理的repository及描述 +- 项目名称:dpdk +- 交付件形式:rpm包 +- repository1名称:https://gitee.com/speech_white/dpdk.git + +### 跨领域和面向外部的流程 +由该SIG定义和执行的,且跨领域和面向外部的流程和行动: +- 非内部流程清单 +- 该SIG拥有的面向整个openEulerSIG的组织指导计划等 diff --git a/sig/sigs.yaml b/sig/sigs.yaml index 479f4ef24c48a414304eaa92f6dad4d6136715c2..9967448a0e4ab4b76dcac5f060d7cf7d2883f6eb 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -4105,6 +4105,9 @@ sigs: - src-openeuler/vcredist - src-openeuler/vdsm - src-openeuler/vdsm-jsonrpc-java +- name: sig-dpdk + repositories: + - src-openeuler/dpdk - name: security-committee repositories: - openeuler/security-committee