Hey Thomas, Thanks for the reply. Can you tell me the build command you're using to produce those errors? I have ran the builds on my test machine and cannot reproduce these. Thanks! Dylan ________________________________ From: Thomas Monjalon Sent: Friday, June 27, 2025 11:39 AM To: Dylan Schneider Cc: dev@dpdk.org ; Reshma Pattan ; Stephen Hemminger ; Jerin Jacob ; Kiran Kumar K ; Nithin Dabilpuram ; Zhirun Yan Subject: Re: [PATCH v2] pcapng: allow any protocol link type for the interface block WARNING: This email originated from outside of Qualcomm. Please be wary of any links or attachments, and do not enable macros. 09/06/2025 23:19, Schneide: > From: Dylan Schneider > > Allow the user to specify protocol link type when creating pcapng files. > This change is needed to specify the protocol type in the pcapng file, > DLT_EN10MB specifies ethernet packets only. This will allow dissectors > for other protocols to be used on files generated by pcapng. > > Includes a breaking change to rte_pcapng_add_interface to add link_type > parameter. Existing calls to the function have been updated to pass > DLT_EN10MB for the link type argument. > > Fixes: d1da6d0d04c7 ("pcapng: require per-interface information") > Signed-off-by: Dylan Schneider > Cc: stephen@networkplumber.org I doesn't pass compilation test on my machine: Error: cannot find librte_pcapng.so.25.1 in dpdk-build/build-arm64-generic-gcc/install Error: cannot find librte_graph.so.25.1 in dpdk-build/build-arm64-generic-gcc/install Error: cannot find librte_node.so.25.1 in dpdk-build/build-arm64-generic-gcc/install Error: cannot find librte_pdump.so.25.1 in dpdk-build/build-arm64-generic-gcc/install