Re: [dpdk-dev] [PATCH] eal: close MP socket during cleanup

2018-12-20 Thread Zhang, Qi Z
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Wednesday, December 19, 2018 4:46 PM > To: Zhang, Qi Z > Cc: Burakov, Anatoly ; dev@dpdk.org; Yigit, Ferruh > ; sta...@dpdk.org > Subject: Re: [PATCH] eal: close MP socket during cleanup > > 19/12/2018 08

Re: [dpdk-dev] [PATCH] eal: close MP socket during cleanup

2018-12-19 Thread Thomas Monjalon
19/12/2018 08:41, Qi Zhang: > When secondary process quit, the mp_socket* file still exist, that > cause rte_mp_request_sync fail when try to send message on a floating > socket. > > The patch fix the issue by introduce a function rte_mp_channel_fini. > This function will be called by rte_eal_clea