[PATCH v3 0/5] docs/zh_CN: Add Chinese translations for five networking documents
From: Siwei Chen
Date: Tue Aug 11 2026 - 03:22:41 EST
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 v2:
- Add translated documents to corresponding index file.
- Link to v1: https://lore.kernel.org/linux-doc/cover.1784866896.git.businiaoanka@xxxxxxxxx/
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@xxxxxxxxxxxxxxx/
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 | 31 ++++
.../translations/zh_CN/networking/team.rst | 16 ++
6 files changed, 290 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
--
2.53.0