DPDK patches and discussions
 help / color / mirror / Atom feed
* [DPDK/core Bug 1559] rte_pktmbuf_pool_create doesn't set the correct rte_errno
@ 2024-10-06  7:29 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2024-10-06  7:29 UTC (permalink / raw)
  To: dev

[-- Attachment #1: Type: text/plain, Size: 943 bytes --]

https://bugs.dpdk.org/show_bug.cgi?id=1559

            Bug ID: 1559
           Summary: rte_pktmbuf_pool_create doesn't set the correct
                    rte_errno
           Product: DPDK
           Version: 24.03
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: core
          Assignee: dev@dpdk.org
          Reporter: g199209@gmail.com
  Target Milestone: ---

rte_pktmbuf_pool_create --> rte_pktmbuf_pool_create_by_ops -->
rte_mempool_create_empty. In rte_mempool_create_empty, there's such logic: ret
= rte_mempool_set_ops_byname(mp, "xxx", NULL); rte_mempool_set_ops_byname
doesn't set rte_errno, but use return code to indicate errno. So
rte_mempool_create_empty should set rte_errno according to ret, but it forget
to do it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #2: Type: text/html, Size: 2823 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-06  7:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-06  7:29 [DPDK/core Bug 1559] rte_pktmbuf_pool_create doesn't set the correct rte_errno 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).