Re: [dpdk-dev] [PATCH v1 1/2] devtools: allow test-null.sh to run on ppc64le

2020-02-14 Thread David Marchand
On Fri, Feb 14, 2020 at 12:22 AM dwilder wrote: > > On 2020-02-13 14:17, Thomas Monjalon wrote: > > 13/02/2020 21:58, dwilder: > >> On 2020-02-13 12:32, Thomas Monjalon wrote: > >> > 13/02/2020 21:24, David Wilder: > >> >> - The --no-huge option requires iova-mode=VA. > >> >> On ppc64le iova-mod

Re: [dpdk-dev] [PATCH v1 1/2] devtools: allow test-null.sh to run on ppc64le

2020-02-13 Thread dwilder
On 2020-02-13 14:17, Thomas Monjalon wrote: 13/02/2020 21:58, dwilder: On 2020-02-13 12:32, Thomas Monjalon wrote: > 13/02/2020 21:24, David Wilder: >> - The --no-huge option requires iova-mode=VA. >> On ppc64le iova-mode defaults to PA therefor >> VA mode must be explicitly set. > > Should

Re: [dpdk-dev] [PATCH v1 1/2] devtools: allow test-null.sh to run on ppc64le

2020-02-13 Thread Thomas Monjalon
13/02/2020 21:58, dwilder: > On 2020-02-13 12:32, Thomas Monjalon wrote: > > 13/02/2020 21:24, David Wilder: > >> - The --no-huge option requires iova-mode=VA. > >> On ppc64le iova-mode defaults to PA therefor > >> VA mode must be explicitly set. > > > > Should we make VA mode automatic when u

Re: [dpdk-dev] [PATCH v1 1/2] devtools: allow test-null.sh to run on ppc64le

2020-02-13 Thread dwilder
On 2020-02-13 12:32, Thomas Monjalon wrote: 13/02/2020 21:24, David Wilder: - The --no-huge option requires iova-mode=VA. On ppc64le iova-mode defaults to PA therefor VA mode must be explicitly set. Should we make VA mode automatic when using --no-huge? Should we log an error message when

Re: [dpdk-dev] [PATCH v1 1/2] devtools: allow test-null.sh to run on ppc64le

2020-02-13 Thread Thomas Monjalon
13/02/2020 21:24, David Wilder: > - The --no-huge option requires iova-mode=VA. > On ppc64le iova-mode defaults to PA therefor > VA mode must be explicitly set. Should we make VA mode automatic when using --no-huge? Should we log an error message when using --no-huge with PA mode?

[dpdk-dev] [PATCH v1 1/2] devtools: allow test-null.sh to run on ppc64le

2020-02-13 Thread David Wilder
- Memory requirements are larger for ppc64le due to a higher RTE_MAX_LCORE value. - The --no-huge option requires iova-mode=VA. On ppc64le iova-mode defaults to PA therefor VA mode must be explicitly set. Signed-off-by: David Wilder Reviewed-by: David Christensen --- devtools/test-null.s