25 lines
591 B
Diff
25 lines
591 B
Diff
From c772418b42580bcf9d9b863e742df7ae3f921176 Mon Sep 17 00:00:00 2001
|
|
From: test <test@example.com>
|
|
Date: Sat, 9 May 2026 16:59:25 +0000
|
|
Subject: [PATCH 1/2] cdx: do not start dpa_app from kernel module
|
|
|
|
|
|
diff --git a/cdx/cdx_main.c b/cdx/cdx_main.c
|
|
index 2d7b72b..ec763cb 100644
|
|
--- a/cdx/cdx_main.c
|
|
+++ b/cdx/cdx_main.c
|
|
@@ -8,8 +8,8 @@
|
|
*
|
|
*/
|
|
|
|
-//uncomment to start dpa_app from cdx module
|
|
-#define START_DPA_APP 1
|
|
+// Start dpa_app from userspace service ordering instead of kernel module init.
|
|
+// #define START_DPA_APP 1
|
|
|
|
#define DEFINE_GLOBALS
|
|
#include "portdefs.h"
|
|
--
|
|
2.47.3
|
|
|