[ovs-git] [openvswitch/ovs] 78f75b: travis: Fix DPDK builds in new environment.

GitHub noreply at github.com
Wed Aug 9 16:58:58 UTC 2017


  Branch: refs/heads/branch-2.8
  Home:   https://github.com/openvswitch/ovs
  Commit: 78f75b6d761d5243a0374a8d6fef4ebee345761d
      https://github.com/openvswitch/ovs/commit/78f75b6d761d5243a0374a8d6fef4ebee345761d
  Author: Darrell Ball <dlu998 at gmail.com>
  Date:   2017-08-09 (Wed, 09 Aug 2017)

  Changed paths:
    M .travis/linux-build.sh

  Log Message:
  -----------
  travis: Fix DPDK builds in new environment.

The following error is seen:
17.05.1/build/build/lib/librte_eal/linuxapp/igb_uio/igb_uio.c:29:
/home/travis/build/darball/ovs/linux-3.16.46/arch/x86/include/asm/
dma-mapping.h:32:35: error: inlining failed in call to ‘get_dma_ops’:
call is unlikely and code size would grow [-Werror=inline]

-Wno-error=inline is used to address the issues with
the new environment.

Suggested-by: Ben Pfaff <blp at ovn.org>
Signed-off-by: Darrell Ball <dlu998 at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list