* [DPDK/ethdev Bug 1428] af_xdp driver does not set rx port in mbuf
@ 2024-04-30 23:47 bugzilla
2024-07-30 8:01 ` bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2024-04-30 23:47 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 755 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1428
Bug ID: 1428
Summary: af_xdp driver does not set rx port in mbuf
Product: DPDK
Version: 24.03
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: stephen@networkplumber.org
Target Milestone: ---
By inspection the mbuf->port is never set for received packets in af_xdp device
driver. Looks like driver needs to record port (in rxq structure) during
initialization than do:
mbuf->port = rxq->port;
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 2634 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-30 8:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-30 23:47 [DPDK/ethdev Bug 1428] af_xdp driver does not set rx port in mbuf bugzilla
2024-07-30 8:01 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).