Re: [dpdk-dev] [PATCH v2 3/3] ci: add travis ci support for native ppc64le

2020-02-19 Thread dwilder
On 2020-02-19 05:46, David Marchand wrote: On Wed, Feb 19, 2020 at 2:10 AM David Wilder wrote: This change follows the example of aarch64 Travis support by adding support for ppc64le gcc builds. Limitations for ppc64le are the same as aarch64 as described in commit 31bb45bcfd. checkpatch di

Re: [dpdk-dev] [PATCH v2 3/3] ci: add travis ci support for native ppc64le

2020-02-19 Thread David Marchand
On Wed, Feb 19, 2020 at 2:10 AM David Wilder wrote: > > This change follows the example of aarch64 Travis support > by adding support for ppc64le gcc builds. Limitations for > ppc64le are the same as aarch64 as described in commit > 31bb45bcfd. checkpatch did not catch it because of the \n (?).

Re: [dpdk-dev] [PATCH v2 3/3] ci: add travis ci support for native ppc64le

2020-02-18 Thread Thomas Monjalon
19/02/2020 02:10, David Wilder: > This change follows the example of aarch64 Travis support > by adding support for ppc64le gcc builds. Limitations for > ppc64le are the same as aarch64 as described in commit > 31bb45bcfd. > > Signed-off-by: David Wilder > Reviewed-by: David Christensen > --- >