Re: [dpdk-dev] [PATCH v2] net/mlx5: fix secondary process resources release

2020-05-31 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Thursday, May 28, 2020 10:00 AM > To: Slava Ovsiienko ; Matan Azrad > ; dev@dpdk.org > Cc: Raslan Darawsheh ; sta...@dpdk.org > Subject: [PATCH v2] net/mlx5: fix secondary process resources release > > When secondary process starts, i

[dpdk-dev] [PATCH v2] net/mlx5: fix secondary process resources release

2020-05-28 Thread Suanming Mou
When secondary process starts, it will allocate its own process private data, and also does remap to UAR register of the Tx queue. Once the secondary process exits, these resources should be released accordingly. And the shared resources owned by primary should not be touched. Currently, once one