Re: [dpdk-dev] 【Some Questions About Multi-Process Resource Cleaning】

2021-03-08 Thread oulijun
在 2021/2/10 23:59, Burakov, Anatoly 写道: On 04-Feb-21 11:47 AM, oulijun wrote: Hi, Sorry your questions are quite confused. Please start explaining what is the problem you are trying to solve. Start the master and slave processes at the same time, and then run the kill -9 command to kill

Re: [dpdk-dev] 【Some Questions About Multi-Process Resource Cleaning】

2021-02-10 Thread Burakov, Anatoly
On 04-Feb-21 11:47 AM, oulijun wrote: Hi, Sorry your questions are quite confused. Please start explaining what is the problem you are trying to solve. Start the master and slave processes at the same time, and then run the kill -9 command to kill the slave processes. The slave process shoul

Re: [dpdk-dev] 【Some Questions About Multi-Process Resource Cleaning】

2021-02-04 Thread Thomas Monjalon
04/02/2021 12:47, oulijun: > > 在 2021/2/4 17:25, Thomas Monjalon 写道: > > Hi, > > > > Sorry your questions are quite confused. > > Please start explaining what is the problem you are trying to solve. > Start the master and slave processes at the same time, and then run the > kill -9 command to kil

Re: [dpdk-dev] 【Some Questions About Multi-Process Resource Cleaning】

2021-02-04 Thread Bruce Richardson
On Thu, Feb 04, 2021 at 07:47:01PM +0800, oulijun wrote: > > > 在 2021/2/4 17:25, Thomas Monjalon 写道: > > Hi, > > > > Sorry your questions are quite confused. > > Please start explaining what is the problem you are trying to solve. > Start the master and slave processes at the same time, and then

Re: [dpdk-dev] 【Some Questions About Multi-Process Resource Cleaning】

2021-02-04 Thread oulijun
在 2021/2/4 17:25, Thomas Monjalon 写道: Hi, Sorry your questions are quite confused. Please start explaining what is the problem you are trying to solve. Start the master and slave processes at the same time, and then run the kill -9 command to kill the slave processes. The slave process shoul

Re: [dpdk-dev] 【Some Questions About Multi-Process Resource Cleaning】

2021-02-04 Thread Thomas Monjalon
Hi, Sorry your questions are quite confused. Please start explaining what is the problem you are trying to solve. In general, closing a process does not mean removing the device, because it can be used by other processes. 04/02/2021 07:56, oulijun: > Hi, Thomas Monjalon&Ferruh Yigit and others

[dpdk-dev] 【Some Questions About Multi-Process Resource Cleaning】

2021-02-03 Thread oulijun
Hi, Thomas Monjalon&Ferruh Yigit and others I'm analyzing multiprocess with eal. I have some questions I'd like to ask you. Firstly, After the rte_eal_init() command is executed, the master and slave processes are started successfully. and traffic is continuously sent using the tester.I