Bug#1059082: [Pkg-dpdk-devel] Bug#1059082: dpdk-kmods: enable build for loongarch64

2023-12-20 Thread Luca Boccassi
Control: tags -1 moreinfo

On Wed, 20 Dec 2023 at 04:12, zhangdandan  wrote:
>
> Source: dpdk-kmods
> Version: 0~20220829+git-3
> Severity: wishlist
> Tags: patch
> User: debian-loonga...@lists.debian.org
> Usertags: loong64
>
> Dear maintainers,
>
> The dpdk-kmods source package lacks LoongArch architecture support.
> We need to add build support for loongarch64 in d/control.
> Please consider the patch I have attached.
>
> The dpdk-kmods source package was compiled successfully on my local
> loong64 rootfs environment.
> If you have any questions, you can contact me at any time.

What's the use case for this? I don't think DPDK supports loongarch64?



Bug#1059082: dpdk-kmods: enable build for loongarch64

2023-12-19 Thread zhangdandan

Source: dpdk-kmods
Version: 0~20220829+git-3
Severity: wishlist
Tags: patch
User: debian-loonga...@lists.debian.org
Usertags: loong64

Dear maintainers,

The dpdk-kmods source package lacks LoongArch architecture support.
We need to add build support for loongarch64 in d/control.
Please consider the patch I have attached.

The dpdk-kmods source package was compiled successfully on my local 
loong64 rootfs environment.

If you have any questions, you can contact me at any time.

thanks,
Dandan Zhang

diff -Nru dpdk-kmods-0~20220829+git/debian/control 
dpdk-kmods-0~20220829+git/debian/control
--- dpdk-kmods-0~20220829+git/debian/control2022-12-30 15:47:15.0 
+
+++ dpdk-kmods-0~20220829+git/debian/control2022-12-30 15:47:30.0 
+
@@ -13,7 +13,7 @@
 Testsuite: autopkgtest-pkg-dkms
 
 Package: dpdk-kmods-dkms
-Architecture: amd64 arm64 i386 ppc64el riscv64
+Architecture: amd64 arm64 i386 loong64 ppc64el riscv64
 Depends: dkms, libelf-dev, make, ${misc:Depends},
 Description: Data Plane Development Kit (dkms)
  DPDK is a set of libraries for fast packet processing. Applications run