[PATCH v4 0/5] docs/zh_CN: Add Chinese translations for five networking documents
Siwei Chen <[email protected]>
| Newsgroups | gmane.linux.documentation,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Siwei Chen <[email protected]> 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 v4: - Fix two minor issues in the translation of "ipv6.rst" and "secid.rst". - Link to v3: https://lore.kernel.org/linux-doc/[email protected]/ 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/[email protected]/ Changes in v2: - Add translated documents to corresponding index file. - Link to v1: https://lore.kernel.org/linux-doc/[email protected]/ 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