DPDK usage discussions
 help / color / mirror / Atom feed
From: 赖香武 <15310488637@163.com>
To: "Burakov, Anatoly" <anatoly.burakov@intel.com>
Cc: "David Marchand" <david.marchand@redhat.com>,
	users <users@dpdk.org>,
	 "Richardson, Bruce" <bruce.richardson@intel.com>
Subject: Re:RE: Re:RE: Aboud DPDK Multi-Process
Date: Fri, 5 Nov 2021 10:53:20 +0800 (CST)	[thread overview]
Message-ID: <4fec1b5e.2e28.17cee03d23f.Coremail.15310488637@163.com> (raw)
In-Reply-To: <PH0PR11MB509355BE114D10B0EF073842F78D9@PH0PR11MB5093.namprd11.prod.outlook.com>

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

Thank you for your answer. 
I have a question, how to enable the new and old dpdk processes to initialize (manage) the same device?
Is this theoretically feasible?



thanks.




At 2021-11-04 23:04:31, "Burakov, Anatoly" <anatoly.burakov@intel.com> wrote:

Hi,

 

It does not become primary process. It’s not possible with current API. I mean, you can try, but mot probably it simply will not work and cause things to break. This is not a supported use case.

 

Thanks,

Anatoly

 

From:赖香武 <15310488637@163.com>
Sent: Thursday, November 4, 2021 1:54 PM
To: Burakov, Anatoly <anatoly.burakov@intel.com>
Cc: David Marchand <david.marchand@redhat.com>; users <users@dpdk.org>; Richardson, Bruce <bruce.richardson@intel.com>
Subject: Re:RE: Aboud DPDK Multi-Process

 

Thank you for all your answer.

I asked this question because I want to use dual processes to complete the hot upgrade of ovs-vswitchd. When ovs-dpdk starts, rte_eal_init will be called to complete dpdk initialization. 

The old process dpdk uses primary to start, and the new process dpdk uses secondary to start and upgrade. After completion, the old process exits, that is, the primary exits. At this time, how does the secondary process become the primary process without disconnecting the network?

 

 

 

 

--

它山之石,可以攻玉。

 


在 2021-11-04 17:41:02,"Burakov, Anatoly" <anatoly.burakov@intel.com> 写道:
>> -----Original Message-----
>> From: David Marchand <david.marchand@redhat.com>
>> Sent: Thursday, November 4, 2021 8:30 AM
>> To: 赖香武 <15310488637@163.com>
>> Cc: users <users@dpdk.org>; Burakov, Anatoly
>> <anatoly.burakov@intel.com>; Richardson, Bruce
>> <bruce.richardson@intel.com>
>> Subject: Re: Aboud DPDK Multi-Process
>> 
>> On Thu, Nov 4, 2021 at 9:21 AM 赖香武 <15310488637@163.com> wrote:
>> >
>> > Hello, I have a question about dpdk multi-process. After starting the
>> > primary process and the secondary process, when the current primary
>> > process exits, how does the secondary process become a new primary
>> > process to make the program continue? Hope to get your answer, thank
>> > you!
>> 
>> Not sure why you need this, but DPDK won't do for you.
>> 
>> The process type is decided once at DPDK init, and that is something that
>> affects how your program behaves after.
>> Switching type while running would break assumptions in the DPDK drivers
>> and libraries.
>> 
>> One thing that comes to mind, is that you could try to call
>> rte_eal_cleanup() and call rte_eal_init() again.
>> This is probably something that is not tested (so I'd expect issues, maybe
>> leaks etc..).
>> 
>> But then, you probably want to restart your process entirely.
> 
>[[AB]] 
>Calling rte_eal_init() twice would be a terrible idea, because not everything (not even remotely!) gets cleaned up with rte_eal_cleanup(), and a lot of stuff is allocated statically.
> 
>So, as far as I'm concerned, this usage scenario is considered to be unsupported.
> 
>> 
>> 
>> --
>> David Marchand
> 

 


 

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

  reply	other threads:[~2021-11-05  2:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-04  8:21 赖香武
2021-11-04  8:30 ` David Marchand
2021-11-04  9:41   ` Burakov, Anatoly
2021-11-04 13:53     ` 赖香武
2021-11-04 15:04       ` Burakov, Anatoly
2021-11-05  2:53         ` 赖香武 [this message]
2021-11-05  8:55           ` Richardson, Bruce
2021-11-05  9:34             ` 赖香武
2021-11-05  9:55               ` Richardson, Bruce

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4fec1b5e.2e28.17cee03d23f.Coremail.15310488637@163.com \
    --to=15310488637@163.com \
    --cc=anatoly.burakov@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).