On Tue, Jun 13, 2023 at 10:18 AM David Marchand <david.march...@redhat.com> wrote: > diff --git a/doc/guides/sample_app_ug/server_node_efd.rst > b/doc/guides/sample_app_ug/server_node_efd.rst > index c6cbc3def6..7253b38da7 100644 > --- a/doc/guides/sample_app_ug/server_node_efd.rst > +++ b/doc/guides/sample_app_ug/server_node_efd.rst > @@ -137,7 +137,7 @@ which is used to distribute packets to nodes, which the > number of flows > specified in the command line (1 million, by default). > > > -.. literalinclude:: ../../../examples/server_node_efd/server/init.c > +.. literalinclude:: ../../../examples/server_node_efd/efd_server/init.c > :language: c > :start-after: Create EFD table. 8< > :end-before: >8 End of creation EFD table.
For the record.. it seems Intel CI is doing some funny thing. I noticed before, so it may still be filtering out changes on the documentation when applying patches... So I'll simply ignore this report: http://mails.dpdk.org/archives/test-report/2023-June/410185.html *Build Failed #1: OS: UB2204-64 Target: x86_64-native-linuxapp-doc FAILED: doc/guides/html /usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 23.07.0-rc1 /root/UB2204-64_K5.15.0_GCC11.3.0/x86_64-native-linuxapp-doc/28476/dpdk/doc/guides /root/UB2204-64_K5.15.0_GCC11.3.0/x86_64-native-linuxapp-doc/28476/dpdk/x86_64-native-linuxapp-doc/doc/guides -a -W Warning, treated as error: /root/UB2204-64_K5.15.0_GCC11.3.0/x86_64-native-linuxapp-doc/28476/dpdk/doc/guides/sample_app_ug/server_node_efd.rst:140:Include file '/root/UB2204-64_K5.15.0_GCC11.3.0/x86_64-native-linuxapp-doc/28476/dpdk/examples/server_node_efd/server/init.c' not found or reading it failed [3128/3128] Linking target app/test/dpdk-test ninja: build stopped -- David Marchand