DPDK usage discussions
 help / color / mirror / Atom feed
* Does DPDK support forking processes after executing rte_eal_init() ?
@ 2024-10-17  3:13 jinag
  2024-10-22 15:20 ` Stephen Hemminger
  0 siblings, 1 reply; 2+ messages in thread
From: jinag @ 2024-10-17  3:13 UTC (permalink / raw)
  To: users

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

Hi ALL:
1. child process execute rte_eal_init() as dpdk secondary processes.
2. child process do not execute any dpdk-related function.

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

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

* Re: Does DPDK support forking processes after executing rte_eal_init() ?
  2024-10-17  3:13 Does DPDK support forking processes after executing rte_eal_init() ? jinag
@ 2024-10-22 15:20 ` Stephen Hemminger
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2024-10-22 15:20 UTC (permalink / raw)
  To: jinag; +Cc: users

On Thu, 17 Oct 2024 11:13:08 +0800 (CST)
jinag <jinag12138@163.com> wrote:

> Hi ALL:
> 1. child process execute rte_eal_init() as dpdk secondary processes.
> 2. child process do not execute any dpdk-related function.

No, don't fork after starting rte_eal_init() you will break lots of things.

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

end of thread, other threads:[~2024-10-22 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-17  3:13 Does DPDK support forking processes after executing rte_eal_init() ? jinag
2024-10-22 15:20 ` Stephen Hemminger

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).