From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B6F0EA054F; Wed, 1 Jun 2022 07:36:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5D1940689; Wed, 1 Jun 2022 07:36:44 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id 8AC7C40150 for ; Wed, 1 Jun 2022 07:36:43 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 75500A0550; Wed, 1 Jun 2022 07:36:43 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Subject: [Bug 1022] [dpdk 22.07-rc0] meson build failed with doc args on Ubuntu22.04 with gcc11.2.0 Date: Wed, 01 Jun 2022 05:36:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: core X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: daxuex.gao@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org https://bugs.dpdk.org/show_bug.cgi?id=3D1022 Bug ID: 1022 Summary: [dpdk 22.07-rc0] meson build failed with doc args on Ubuntu22.04 with gcc11.2.0 Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: core Assignee: dev@dpdk.org Reporter: daxuex.gao@intel.com Target Milestone: --- [DPDK Version] commit f62212d39a1b5f1118dabbdfcbae1ac6394291a7 (HEAD, origin/main, origin/HEAD, main) Author: Huichao Cai Date: Fri Apr 15 11:26:50 2022 +0800 ip_frag: add IPv4 options fragment According to RFC791,the options may appear or not in datagrams. They must be implemented by all IP modules (host and gateways). What is optional is their transmission in any particular datagram, not their implementation. So we have to deal with it during the fragmenting process. Add some test data for the IPv4 header optional field fragmenting. Signed-off-by: Huichao Cai Acked-by: Konstantin Ananyev [OS version] Ubuntu22.04 LTS/(5.17.5-051705-generic/5.15.0-25-generic) GCC 11.2.0 [Test Setup] # CC=3Dgcc meson --werror -Denable_kmods=3DTrue -Dlibdir=3Dlib -Denable_doc= s=3Dtrue x86-gcc-doc # ninja -C x86-gcc-doc [log] [3413/3417] Generating kernel/linux/kni/rte_kni with a custom command make: Entering directory '/usr/src/linux-headers-5.15.0-25-generic' CC [M] /tmp/dpdk/x86-gcc-doc/kernel/linux/kni/kni_misc.o CC [M] /tmp/dpdk/x86-gcc-doc/kernel/linux/kni/kni_net.o LD [M] /tmp/dpdk/x86-gcc-doc/kernel/linux/kni/rte_kni.o MODPOST /tmp/dpdk/x86-gcc-doc/kernel/linux/kni/Module.symvers CC [M] /tmp/dpdk/x86-gcc-doc/kernel/linux/kni/rte_kni.mod.o LD [M] /tmp/dpdk/x86-gcc-doc/kernel/linux/kni/rte_kni.ko BTF [M] /tmp/dpdk/x86-gcc-doc/kernel/linux/kni/rte_kni.ko Skipping BTF generation for /tmp/dpdk/x86-gcc-doc/kernel/linux/kni/rte_kni.= ko due to unavailability of vmlinux make: Leaving directory '/usr/src/linux-headers-5.15.0-25-generic' [3417/3417] Generating doc/guides/html_guides with a custom command FAILED: doc/guides/html /usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 22.07.0-rc0 /tmp/dpdk/doc/guides /tmp/dpdk/x86-gcc-doc/doc/guides -W Warning, treated as error: /tmp/dpdk/doc/guides/rel_notes/release_18_05.rst:256:unknown document: ../rawdevs/dpaa2_qdma ninja: build stopped: subcommand failed. [Bad commit] commit 10fa69a71e895f758dd3af52806025d6e78891a1 Author: Nipun Gupta Date: Thu May 5 14:35:17 2022 +0530 raw/dpaa2_qdma: remove driver With DMA devices supported as a separate flavor of devices, the DPAA2 QDMA driver is moved in the DMA devices. This change removes the DPAA2 QDMA driver from raw devices. Signed-off-by: Nipun Gupta Acked-by: Hemant Agrawal --=20 You are receiving this mail because: You are the assignee for the bug.=