DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 215] IPC socket of 2 primary processes may conflict
@ 2019-02-26 16:14 bugzilla
  2019-02-26 16:19 ` bugzilla
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2019-02-26 16:14 UTC (permalink / raw)
  To: dev

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

            Bug ID: 215
           Summary: IPC socket of 2 primary processes may conflict
           Product: DPDK
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: core
          Assignee: dev@dpdk.org
          Reporter: thomas@monjalon.net
                CC: anatoly.burakov@intel.com
  Target Milestone: ---

After some code reading, it seems we do not use hugefile_prefix in the path
name of the IPC socket.
So the channel to communicate with its secondary processes will be the same for
two different primary processes.

-- 
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 215] IPC socket of 2 primary processes may conflict
  2019-02-26 16:14 [dpdk-dev] [Bug 215] IPC socket of 2 primary processes may conflict bugzilla
@ 2019-02-26 16:19 ` bugzilla
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2019-02-26 16:19 UTC (permalink / raw)
  To: dev

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

Anatoly Burakov (anatoly.burakov@intel.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Anatoly Burakov (anatoly.burakov@intel.com) ---
This is incorrect. Socket path is generated from create_socket_path() call at
eal_common_proc.c:135. That, in turn, will call eal_mp_socket_path(), which
uses rte_eal_get_runtime_dir() to get its path. That path includes the hugefile
prefix.

-- 
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-02-26 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-26 16:14 [dpdk-dev] [Bug 215] IPC socket of 2 primary processes may conflict bugzilla
2019-02-26 16:19 ` 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).