From: Vratko Polak Date: Tue, 7 Oct 2025 10:46:27 +0000 (+0200) Subject: fix(hoststack): Correct socket in DMA NGINX conf X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F43852%2F1;p=csit.git fix(hoststack): Correct socket in DMA NGINX conf 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 --- diff --git a/resources/templates/vcl/vcl_dma.conf b/resources/templates/vcl/vcl_dma.conf index 46c578b770..5aeee613ec 100644 --- a/resources/templates/vcl/vcl_dma.conf +++ b/resources/templates/vcl/vcl_dma.conf @@ -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 }