Re: [PATCH v3 0/5] docs/zh_CN: Add Chinese translations for five networking documents
Dongliang Mu <[email protected]>
| Newsgroups | gmane.linux.documentation,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/11/26 3:11 PM, Siwei Chen wrote: > 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 Reviewed-by: Dongliang Mu <[email protected]> Please remember to two small minor issues. > > Changes in v2: > - Add translated documents to corresponding index file. > - Link to v1: 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]/ > > 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 >