Re: [dpdk-dev] [dpdk-stable] [PATCH v3] mem: Fix anonymous mapping on Power9.

2019-02-20 Thread Chao Zhu
+Pradeep > -Original Message- > From: Thomas Monjalon > Sent: Monday, February 18, 2019 11:47 PM > To: David Wilder > Cc: dev@dpdk.org; chao...@linux.vnet.ibm.com > Subject: Re: [dpdk-stable] [PATCH v3] mem: Fix anonymous mapping on > Power9. > > Hi, > > Long time no talk about the IBM P

Re: [dpdk-dev] [dpdk-stable] [PATCH v3] mem: Fix anonymous mapping on Power9.

2019-02-18 Thread Thomas Monjalon
Hi, Long time no talk about the IBM Power support status. 16/11/2018 18:35, David Wilder: > --- a/doc/guides/rel_notes/release_18_11.rst > +++ b/doc/guides/rel_notes/release_18_11.rst > +* IBM Power8 is not supported by this release of DPDK. IBM Power9 is > supported. The config file is defconf

Re: [dpdk-dev] [dpdk-stable] [PATCH v3] mem: Fix anonymous mapping on Power9.

2018-11-27 Thread Kevin Traynor
On 11/18/2018 01:41 PM, Thomas Monjalon wrote: > 16/11/2018 18:35, David Wilder: >> Removed the use of MAP_HUGETLB for anonymous mapping on ppc64. The >> MAP_HUGETLB had previously been added to workaround issues on IBM Power8 >> systems when mapping /dev/zero (see: commit >> 284ae3e9ff9a92575c28c

Re: [dpdk-dev] [dpdk-stable] [PATCH v3] mem: Fix anonymous mapping on Power9.

2018-11-18 Thread Thomas Monjalon
16/11/2018 18:35, David Wilder: > Removed the use of MAP_HUGETLB for anonymous mapping on ppc64. The > MAP_HUGETLB had previously been added to workaround issues on IBM Power8 > systems when mapping /dev/zero (see: commit > 284ae3e9ff9a92575c28c858efd2c85c8de6d440). In the current code the > MAP_