Re: [PATCH v5 0/5] docs/zh_CN: Add Chinese translations for five networking documents
From: 不死鸟Anka
Date: Sun Sep 06 2026 - 23:09:50 EST
在 2026年8月24日星期一 中国标准时间 12:37:59,Siwei Chen 写道:
> From: Siwei Chen <businiaoanka@xxxxxxxxx>
>
> This series adds Simplified Chinese translations for five documents
> under Documentation/networking/:
>
> - team.rst: Team devices driven from userspace via libteam
> - sriov.rst: NIC SR-IOV APIs (switchdev model and legacy API)
> - driver.rst: Softnet driver issues (probing, close/stop,
> transmit path guidelines, and extack error reporting)
> - ipv6.rst: ipv6 module parameters (disable, autoconf,
> disable_ipv6)
> - secid.rst: LSM/SELinux secid usage in the flowi structure
>
> Changes in v5:
> - Use direct link instead of ":ref:" to fix the warning of
> "undefined label" in the translation of "sriov.rst" since "switchdev"
> documentation has no translation in the same directory.
> - Revise the commit title: "SeLinux" -> "SELinux".
> - Translate "flowi structure" and "flow structure" into
> "flowi structure" uniformly in the translation of "secid.rst".
> - Link to v4:
> https://lore.kernel.org/linux-doc/20260817021340.17318-1-anka@xxxxxxxxxxxx.
> cn/
>
> Changes in v4:
> - Fix two minor issues in the translation of "ipv6.rst" and "secid.rst".
> - Link to v3:
> https://lore.kernel.org/linux-doc/20260811071200.54062-1-anka@xxxxxxxxxxxx.
> cn/
>
> Changes in v3:
> - Remove spaces before and after "(".
> - Add a missing space after "IPv6".
> - Update the translation of "secid".
> - Link to v2:
> https://lore.kernel.org/linux-doc/20260727073538.56951-1-anka@xxxxxxxxxxxx.
> cn/
>
> Changes in v2:
> - Add translated documents to corresponding index file.
> - Link to v1:
> https://lore.kernel.org/linux-doc/cover.1784866896.git.businiaoanka@anka1.t
> op/
>
> Siwei Chen (5):
> docs/zh_CN: Add networking team documentation Chinese translation
> docs/zh_CN: Add NIC SR-IOV APIs Chinese translation
> docs/zh_CN: Add Softnet Driver Issues Chinese translation
> docs/zh_CN: Add ipv6 Chinese translation
> docs/zh_CN: Add LSM/SELinux secid Chinese translation
>
> .../translations/zh_CN/networking/driver.rst | 138 ++++++++++++++++++
> .../translations/zh_CN/networking/index.rst | 10 +-
> .../translations/zh_CN/networking/ipv6.rst | 76 ++++++++++
> .../translations/zh_CN/networking/secid.rst | 24 +++
> .../translations/zh_CN/networking/sriov.rst | 34 +++++
> .../translations/zh_CN/networking/team.rst | 16 ++
> 6 files changed, 293 insertions(+), 5 deletions(-)
> create mode 100644 Documentation/translations/zh_CN/networking/driver.rst
> create mode 100644 Documentation/translations/zh_CN/networking/ipv6.rst
> create mode 100644 Documentation/translations/zh_CN/networking/secid.rst
> create mode 100644 Documentation/translations/zh_CN/networking/sriov.rst
> create mode 100644 Documentation/translations/zh_CN/networking/team.rst
Ping