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: step...@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.

Reply via email to