Re: [dpdk-dev] [PATCH v4 0/4] add travis ci support for ppc64le

2021-04-19 Thread Luca Boccassi
On Thu, 2021-04-15 at 16:45 +0200, Christian Ehrhardt wrote: > On Thu, Apr 2, 2020 at 7:13 PM David Wilder wrote: > > This patch series adds Travis gcc compilation jobs and unit testing > > for ppc64le. Limitations for ppc64le are similar to arm64 (see commit > > 31bb45bcfd). > > > > 1. Only gcc

Re: [dpdk-dev] [PATCH v4 0/4] add travis ci support for ppc64le

2021-04-15 Thread Christian Ehrhardt
On Thu, Apr 2, 2020 at 7:13 PM David Wilder wrote: > > This patch series adds Travis gcc compilation jobs and unit testing > for ppc64le. Limitations for ppc64le are similar to arm64 (see commit > 31bb45bcfd). > > 1. Only gcc builds are supported on ppc64le. > 2. Hugepages are not available in th

Re: [dpdk-dev] [PATCH v4 0/4] add travis ci support for ppc64le

2021-03-25 Thread David Marchand
On Thu, Apr 2, 2020 at 7:13 PM David Wilder wrote: > > This patch series adds Travis gcc compilation jobs and unit testing > for ppc64le. Limitations for ppc64le are similar to arm64 (see commit > 31bb45bcfd). > > 1. Only gcc builds are supported on ppc64le. > 2. Hugepages are not available in th

[dpdk-dev] [PATCH v4 0/4] add travis ci support for ppc64le

2020-04-02 Thread David Wilder
This patch series adds Travis gcc compilation jobs and unit testing for ppc64le. Limitations for ppc64le are similar to arm64 (see commit 31bb45bcfd). 1. Only gcc builds are supported on ppc64le. 2. Hugepages are not available in the ppc64le Travis environment. 3. Memory requirements are larger f