mbox

[v2,0/3] add travis ci support for ppc64le

Message ID 20200219011007.8611-1-dwilder@us.ibm.com (mailing list archive)
Headers

Message

David Wilder Feb. 19, 2020, 1:10 a.m. UTC
  This patch series adds Travis gcc compilation jobs for ppc64le.
Limitations for ppc64le are similar to arm64 (see commit
31bb45bcfd).

1. Only gcc builds are supported on ppc64le.

2. A container is used, therefor Huge pages are not available.
   Unit tests are not run, a single test (test-null) using the
   no-huge option is run.

V2: Insures iova-mode is VA when --no-huge is selected.
    Removed setting of --iova-mode=VA in test-null.sh.

A Travis build with theses patches can be found here:
https://travis-ci.org/djlwilder/dpdk/builds/652238523

David Wilder (3):
  eal/linux: select iova-mode va with no-huge option
  devtools: allow test-null.sh to run on ppc64le
  ci: add travis ci support for native ppc64le

 .travis.yml                    | 30 ++++++++++++++++++++++++++++++
 devtools/test-null.sh          |  2 +-
 lib/librte_eal/linux/eal/eal.c | 14 ++++++++++++++
 3 files changed, 45 insertions(+), 1 deletion(-)