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 B69DF43A0F;
Tue, 30 Jan 2024 16:42:09 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
by mails.dpdk.org (Postfix) with ESMTP id 44451402CD;
Tue, 30 Jan 2024 16:42:09 +0100 (CET)
Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178])
by mails.dpdk.org (Postfix) with ESMTP id 13A8C402A8
for ; Tue, 30 Jan 2024 16:42:07 +0100 (CET)
Received: by inbox.dpdk.org (Postfix, from userid 33)
id E663443A10; Tue, 30 Jan 2024 16:42:06 +0100 (CET)
From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [DPDK Bug 1376] A BPF can no longer include header rte_mbuf_core.h
Date: Tue, 30 Jan 2024 15:42:05 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: DPDK
X-Bugzilla-Component: other
X-Bugzilla-Version: 23.11
X-Bugzilla-Keywords:
X-Bugzilla-Severity: major
X-Bugzilla-Who: michel@digirati.com.br
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 attachments.created
Message-ID:
Content-Type: multipart/alternative; boundary=17066293260.0c3A.4062225
Content-Transfer-Encoding: 7bit
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
--17066293260.0c3A.4062225
Date: Tue, 30 Jan 2024 16:42:06 +0100
MIME-Version: 1.0
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
https://bugs.dpdk.org/show_bug.cgi?id=3D1376
Bug ID: 1376
Summary: A BPF can no longer include header rte_mbuf_core.h
Product: DPDK
Version: 23.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: other
Assignee: dev@dpdk.org
Reporter: michel@digirati.com.br
Target Milestone: ---
Created attachment 272
--> https://bugs.dpdk.org/attachment.cgi?id=3D272&action=3Dedit
Compilation errors for t2.c and t3.c
A BPF needs to include the header to access struct rte_mb=
uf.
But the current version of the header cannot be included =
in a
BPF. The attached file shows the errors one gets while compiling the files
examples/bpf/t2.c and examples/bpf/t3.c.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--17066293260.0c3A.4062225
Date: Tue, 30 Jan 2024 16:42:06 +0100
MIME-Version: 1.0
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.dpdk.org/
Auto-Submitted: auto-generated
X-Auto-Response-Suppress: All
A BPF can no longer include header rte_mbuf_core.h
Product
DPDK
Version
23.11
Hardware
x86
OS
Linux
Status
UNCONFIRMED
Severity
major
Priority
Normal
Component
other
Assignee
dev@dpdk.org
Reporter
michel@digirati.com.br
Target Milestone
---
Created attachment 272[details]=
Compilation errors for t2.c and t3.c
A BPF needs to include the header <rte_mbuf_core.h> to access struct =
rte_mbuf.
But the current version of the header <rte_mbuf_core.h> cannot be inc=
luded in a
BPF. The attached file shows the errors one gets while compiling the files
examples/bpf/t2.c and examples/bpf/t3.c.
Created attachment 272 [details]= Compilation errors for t2.c and t3.c A BPF needs to include the header <rte_mbuf_core.h> to access struct = rte_mbuf. But the current version of the header <rte_mbuf_core.h> cannot be inc= luded in a BPF. The attached file shows the errors one gets while compiling the files examples/bpf/t2.c and examples/bpf/t3.c.