Hi maintainers,
Please take care of the patch we added for loong64 in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055047#10.
1.Enable loongarch64 support in d/control.
Please consider the below patch.
```
diff -Nru ceph-16.2.11+ds/debian/control ceph-16.2.11+ds/debian/control
--- ceph-16.2.11+ds/debian/control 2023-10-09 06:53:31.000000000 +0000
+++ ceph-16.2.11+ds/debian/control 2023-10-09 06:53:31.000000000 +0000
@@ -50,7 +50,7 @@
libfuse-dev,
libgf-complete-dev,
libgnutls28-dev,
- libgoogle-perftools-dev [amd64 arm64 armel armhf i386 mips64el mipsel
ppc64 ppc64el riscv64 powerpc s390x],
+ libgoogle-perftools-dev [amd64 arm64 armel armhf i386 loong64 mips64el
mipsel ppc64 ppc64el riscv64 powerpc s390x],
libhwloc-dev,
```
2.Add loongarch64 support in src/rocksdb.
In addition, please consider the below patch (For src/rocksdb).
https://bugs.debian.org/cgi-bin/bugreport.cgi?att=2;bug=1055047;filename=ceph-add-loongarch64-support.patch;msg=10
And loongarch64 was supported in rocksdb's upstream, you can also refer to
https://github.com/facebook/rocksdb/pull/10036/files.
For loong64, now ceph's support for loong64 has been uploaded to the
unreleased repository of debian-ports.
Please check
http://ftp.ports.debian.org/debian-ports/pool-loong64/main/c/ceph/.
Could you add loong64 support in the next upload?
Thanks
Dandan Zhang