| 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;