fix(hoststack): Correct socket in DMA NGINX conf 52/43852/1
authorVratko Polak <[email protected]>
Tue, 7 Oct 2025 10:46:27 +0000 (12:46 +0200)
committerVratko Polak <[email protected]>
Tue, 7 Oct 2025 10:46:27 +0000 (12:46 +0200)
DMA NGINX tests were failing since 43794:
  vl_api_app_attach_reply_t_handler:68: vcl<0:-1>:
  ERROR attach failed: Feature disabled by configuration (-30)

Change-Id: I1d20c954d85945f47a9553e39f68465026570cb9
Signed-off-by: Vratko Polak <[email protected]>
resources/templates/vcl/vcl_dma.conf

index 46c578b..5aeee61 100644 (file)
@@ -5,5 +5,8 @@ vcl {
   tx-fifo-size 4000000
   use-mq-eventfd
   event-queue-size 500000
-  api-socket-name /run/vpp/api.sock
+
+  # This must be kept in sync with vpp_hoststack_attr{app_api_socket}
+  # in .../resources/libraries/robot/hoststack/hoststack.robot
+  app-socket-api /run/vpp/app_ns_sockets/default
 }