Hi all: I have translated all the docs for section "Data structures and low-level utilities" of the core-api, and I plan to split them into two patchset submissions. This patchset contains the following files: idr.rst circular-buffers.rst generic-radix-tree.rst packing.rst For more details, please see TODOLIST in core-api/index.rst. Thanks. Binbin Zhou (4): docs/zh_CN: core-api: Add idr Chinese translation docs/zh_CN: core-api: Add circular-buffers Chinese translation docs/zh_CN: core-api: Add generic-radix-tree Chinese translation docs/zh_CN: core-api: Add packing Chinese translation .../zh_CN/core-api/circular-buffers.rst | 205 ++++++++++++++++++ .../zh_CN/core-api/generic-radix-tree.rst | 23 ++ .../translations/zh_CN/core-api/idr.rst | 74 +++++++ .../translations/zh_CN/core-api/index.rst | 8 +- .../translations/zh_CN/core-api/packing.rst | 154 +++++++++++++ 5 files changed, 460 insertions(+), 4 deletions(-) create mode 100644 Documentation/translations/zh_CN/core-api/circular-buffers.rst create mode 100644 Documentation/translations/zh_CN/core-api/generic-radix-tree.rst create mode 100644 Documentation/translations/zh_CN/core-api/idr.rst create mode 100644 Documentation/translations/zh_CN/core-api/packing.rst -- 2.20.1