Re: [dpdk-dev] [PATCH v4] eal: fix create user mem map repeatedly when it exists

2021-03-25 Thread Kevin Traynor
On 25/03/2021 14:30, Thomas Monjalon wrote: > 07/12/2020 12:08, wangyunjian: >> From: Yunjian Wang >> >> Currently, user mem maps will check if the newly mapped area is adjacent >> to any existing mapping, but will not check if the mapping is identical >> because it assumes that the API will never

Re: [dpdk-dev] [PATCH v4] eal: fix create user mem map repeatedly when it exists

2021-03-25 Thread Thomas Monjalon
07/12/2020 12:08, wangyunjian: > From: Yunjian Wang > > Currently, user mem maps will check if the newly mapped area is adjacent > to any existing mapping, but will not check if the mapping is identical > because it assumes that the API will never get called with the same > mapping twice. This wi

Re: [dpdk-dev] [PATCH v4] eal: fix create user mem map repeatedly when it exists

2021-03-25 Thread wangyunjian
Friendly ping. > -Original Message- > From: wangyunjian > Sent: Monday, December 7, 2020 7:09 PM > To: dev@dpdk.org > Cc: david.march...@redhat.com; tho...@monjalon.net; > anatoly.bura...@intel.com; Lilijun (Jerry) ; > xudingke > ; wangyunjian ; > sta...@dpdk.org > Subject: [dpdk-dev] [PA