DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 323] eal: ctrl thread calculation assumes 1:1 mapping between cpu and lcore id
@ 2019-07-16 11:25 bugzilla
  2019-07-29 13:52 ` bugzilla
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2019-07-16 11:25 UTC (permalink / raw)
  To: dev

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

            Bug ID: 323
           Summary: eal: ctrl thread calculation assumes 1:1 mapping
                    between cpu and lcore id
           Product: DPDK
           Version: 18.11
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: core
          Assignee: dev@dpdk.org
          Reporter: johan.kallstrom@ericsson.com
  Target Milestone: ---

ctrl thread calculation assumes 1:1 mapping between cpu and lcore id.
This is not the case when --lcores and the optional cpuset mask is used.
The calculation introduced in c3568ea376700 (and 18.11.2 23a9f69ed3d9) assumes
a 1:1 mapping between cpu and lcore id. This is not the case when --lcores and
the optional cpuset mask is used.

The calculation fails when --lcores and cpuset mask is set so cpu and lcore no
longer maps 1:1.

The code silently started on the wrong physical thread with following eal
arguments(if not cpusets are used to limit the thread affinity):

--master-lcore 0 --lcores (0,19)@(19,1,2,3)


If cpusets are used(and the calculated thread is outside the cpuset) eal fails
to start with the following output:

EAL: Failed to create thread for interrupt handling
EAL: FATAL: Cannot init interrupt-handling thread
EAL: Cannot init interrupt-handling thread
EAL: Error - exiting with code: 1
  Cause: Invalid EAL arguments: -1 - Unknown error -1

----------
NOTE: A resubmit of 322 as suggested by Thomas Monjalon. Bug report 322
suffered by a UTF8 error in the bug tracker.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [dpdk-dev] [Bug 323] eal: ctrl thread calculation assumes 1:1 mapping between cpu and lcore id
  2019-07-16 11:25 [dpdk-dev] [Bug 323] eal: ctrl thread calculation assumes 1:1 mapping between cpu and lcore id bugzilla
@ 2019-07-29 13:52 ` bugzilla
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2019-07-29 13:52 UTC (permalink / raw)
  To: dev

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

Thomas Monjalon (thomas@monjalon.net) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas@monjalon.net
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Thomas Monjalon (thomas@monjalon.net) ---
Thanks for trying to open the bug a second time.
The first bug can be accessed now, so I am closing this one.

*** This bug has been marked as a duplicate of bug 322 ***

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-29 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-16 11:25 [dpdk-dev] [Bug 323] eal: ctrl thread calculation assumes 1:1 mapping between cpu and lcore id bugzilla
2019-07-29 13:52 ` 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).