[dpdk-test-report] |FAILURE| pw49632[v3, 1/2] mbuf: add function returning default buffer address

sys_stv at intel.com sys_stv at intel.com
Thu Jan 10 19:48:19 CET 2019


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/49632

_Compilation issues_

Submitter: Yongseok Koh <yskoh at mellanox.com>
Date: 2019-01-10 18:35:27
DPDK git baseline: Repo:dpdk-master, CommitID: a958a5c07f4b5e715921a2f22c931142417287a5

Build Summary: 15 Builds Done, 11 Successful, 4 Failures

Test environment and configuration as below:

OS: FC25
	Kernel Version: 4.5.5-300.fc24.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 6.1.1 20160510 (Red Hat 6.1.1-2)
	Clang Version: 3.8.0 (tags/RELEASE_380/final)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-debug

OS: FC24
	Kernel Version: 4.11.12-100.fc24.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1)
	Clang Version: 3.8.1 (tags/RELEASE_381/final)
	x86_64-native-linuxapp-clang
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-shared

OS: CENTOS
	Kernel Version: 3.10.0-957.1.3.el7.x86_64
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36)
	Clang Version: 3.4.2 (tags/RELEASE_34/dot2-final)
	x86_64-native-linuxapp-clang
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-shared
	x86_64-native-linuxapp-gcc

OS: UB1604
	Kernel Version: 4.4.0-78-generic
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
	GCC Version: gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609
	Clang Version: 3.8.0-2ubuntu4 (tags/RELEASE_380/final)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-clang
	i686-native-linuxapp-gcc
	x86_64-native-linuxapp-gcc-shared

OS: FreeBSD
	Kernel Version: 10.3-RELEASE
	CPU info: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz (2294.75-MHz K8-class CPU)
	GCC Version: gcc (FreeBSD Ports Collection) 7.3.0
	Clang Version: 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512
	x86_64-native-bsdapp-clang
	x86_64-native-bsdapp-gcc

*Failed Build #1:
OS: UB1604
Target: x86_64-native-linuxapp-clang
  CC rte_mbuf.o
  AR librte_member.a
  INSTALL-LIB librte_member.a
  CC rte_mbuf_ptype.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf.c:28:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf_ptype.c:7:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_mbuf_pool_ops.o
1 warning generated.
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf_pool_ops.c:8:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_mbuf.a
  INSTALL-LIB librte_mbuf.a
== Build lib/librte_net
== Build lib/librte_bbdev
  SYMLINK-FILE include/rte_bbdev_op.h
--
  CC rte_cryptodev.o
  AR librte_net.a
  INSTALL-LIB librte_net.a
== Build lib/librte_compressdev
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev.c:35:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  SYMLINK-FILE include/rte_comp.h
  SYMLINK-FILE include/rte_compressdev.h
  SYMLINK-FILE include/rte_compressdev_pmd.h
  SYMLINK-FILE include/rte_compressdev_internal.h
  CC rte_compressdev.o
1 warning generated.
  CC rte_cryptodev_pmd.o
  CC rte_compressdev_pmd.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev_pmd.c:7:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev_pmd.h:25:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_cryptodev.a
  INSTALL-LIB librte_cryptodev.a
== Build lib/librte_sched
  SYMLINK-FILE include/rte_sched.h
  SYMLINK-FILE include/rte_sched_common.h
  SYMLINK-FILE include/rte_red.h
  SYMLINK-FILE include/rte_approx.h
  CC rte_sched.o
  CC rte_comp.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_sched/rte_sched.c:15:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  AR librte_compressdev.a
  INSTALL-LIB librte_compressdev.a
  CC rte_red.o
1 warning generated.
== Build lib/librte_reorder
  SYMLINK-FILE include/rte_reorder.h
  CC rte_reorder.o
  CC rte_approx.o
  AR librte_sched.a
  INSTALL-LIB librte_sched.a
== Build lib/librte_ethdev
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_reorder/rte_reorder.c:9:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
--
  SYMLINK-FILE include/rte_ethdev_core.h
  SYMLINK-FILE include/rte_ethdev_pci.h
  SYMLINK-FILE include/rte_ethdev_vdev.h
  SYMLINK-FILE include/rte_eth_ctrl.h
  SYMLINK-FILE include/rte_dev_info.h
1 warning generated.
  SYMLINK-FILE include/rte_flow.h
  AR librte_reorder.a
  SYMLINK-FILE include/rte_flow_driver.h
  INSTALL-LIB librte_reorder.a
  SYMLINK-FILE include/rte_tm.h
--
  SYMLINK-FILE include/rte_event_eth_tx_adapter.h
  CC rte_eventdev.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_security/rte_security.c:9:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_security/rte_security.h:28:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_security.a
  INSTALL-LIB librte_security.a
  CC rte_event_ring.o
  CC rte_event_eth_rx_adapter.o
== Build lib/librte_rawdev
--
  CC rte_ipv4_fragmentation.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv4_fragmentation.c:12:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ipv6_fragmentation.o
  CC socket.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv6_fragmentation.c:10:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ipv4_reassembly.o
  CC vhost.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv4_reassembly.c:9:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ipv6_reassembly.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv6_reassembly.c:9:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ip_frag_common.o
  CC vhost_user.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag_common.c:11:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC ip_frag_internal.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_internal.c:10:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC virtio_net.o
1 warning generated.
  AR librte_ip_frag.a
  INSTALL-LIB librte_ip_frag.a
  CC vdpa.o
  CC vhost_crypto.o
== Build lib/librte_gro
  SYMLINK-FILE include/rte_gro.h
  CC rte_gro.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/rte_gro.c:6:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gro_tcp4.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/gro_tcp4.c:6:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gro_vxlan_tcp4.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/gro_vxlan_tcp4.c:6:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_gro.a
  INSTALL-LIB librte_gro.a
== Build lib/librte_bitratestats
  AR librte_vhost.a
  INSTALL-LIB librte_vhost.a
--
  SYMLINK-FILE include/rte_latencystats.h
  CC rte_latencystats.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_bitratestats/rte_bitrate.c:6:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_latencystats/rte_latencystats.c:10:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_bitratestats.a
  INSTALL-LIB librte_bitratestats.a
== Build lib/librte_kni
1 warning generated.
  AR librte_latencystats.a
  SYMLINK-FILE include/rte_kni.h
  INSTALL-LIB librte_latencystats.a
  CC rte_kni.o
== Build lib/librte_distributor
  SYMLINK-FILE include/rte_distributor.h
  CC rte_distributor_v20.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_kni/rte_kni.c:16:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor_v20.c:8:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_distributor.o
1 warning generated.
  AR librte_kni.a
  INSTALL-LIB librte_kni.a
  CC rte_distributor_match_sse.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor.c:8:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor_match_sse.c:5:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
== Build lib/librte_pdump
  SYMLINK-FILE include/rte_pdump.h
  CC rte_pdump.o
1 warning generated.
  AR librte_distributor.a
  INSTALL-LIB librte_distributor.a
== Build lib/librte_gso
  SYMLINK-FILE include/rte_gso.h
  CC rte_gso.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/rte_gso.c:8:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_common.o
  AR librte_pdump.a
  INSTALL-LIB librte_pdump.a
== Build lib/librte_bpf
  SYMLINK-FILE include/bpf_def.h
  SYMLINK-FILE include/rte_bpf.h
  SYMLINK-FILE include/rte_bpf_ethdev.h
  CC bpf.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.c:11:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_tcp4.o
  CC bpf_exec.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_tcp4.c:5:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_tunnel_tcp4.o
  CC bpf_load.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_tunnel_tcp4.c:5:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_udp4.o
  CC bpf_pkt.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_udp4.c:5:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_gso.a
  INSTALL-LIB librte_gso.a
  CC bpf_validate.o
== Build lib/librte_port
  SYMLINK-FILE include/rte_port.h
--
  SYMLINK-FILE include/rte_port_source_sink.h
  SYMLINK-FILE include/rte_port_sym_crypto.h
  CC rte_port_ethdev.o
  CC bpf_jit_x86.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ethdev.c:7:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_ring.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ring.c:7:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  AR librte_bpf.a
  INSTALL-LIB librte_bpf.a
  CC rte_port_frag.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_frag.c:6:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_ras.o
1 warning generated.
  CC rte_port_sched.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ras.c:6:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sched.c:6:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_fd.o
1 warning generated.
  CC rte_port_kni.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_fd.c:8:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_kni.c:38:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_kni.h:23:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_source_sink.o
1 warning generated.
  CC rte_port_sym_crypto.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sym_crypto.c:9:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sym_crypto.h:23:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_source_sink.c:7:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  AR librte_port.a
  INSTALL-LIB librte_port.a
== Build lib/librte_table
  SYMLINK-FILE include/rte_table.h
  SYMLINK-FILE include/rte_table_lpm.h
--
  SYMLINK-FILE include/rte_table_array.h
  SYMLINK-FILE include/rte_table_stub.h
  CC rte_table_lpm.o
  CC rte_table_lpm_ipv6.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_lpm.c:9:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_lpm_ipv6.c:9:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  CC rte_table_acl.o
  CC rte_table_hash_cuckoo.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_cuckoo.c:8:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_acl.c:9:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_key8.o
1 warning generated.
  CC rte_table_hash_key16.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key8.c:8:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key16.c:8:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_key32.o
1 warning generated.
  CC rte_table_hash_ext.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key32.c:8:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_ext.c:9:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_lru.o
1 warning generated.
  CC rte_table_array.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_lru.c:9:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_array.c:9:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_stub.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_stub.c:7:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  AR librte_table.a
  INSTALL-LIB librte_table.a
== Build lib/librte_flow_classify
== Build lib/librte_pipeline
  SYMLINK-FILE include/rte_flow_classify.h
--
  AR librte_mempool_stack.a
  INSTALL-LIB librte_mempool_stack.a
  CC octeontx_fpavf.o
  CC rte_mempool_octeontx.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/mempool/octeontx/octeontx_fpavf.c:21:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/mempool/octeontx/rte_mempool_octeontx.c:8:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  PMDINFO octeontx_fpavf.o.pmd.c
  CC octeontx_fpavf.o.pmd.o
1 warning generated.
  LD octeontx_fpavf.o
  AR librte_mempool_octeontx.a
  INSTALL-LIB librte_mempool_octeontx.a
== Build drivers/net
== Build drivers/baseband
== Build drivers/net/af_packet
== Build drivers/baseband/null
  CC rte_eth_af_packet.o
  CC bbdev_null.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/net/af_packet/rte_eth_af_packet.c:9:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  PMDINFO rte_eth_af_packet.o.pmd.c
  CC rte_eth_af_packet.o.pmd.o
  LD rte_eth_af_packet.o
  AR librte_pmd_af_packet.a
  INSTALL-LIB librte_pmd_af_packet.a
--
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/net/ark/ark_ethdev.c:10:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev_pci.h:41:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev_driver.h:18:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: error: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Werror,-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/octeontx/otx_cryptodev.c:7:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 error generated.
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ark_ethdev.o' failed
make[6]: *** [ark_ethdev.o] Error 1
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.subdir.mk:35: recipe for target 'ark' failed
make[5]: *** [ark] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC otx_cryptodev_capabilities.o
1 warning generated.
  PMDINFO otx_cryptodev.o.pmd.c
  CC otx_cryptodev.o.pmd.o
  LD otx_cryptodev.o
== Build drivers/crypto/scheduler
  SYMLINK-FILE include/rte_cryptodev_scheduler_operations.h
  SYMLINK-FILE include/rte_cryptodev_scheduler.h
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/octeontx/otx_cryptodev_capabilities.c:5:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC scheduler_pmd.o
1 warning generated.
  CC otx_cryptodev_hw_access.o
  CC otx_cryptodev_mbox.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_pmd.c:6:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC otx_cryptodev_ops.o
1 warning generated.
  CC scheduler_pmd_ops.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/octeontx/otx_cryptodev_ops.c:7:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_pmd_ops.c:9:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_cryptodev_scheduler.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/rte_cryptodev_scheduler.c:4:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_reorder.h:18:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC scheduler_roundrobin.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_roundrobin.c:5:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC scheduler_pkt_size_distr.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_pkt_size_distr.c:5:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_pmd_octeontx_crypto.a
  INSTALL-LIB librte_pmd_octeontx_crypto.a
== Build drivers/crypto/null
  CC null_crypto_pmd.o
1 warning generated.
  CC scheduler_failover.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/null/null_crypto_pmd.c:6:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev_pmd.h:25:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_failover.c:5:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  PMDINFO null_crypto_pmd.o.pmd.c
  CC null_crypto_pmd.o.pmd.o
  LD null_crypto_pmd.o
  CC null_crypto_pmd_ops.o
1 warning generated.
  CC scheduler_multicore.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/null/null_crypto_pmd_ops.c:9:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev_pmd.h:25:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_pmd_null_crypto.a
  INSTALL-LIB librte_pmd_null_crypto.a
== Build drivers/crypto/dpaa2_sec
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_multicore.c:6:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC dpaa2_sec_dpseci.o
1 warning generated.
  AR librte_pmd_crypto_scheduler.a
  INSTALL-LIB librte_pmd_crypto_scheduler.a
== Build drivers/crypto/dpaa_sec
  CC dpaa_sec.o
  PMDINFO dpaa_sec.o.pmd.c
--
  INSTALL-LIB librte_pmd_dpaa2_sec.a
  CC caam_jr_capabilities.o
== Build drivers/crypto/virtio
  CC virtqueue.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtqueue.c:7:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC virtio_pci.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_pci.c:15:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_pci.h:12:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC virtio_rxtx.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_rxtx.c:4:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev_pmd.h:25:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  PMDINFO caam_jr.o.pmd.c
  CC caam_jr.o.pmd.o
1 warning generated.
  CC virtio_cryptodev.o
  LD caam_jr.o
  CC caam_jr_hw.o
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_cryptodev.c:11:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC caam_jr_uio.o
1 warning generated.
  PMDINFO virtio_cryptodev.o.pmd.c
  CC virtio_cryptodev.o.pmd.o
  LD virtio_cryptodev.o
  AR librte_pmd_virtio_crypto.a
  INSTALL-LIB librte_pmd_virtio_crypto.a
  AR librte_pmd_caam_jr.a
  INSTALL-LIB librte_pmd_caam_jr.a
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/UB1604_K4.4.0_GCC5.4.0/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

*Failed Build #2:
OS: CENTOS
Target: x86_64-native-linuxapp-clang
  CC rte_mbuf.o
  AR librte_lpm.a
  INSTALL-LIB librte_lpm.a
  CC rte_mbuf_ptype.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf.c:28:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf_ptype.c:7:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  CC rte_mbuf_pool_ops.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf_pool_ops.c:8:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_mbuf.a
  INSTALL-LIB librte_mbuf.a
== Build lib/librte_bbdev
== Build lib/librte_net
  SYMLINK-FILE include/rte_ip.h
--
  SYMLINK-FILE include/rte_comp.h
  SYMLINK-FILE include/rte_compressdev.h
  SYMLINK-FILE include/rte_compressdev_pmd.h
  SYMLINK-FILE include/rte_compressdev_internal.h
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev.c:35:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC rte_compressdev.o
1 warning generated.
  CC rte_cryptodev_pmd.o
  CC rte_compressdev_pmd.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev_pmd.c:7:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev_pmd.h:25:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_cryptodev.a
  INSTALL-LIB librte_cryptodev.a
== Build lib/librte_sched
  SYMLINK-FILE include/rte_sched.h
  SYMLINK-FILE include/rte_sched_common.h
  SYMLINK-FILE include/rte_red.h
  SYMLINK-FILE include/rte_approx.h
  CC rte_comp.o
  CC rte_sched.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_sched/rte_sched.c:15:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_red.o
  AR librte_compressdev.a
  INSTALL-LIB librte_compressdev.a
  CC rte_approx.o
== Build lib/librte_reorder
--
== Build lib/librte_ethdev
  CC rte_reorder.o
  SYMLINK-FILE include/rte_ethdev.h
  SYMLINK-FILE include/rte_ethdev_driver.h
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_reorder/rte_reorder.c:9:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  SYMLINK-FILE include/rte_ethdev_core.h
  SYMLINK-FILE include/rte_ethdev_pci.h
  SYMLINK-FILE include/rte_ethdev_vdev.h
  SYMLINK-FILE include/rte_eth_ctrl.h
1 warning generated.
  SYMLINK-FILE include/rte_dev_info.h
  AR librte_reorder.a
  INSTALL-LIB librte_reorder.a
  SYMLINK-FILE include/rte_flow.h
  SYMLINK-FILE include/rte_flow_driver.h
--
  SYMLINK-FILE include/rte_event_timer_adapter.h
  SYMLINK-FILE include/rte_event_timer_adapter_pmd.h
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_security/rte_security.c:9:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_security/rte_security.h:28:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  SYMLINK-FILE include/rte_event_crypto_adapter.h
  SYMLINK-FILE include/rte_event_eth_tx_adapter.h
  CC rte_eventdev.o
1 warning generated.
  AR librte_security.a
  INSTALL-LIB librte_security.a
  CC rte_event_ring.o
  CC rte_event_eth_rx_adapter.o
  CC rte_event_timer_adapter.o
--
  CC iotlb.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv4_fragmentation.c:12:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ipv6_fragmentation.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv6_fragmentation.c:10:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC socket.o
  CC rte_ipv4_reassembly.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv4_reassembly.c:9:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ipv6_reassembly.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv6_reassembly.c:9:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ip_frag_common.o
  CC vhost.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag_common.c:11:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC ip_frag_internal.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_internal.c:10:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_ip_frag.a
  INSTALL-LIB librte_ip_frag.a
== Build lib/librte_gro
  SYMLINK-FILE include/rte_gro.h
  CC vhost_user.o
  CC rte_gro.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/rte_gro.c:6:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gro_tcp4.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/gro_tcp4.c:6:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gro_vxlan_tcp4.o
  CC virtio_net.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/gro_vxlan_tcp4.c:6:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_gro.a
  INSTALL-LIB librte_gro.a
== Build lib/librte_bitratestats
  SYMLINK-FILE include/rte_bitrate.h
  CC rte_bitrate.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_bitratestats/rte_bitrate.c:6:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_bitratestats.a
  INSTALL-LIB librte_bitratestats.a
== Build lib/librte_latencystats
  SYMLINK-FILE include/rte_latencystats.h
  CC rte_latencystats.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_latencystats/rte_latencystats.c:10:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_latencystats.a
  INSTALL-LIB librte_latencystats.a
== Build lib/librte_kni
  SYMLINK-FILE include/rte_kni.h
  CC rte_kni.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_kni/rte_kni.c:16:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_kni.a
  INSTALL-LIB librte_kni.a
== Build lib/librte_distributor
  SYMLINK-FILE include/rte_distributor.h
  CC rte_distributor_v20.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor_v20.c:8:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_distributor.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor.c:8:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_distributor_match_sse.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor_match_sse.c:5:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_distributor.a
  INSTALL-LIB librte_distributor.a
  CC vdpa.o
  CC vhost_crypto.o
== Build lib/librte_pdump
--
  INSTALL-LIB librte_vhost.a
  CC gso_common.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/rte_gso.c:8:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_tcp4.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.c:11:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_tcp4.c:5:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  CC gso_tunnel_tcp4.o
  CC gso_udp4.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_tunnel_tcp4.c:5:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_udp4.c:5:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
== Build lib/librte_bpf
  AR librte_gso.a
  INSTALL-LIB librte_gso.a
== Build lib/librte_port
  SYMLINK-FILE include/bpf_def.h
--
  SYMLINK-FILE include/rte_port_source_sink.h
  SYMLINK-FILE include/rte_port_sym_crypto.h
  CC rte_port_ethdev.o
  CC bpf_exec.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ethdev.c:7:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_ring.o
  CC bpf_load.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ring.c:7:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC bpf_pkt.o
1 warning generated.
  CC rte_port_frag.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_frag.c:6:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC bpf_validate.o
1 warning generated.
  CC rte_port_ras.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ras.c:6:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_sched.o
  CC bpf_jit_x86.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sched.c:6:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_fd.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_fd.c:8:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_kni.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_kni.c:38:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_kni.h:23:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_source_sink.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_source_sink.c:7:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
--
  CC rte_port_sym_crypto.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sym_crypto.c:9:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sym_crypto.h:23:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  AR librte_port.a
  INSTALL-LIB librte_port.a
== Build lib/librte_table
  SYMLINK-FILE include/rte_table.h
  SYMLINK-FILE include/rte_table_lpm.h
--
  SYMLINK-FILE include/rte_table_stub.h
  SYMLINK-FILE include/rte_table_array.h
  CC rte_table_lpm.o
  CC rte_table_lpm_ipv6.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_lpm.c:9:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_lpm_ipv6.c:9:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  CC rte_table_acl.o
  CC rte_table_hash_cuckoo.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_acl.c:9:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_cuckoo.c:8:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_key8.o
1 warning generated.
  CC rte_table_hash_key16.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key8.c:8:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key16.c:8:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_key32.o
1 warning generated.
  CC rte_table_hash_ext.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key32.c:8:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_ext.c:9:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_lru.o
1 warning generated.
  CC rte_table_array.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_lru.c:9:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_array.c:9:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_stub.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_stub.c:7:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  AR librte_table.a
  INSTALL-LIB librte_table.a
== Build lib/librte_pipeline
== Build lib/librte_flow_classify
  SYMLINK-FILE include/rte_flow_classify.h
--
== Build drivers/mempool/stack
== Build drivers/mempool/octeontx
  CC rte_mempool_stack.o
  CC octeontx_fpavf.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/mempool/octeontx/octeontx_fpavf.c:21:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  AR librte_mempool_stack.a
1 warning generated.
  PMDINFO octeontx_fpavf.o.pmd.c
  CC octeontx_fpavf.o.pmd.o
  LD octeontx_fpavf.o
  CC rte_mempool_octeontx.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/mempool/octeontx/rte_mempool_octeontx.c:8:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_mempool_octeontx.a
  INSTALL-LIB librte_mempool_octeontx.a
  INSTALL-LIB librte_mempool_stack.a
== Build drivers/net
== Build drivers/baseband
== Build drivers/net/af_packet
== Build drivers/baseband/null
  CC rte_eth_af_packet.o
  CC bbdev_null.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/net/af_packet/rte_eth_af_packet.c:9:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  PMDINFO bbdev_null.o.pmd.c
  CC bbdev_null.o.pmd.o
  LD bbdev_null.o
  AR librte_pmd_bbdev_null.a
1 warning generated.
  PMDINFO rte_eth_af_packet.o.pmd.c
  INSTALL-LIB librte_pmd_bbdev_null.a
  CC rte_eth_af_packet.o.pmd.o
== Build drivers/crypto
  LD rte_eth_af_packet.o
--
  CC otx_cryptodev.o
  CC ark_ethdev.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/octeontx/otx_cryptodev.c:7:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/net/ark/ark_ethdev.c:10:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev_pci.h:41:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev_driver.h:18:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: error: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Werror,-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  PMDINFO otx_cryptodev.o.pmd.c
  CC otx_cryptodev.o.pmd.o
1 error generated.
make[6]: *** [ark_ethdev.o] Error 1
make[5]: *** [ark] Error 2
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
  CC otx_cryptodev_capabilities.o
--
  SYMLINK-FILE include/rte_cryptodev_scheduler.h
  CC scheduler_pmd.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/octeontx/otx_cryptodev_capabilities.c:5:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC otx_cryptodev_hw_access.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_pmd.c:6:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC otx_cryptodev_mbox.o
1 warning generated.
  CC scheduler_pmd_ops.o
  CC otx_cryptodev_ops.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/octeontx/otx_cryptodev_ops.c:7:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_pmd_ops.c:9:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_cryptodev_scheduler.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/rte_cryptodev_scheduler.c:4:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_reorder.h:18:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC scheduler_roundrobin.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_roundrobin.c:5:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC scheduler_pkt_size_distr.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_pkt_size_distr.c:5:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC scheduler_failover.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_failover.c:5:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  CC scheduler_multicore.o
  AR librte_pmd_octeontx_crypto.a
  INSTALL-LIB librte_pmd_octeontx_crypto.a
== Build drivers/crypto/null
  CC null_crypto_pmd.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_multicore.c:6:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/null/null_crypto_pmd.c:6:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev_pmd.h:25:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  PMDINFO null_crypto_pmd.o.pmd.c
  AR librte_pmd_crypto_scheduler.a
  INSTALL-LIB librte_pmd_crypto_scheduler.a
== Build drivers/crypto/dpaa2_sec
  CC null_crypto_pmd.o.pmd.o
  LD null_crypto_pmd.o
  CC dpaa2_sec_dpseci.o
  CC null_crypto_pmd_ops.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/null/null_crypto_pmd_ops.c:9:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev_pmd.h:25:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_pmd_null_crypto.a
  INSTALL-LIB librte_pmd_null_crypto.a
== Build drivers/crypto/dpaa_sec
  CC dpaa_sec.o
  PMDINFO dpaa_sec.o.pmd.c
--
  AR librte_pmd_dpaa2_sec.a
  INSTALL-LIB librte_pmd_dpaa2_sec.a
== Build drivers/crypto/virtio
  CC virtqueue.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtqueue.c:7:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC virtio_pci.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_pci.c:15:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_pci.h:12:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC virtio_rxtx.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_rxtx.c:4:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev_pmd.h:25:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC virtio_cryptodev.o
  PMDINFO caam_jr.o.pmd.c
  CC caam_jr.o.pmd.o
  LD caam_jr.o
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_cryptodev.c:11:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/CENTOS_K3.10.0_GCC4.8.5/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC caam_jr_capabilities.o
1 warning generated.
  PMDINFO virtio_cryptodev.o.pmd.c
  CC virtio_cryptodev.o.pmd.o
  CC caam_jr_hw.o
  LD virtio_cryptodev.o
  AR librte_pmd_virtio_crypto.a

*Failed Build #3:
OS: FreeBSD
Target: x86_64-native-bsdapp-clang
  CC rte_mbuf.o
  AR librte_member.a
  INSTALL-LIB librte_member.a
  CC rte_mbuf_ptype.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf.c:28:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf_ptype.c:7:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  CC rte_mbuf_pool_ops.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf_pool_ops.c:8:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_mbuf.a
  INSTALL-LIB librte_mbuf.a
== Build lib/librte_net
== Build lib/librte_bbdev
  SYMLINK-FILE include/rte_bbdev_op.h
--
  SYMLINK-FILE include/rte_compressdev.h
  SYMLINK-FILE include/rte_compressdev_pmd.h
  SYMLINK-FILE include/rte_compressdev_internal.h
  CC rte_compressdev.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev.c:35:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_cryptodev_pmd.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev_pmd.c:7:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev_pmd.h:25:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_compressdev_pmd.o
  AR librte_cryptodev.a
  INSTALL-LIB librte_cryptodev.a
== Build lib/librte_sched
  SYMLINK-FILE include/rte_sched.h
  SYMLINK-FILE include/rte_sched_common.h
  SYMLINK-FILE include/rte_red.h
  SYMLINK-FILE include/rte_approx.h
  CC rte_sched.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_sched/rte_sched.c:15:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC rte_comp.o
1 warning generated.
  CC rte_red.o
  CC rte_approx.o
  AR librte_sched.a
  INSTALL-LIB librte_sched.a
== Build lib/librte_reorder
--
  CC rte_reorder.o
== Build lib/librte_ethdev
  SYMLINK-FILE include/rte_ethdev.h
  SYMLINK-FILE include/rte_ethdev_driver.h
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_reorder/rte_reorder.c:9:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
--
  SYMLINK-FILE include/rte_ethdev_pci.h
  SYMLINK-FILE include/rte_ethdev_vdev.h
  SYMLINK-FILE include/rte_eth_ctrl.h
  SYMLINK-FILE include/rte_dev_info.h
  SYMLINK-FILE include/rte_flow.h
1 warning generated.
  SYMLINK-FILE include/rte_flow_driver.h
  AR librte_reorder.a
  INSTALL-LIB librte_reorder.a
  SYMLINK-FILE include/rte_tm.h
  SYMLINK-FILE include/rte_tm_driver.h
--
  SYMLINK-FILE include/rte_event_timer_adapter_pmd.h
  SYMLINK-FILE include/rte_event_crypto_adapter.h
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_security/rte_security.c:9:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_security/rte_security.h:28:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_crypto.h:20:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  SYMLINK-FILE include/rte_event_eth_tx_adapter.h
  CC rte_eventdev.o
1 warning generated.
  AR librte_security.a
  INSTALL-LIB librte_security.a
== Build lib/librte_rawdev
  SYMLINK-FILE include/rte_rawdev.h
  SYMLINK-FILE include/rte_rawdev_pmd.h
--
  CC rte_ipv4_fragmentation.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv4_fragmentation.c:12:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ip.h:22:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ipv6_fragmentation.o
  CC rte_event_ring.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv6_fragmentation.c:10:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ip.h:22:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ipv4_reassembly.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv4_reassembly.c:9:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ip.h:22:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ipv6_reassembly.o
  CC rte_event_eth_rx_adapter.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv6_reassembly.c:9:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ip.h:22:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ip_frag_common.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag_common.c:11:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ip.h:22:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC ip_frag_internal.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_internal.c:10:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ip.h:22:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_ip_frag.a
  INSTALL-LIB librte_ip_frag.a
== Build lib/librte_gro
  SYMLINK-FILE include/rte_gro.h
  CC rte_gro.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/rte_gro.c:6:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gro_tcp4.o
  CC rte_event_timer_adapter.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/gro_tcp4.c:6:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gro_vxlan_tcp4.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/gro_vxlan_tcp4.c:6:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_gro.a
  INSTALL-LIB librte_gro.a
  CC rte_event_crypto_adapter.o
  CC rte_event_eth_tx_adapter.o
== Build lib/librte_bitratestats
  SYMLINK-FILE include/rte_bitrate.h
  CC rte_bitrate.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_bitratestats/rte_bitrate.c:6:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ether.h:23:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_bitratestats.a
  INSTALL-LIB librte_bitratestats.a
== Build lib/librte_latencystats
  AR librte_eventdev.a
  INSTALL-LIB librte_eventdev.a
--
  SYMLINK-FILE include/rte_latencystats.h
  CC rte_latencystats.o
  SYMLINK-FILE include/rte_port.h
  SYMLINK-FILE include/rte_port_ethdev.h
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_latencystats/rte_latencystats.c:10:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  SYMLINK-FILE include/rte_port_ring.h
  SYMLINK-FILE include/rte_port_frag.h
  SYMLINK-FILE include/rte_port_ras.h
  SYMLINK-FILE include/rte_port_sched.h
1 warning generated.
  SYMLINK-FILE include/rte_port_fd.h
  AR librte_latencystats.a
  SYMLINK-FILE include/rte_port_source_sink.h
  INSTALL-LIB librte_latencystats.a
== Build lib/librte_distributor
  SYMLINK-FILE include/rte_port_sym_crypto.h
  CC rte_port_ethdev.o
  SYMLINK-FILE include/rte_distributor.h
  CC rte_distributor_v20.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ethdev.c:7:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor_v20.c:8:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_ring.o
1 warning generated.
  CC rte_distributor.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ring.c:7:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor.c:8:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_distributor_match_sse.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor_match_sse.c:5:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_distributor.a
  INSTALL-LIB librte_distributor.a
== Build lib/librte_pdump
1 warning generated.
  CC rte_port_frag.o
  SYMLINK-FILE include/rte_pdump.h
  CC rte_pdump.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_frag.c:6:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ether.h:23:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_ras.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ras.c:6:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ether.h:23:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]  AR librte_pdump.a

        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  INSTALL-LIB librte_pdump.a
  CC rte_port_sched.o
1 warning generated.
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sched.c:6:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC rte_port_fd.o
1 warning generated.
  CC rte_port_source_sink.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_fd.c:8:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_source_sink.c:7:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_sym_crypto.o
1 warning generated.
== Build lib/librte_gso
  SYMLINK-FILE include/rte_gso.h
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sym_crypto.c:9:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sym_crypto.h:23:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_crypto.h:20:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC rte_gso.o
1 warning generated.
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/rte_gso.c:8:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ether.h:23:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  AR librte_port.a
  INSTALL-LIB librte_port.a
1 warning generated.
== Build lib/librte_bpf
  CC gso_common.o
  SYMLINK-FILE include/bpf_def.h
  SYMLINK-FILE include/rte_bpf.h
  SYMLINK-FILE include/rte_bpf_ethdev.h
  CC bpf.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.c:11:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_tcp4.o
  CC bpf_exec.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_tcp4.c:5:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_tunnel_tcp4.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_tunnel_tcp4.c:5:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_udp4.o
  CC bpf_load.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_udp4.c:5:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_gso.a
  INSTALL-LIB librte_gso.a
  CC bpf_pkt.o
  CC bpf_validate.o
  CC bpf_jit_x86.o
--
  CC rte_table_lpm.o
  AR librte_bpf.a
  INSTALL-LIB librte_bpf.a
  CC rte_table_lpm_ipv6.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_lpm.c:9:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_lpm_ipv6.c:9:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  CC rte_table_acl.o
  CC rte_table_hash_cuckoo.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_acl.c:9:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_cuckoo.c:8:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_key8.o
1 warning generated.
  CC rte_table_hash_key16.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key8.c:8:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key16.c:8:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_key32.o
1 warning generated.
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key32.c:8:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC rte_table_hash_ext.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_ext.c:9:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_lru.o
1 warning generated.
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_lru.c:9:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC rte_table_array.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_array.c:9:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_stub.o
1 warning generated.
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_stub.c:7:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_table.a
  INSTALL-LIB librte_table.a
== Build lib/librte_flow_classify
== Build lib/librte_pipeline
  SYMLINK-FILE include/rte_flow_classify.h
--
machine -> /usr/src/sys/amd64/include
== Build kernel/freebsd/nic_uio
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/kernel/freebsd/contigmem -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c contigmem.c -o contigmem.o
Warning: Object directory not changed from original /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/build/kernel/freebsd/nic_uio
@ -> /usr/src/sys
machine -> /usr/src/sys/amd64/include
x86 -> /usr/src/sys/x86/include
awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
--
awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
awk -f /sys/conf/kmod_syms.awk contigmem.ko  export_syms | xargs -J% objcopy % contigmem.ko
awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h
objcopy --strip-debug contigmem.ko
INSTALL-MODULE contigmem.ko
cc -Winline -Wall -Werror -include /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_config.h  -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/kernel/freebsd/nic_uio -I/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include -I. -I@ -I@/contrib/altq -fno-common  -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer  -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments  -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option  -Wno-error-tautological-compare -Wno-error-empty-body  -Wno-error-parentheses-equality -Wno-error-unused-function    -c nic_uio.c -o nic_uio.o
== Build drivers
== Build drivers/common
ld      -L/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/lib -d -warn-common -r -d -o nic_uio.ko nic_uio.o
:> export_syms
awk -f /sys/conf/kmod_syms.awk nic_uio.ko  export_syms | xargs -J% objcopy % nic_uio.ko
--
  AR librte_mempool_stack.a
  INSTALL-LIB librte_mempool_stack.a
  CC octeontx_fpavf.o
  CC rte_mempool_octeontx.o
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/mempool/octeontx/octeontx_fpavf.c:21:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/mempool/octeontx/rte_mempool_octeontx.c:8:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  PMDINFO octeontx_fpavf.o.pmd.c
  CC octeontx_fpavf.o.pmd.o
  LD octeontx_fpavf.o
  AR librte_mempool_octeontx.a
  INSTALL-LIB librte_mempool_octeontx.a
--
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/net/ark/ark_ethdev.c:10:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ethdev_pci.h:41:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ethdev_driver.h:18:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_ether.h:23:
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:840:9: error: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Werror,-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-bsdapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' declared here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 error generated.
gmake[6]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/internal/rte.compile-pre.mk:116: ark_ethdev.o] Error 1
gmake[5]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.subdir.mk:37: ark] Error 2
gmake[4]: *** [/tmp/FreeBSD_K10.3_GCC4.8.5/x86_64-native-bsdapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.subdir.mk:37: net] Error 2
gmake[4]: *** Waiting for unfinished jobs....
  PMDINFO bbdev_null.o.pmd.c

*Failed Build #4:
OS: FC24
Target: x86_64-native-linuxapp-clang
  SYMLINK-FILE include/rte_mbuf_pool_ops.h
  CC rte_mbuf.o
  CC rte_mbuf_ptype.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf_ptype.c:7:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf.c::840:289:
: warning/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h: :840'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]:
9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_mbuf_pool_ops.o
1 warning generated.
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_mbuf/rte_mbuf_pool_ops.c:8:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_mbuf.a
  INSTALL-LIB librte_mbuf.a
== Build lib/librte_bbdev
== Build lib/librte_net
  SYMLINK-FILE include/rte_bbdev_op.h
--
  CC rte_cryptodev.o
  AR librte_net.a
  INSTALL-LIB librte_net.a
== Build lib/librte_compressdev
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev.c:35:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  SYMLINK-FILE include/rte_comp.h
  SYMLINK-FILE include/rte_compressdev.h
  SYMLINK-FILE include/rte_compressdev_pmd.h
  SYMLINK-FILE include/rte_compressdev_internal.h
  CC rte_compressdev.o
1 warning generated.
  CC rte_cryptodev_pmd.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev_pmd.c:7:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_cryptodev/rte_cryptodev_pmd.h:25:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_cryptodev.a
  INSTALL-LIB librte_cryptodev.a
== Build lib/librte_sched
  CC rte_compressdev_pmd.o
  SYMLINK-FILE include/rte_sched.h
  SYMLINK-FILE include/rte_sched_common.h
  SYMLINK-FILE include/rte_red.h
  SYMLINK-FILE include/rte_approx.h
  CC rte_sched.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_sched/rte_sched.c:15:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC rte_comp.o
1 warning generated.
  CC rte_red.o
  CC rte_approx.o
  AR librte_sched.a
  INSTALL-LIB librte_sched.a
== Build lib/librte_reorder
--
  INSTALL-LIB librte_compressdev.a
== Build lib/librte_ethdev
  SYMLINK-FILE include/rte_ethdev.h
  SYMLINK-FILE include/rte_ethdev_driver.h
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_reorder/rte_reorder.c:9:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
--
  SYMLINK-FILE include/rte_eth_ctrl.h
  SYMLINK-FILE include/rte_dev_info.h
  SYMLINK-FILE include/rte_flow.h
  SYMLINK-FILE include/rte_flow_driver.h
  SYMLINK-FILE include/rte_tm.h
1 warning generated.
  SYMLINK-FILE include/rte_tm_driver.h
  SYMLINK-FILE include/rte_mtr.h
  AR librte_reorder.a
  INSTALL-LIB librte_reorder.a
  SYMLINK-FILE include/rte_mtr_driver.h
--
  SYMLINK-FILE include/rte_event_eth_tx_adapter.h
  CC rte_eventdev.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_security/rte_security.c:9:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_security/rte_security.h:28:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_security.a
  INSTALL-LIB librte_security.a
== Build lib/librte_rawdev
  SYMLINK-FILE include/rte_rawdev.h
  SYMLINK-FILE include/rte_rawdev_pmd.h
--
  CC vhost_user.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv4_fragmentation.c:12:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ipv6_fragmentation.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv6_fragmentation.c:10:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ipv4_reassembly.o
  CC virtio_net.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv4_reassembly.c:9:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ipv6_reassembly.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ipv6_reassembly.c:9:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_ip_frag_common.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag_common.c:11:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC ip_frag_internal.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_internal.c:10:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/ip_frag_common.h:8:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_ip_frag/rte_ip_frag.h:25:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ip.h:22:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_ip_frag.a
  INSTALL-LIB librte_ip_frag.a
== Build lib/librte_gro
  SYMLINK-FILE include/rte_gro.h
  CC rte_gro.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/rte_gro.c:6:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gro_tcp4.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/gro_tcp4.c:6:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gro_vxlan_tcp4.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gro/gro_vxlan_tcp4.c:6:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_gro.a
  INSTALL-LIB librte_gro.a
== Build lib/librte_bitratestats
  SYMLINK-FILE include/rte_bitrate.h
  CC rte_bitrate.o
  CC vdpa.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_bitratestats/rte_bitrate.c:6:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_bitratestats.a
  INSTALL-LIB librte_bitratestats.a
== Build lib/librte_latencystats
  SYMLINK-FILE include/rte_latencystats.h
  CC rte_latencystats.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_latencystats/rte_latencystats.c:10:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC vhost_crypto.o
1 warning generated.
  AR librte_latencystats.a
  INSTALL-LIB librte_latencystats.a
== Build lib/librte_kni
  SYMLINK-FILE include/rte_kni.h
  CC rte_kni.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_kni/rte_kni.c:16:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_kni.a
  INSTALL-LIB librte_kni.a
== Build lib/librte_distributor
  SYMLINK-FILE include/rte_distributor.h
  CC rte_distributor_v20.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor_v20.c:8:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_distributor.o
  AR librte_vhost.a
  INSTALL-LIB librte_vhost.a
== Build lib/librte_pdump
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor.c:8:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  SYMLINK-FILE include/rte_pdump.h
  CC rte_pdump.o
1 warning generated.
  CC rte_distributor_match_sse.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_distributor/rte_distributor_match_sse.c:5:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_distributor.a
  INSTALL-LIB librte_distributor.a
== Build lib/librte_gso
  AR librte_pdump.a
  INSTALL-LIB librte_pdump.a
--
  SYMLINK-FILE include/rte_bpf_ethdev.h
  CC bpf.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/rte_gso.c:8:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_common.o
  CC bpf_exec.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.c:11:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_tcp4.o
  CC bpf_load.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_tcp4.c:5:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_tunnel_tcp4.o
  CC bpf_pkt.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_tunnel_tcp4.c:5:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC gso_udp4.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_udp4.c:5:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_gso/gso_common.h:10:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_gso.a
  INSTALL-LIB librte_gso.a
  CC bpf_validate.o
== Build lib/librte_port
  SYMLINK-FILE include/rte_port.h
--
  SYMLINK-FILE include/rte_port_source_sink.h
  SYMLINK-FILE include/rte_port_sym_crypto.h
  CC rte_port_ethdev.o
  CC bpf_jit_x86.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ethdev.c:7:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_ring.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ring.c:7:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  AR librte_bpf.a
  INSTALL-LIB librte_bpf.a
  CC rte_port_frag.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_frag.c:6:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_ras.o
1 warning generated.
  CC rte_port_sched.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_ras.c:6:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_fd.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sched.c:6:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_kni.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_kni.c:38:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_kni.h:23:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_fd.c:8:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_port_source_sink.o
1 warning generated.
  CC rte_port_sym_crypto.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_source_sink.c:7:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sym_crypto.c:9:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_port/rte_port_sym_crypto.h:23:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
1 warning generated.
  AR librte_port.a
  INSTALL-LIB librte_port.a
== Build lib/librte_table
  SYMLINK-FILE include/rte_table.h
  SYMLINK-FILE include/rte_table_lpm.h
--
  SYMLINK-FILE include/rte_table_array.h
  SYMLINK-FILE include/rte_table_stub.h
  CC rte_table_lpm.o
  CC rte_table_lpm_ipv6.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_lpm.c:9:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_acl.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_lpm_ipv6.c:9:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_cuckoo.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_acl.c:9:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_cuckoo.c:8:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_key8.o
1 warning generated.
  CC rte_table_hash_key16.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key8.c:8:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key16.c:8:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_key32.o
1 warning generated.
  CC rte_table_hash_ext.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_key32.c:8:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_ext.c:9:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_hash_lru.o
1 warning generated.
  CC rte_table_array.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_hash_lru.c:9:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_array.c:9:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_table_stub.o
1 warning generated.
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/lib/librte_table/rte_table_stub.c:7:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_table.a
  INSTALL-LIB librte_table.a
== Build lib/librte_flow_classify
== Build lib/librte_pipeline
  SYMLINK-FILE include/rte_pipeline.h
--
  AR librte_mempool_stack.a
  INSTALL-LIB librte_mempool_stack.a
  CC octeontx_fpavf.o
  CC rte_mempool_octeontx.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/mempool/octeontx/octeontx_fpavf.c:21:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  PMDINFO octeontx_fpavf.o.pmd.c
  CC octeontx_fpavf.o.pmd.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/mempool/octeontx/rte_mempool_octeontx.c:8:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  LD octeontx_fpavf.o
  AR librte_mempool_octeontx.a
  INSTALL-LIB librte_mempool_octeontx.a
== Build drivers/net
== Build drivers/baseband
== Build drivers/baseband/null
== Build drivers/net/af_packet
  CC rte_eth_af_packet.o
  CC bbdev_null.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/net/af_packet/rte_eth_af_packet.c:9:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  PMDINFO rte_eth_af_packet.o.pmd.c
  CC rte_eth_af_packet.o.pmd.o
  LD rte_eth_af_packet.o
  AR librte_pmd_af_packet.a
  PMDINFO bbdev_null.o.pmd.c
--
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/net/ark/ark_ethdev.c:10:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev_pci.h:41:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev_driver.h:18:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ethdev.h:158:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_ether.h:23:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: error: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Werror,-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 error generated.
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/internal/rte.compile-pre.mk:114: recipe for target 'ark_ethdev.o' failed
make[6]: *** [ark_ethdev.o] Error 1
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.subdir.mk:35: recipe for target 'ark' failed
make[5]: *** [ark] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.subdir.mk:35: recipe for target 'net' failed
make[4]: *** [net] Error 2
make[4]: *** Waiting for unfinished jobs....
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/octeontx/otx_cryptodev.c:7:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC otx_cryptodev_capabilities.o
1 warning generated.
  PMDINFO otx_cryptodev.o.pmd.c
  CC otx_cryptodev.o.pmd.o
  LD otx_cryptodev.o
== Build drivers/crypto/scheduler
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/octeontx/otx_cryptodev_capabilities.c:5:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC otx_cryptodev_hw_access.o
  SYMLINK-FILE include/rte_cryptodev_scheduler_operations.h
  SYMLINK-FILE include/rte_cryptodev_scheduler.h
  CC scheduler_pmd.o
  CC otx_cryptodev_mbox.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_pmd.c:6:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC otx_cryptodev_ops.o
1 warning generated.
  CC scheduler_pmd_ops.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/octeontx/otx_cryptodev_ops.c:7:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_pmd_ops.c:9:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC rte_cryptodev_scheduler.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/rte_cryptodev_scheduler.c:4:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_reorder.h:18:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC scheduler_roundrobin.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_roundrobin.c:5:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC scheduler_pkt_size_distr.o
1 warning generated.
  AR librte_pmd_octeontx_crypto.a
  INSTALL-LIB librte_pmd_octeontx_crypto.a
== Build drivers/crypto/null
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_pkt_size_distr.c:5:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC null_crypto_pmd.o
1 warning generated.
  CC scheduler_failover.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/null/null_crypto_pmd.c:6:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev_pmd.h:25:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  PMDINFO null_crypto_pmd.o.pmd.c
  CC null_crypto_pmd.o.pmd.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_failover.c:5:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  LD null_crypto_pmd.o
  CC null_crypto_pmd_ops.o
1 warning generated.
  CC scheduler_multicore.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/null/null_crypto_pmd_ops.c:9:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev_pmd.h:25:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  AR librte_pmd_null_crypto.a
  INSTALL-LIB librte_pmd_null_crypto.a
== Build drivers/crypto/dpaa2_sec
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/scheduler/scheduler_multicore.c:6:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  CC dpaa2_sec_dpseci.o
1 warning generated.
  AR librte_pmd_crypto_scheduler.a
  INSTALL-LIB librte_pmd_crypto_scheduler.a
== Build drivers/crypto/dpaa_sec
  CC dpaa_sec.o
  PMDINFO dpaa_sec.o.pmd.c
--
  AR librte_pmd_dpaa2_sec.a
  INSTALL-LIB librte_pmd_dpaa2_sec.a
== Build drivers/crypto/virtio
  CC virtqueue.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtqueue.c:7:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC virtio_pci.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_pci.c:15:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_pci.h:12:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  CC virtio_rxtx.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_rxtx.c:4:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev_pmd.h:25:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
  PMDINFO caam_jr.o.pmd.c
  CC caam_jr.o.pmd.o
  LD caam_jr.o
  CC caam_jr_capabilities.o
1 warning generated.
  CC virtio_cryptodev.o
  CC caam_jr_hw.o
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/drivers/crypto/virtio/virtio_cryptodev.c:11:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_cryptodev.h:22:
In file included from /tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_crypto.h:20:
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:840:9: warning: 'rte_mbuf_buf_addr' is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations]
        return rte_mbuf_buf_addr(md, md->pool);
               ^
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/x86_64-native-linuxapp-clang/include/rte_mbuf.h:801:1: note: 'rte_mbuf_buf_addr' has been explicitly marked deprecated here
rte_mbuf_buf_addr(struct rte_mbuf *mb, struct rte_mempool *mp)
^
1 warning generated.
  PMDINFO virtio_cryptodev.o.pmd.c
  CC virtio_cryptodev.o.pmd.o
  CC caam_jr_uio.o
  LD virtio_cryptodev.o
  AR librte_pmd_virtio_crypto.a
  INSTALL-LIB librte_pmd_virtio_crypto.a
  AR librte_pmd_caam_jr.a
  INSTALL-LIB librte_pmd_caam_jr.a
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.sdkbuild.mk:49: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.sdkroot.mk:100: recipe for target 'all' failed
make[2]: *** [all] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.sdkinstall.mk:57: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/tmp/FC24_K4.9.13_GCC6.2.1/x86_64-native-linuxapp-clang/5a7ed99f4d324141b9f8a2589dc9856b/dpdk/mk/rte.sdkroot.mk:79: recipe for target 'install' failed
make: *** [install] Error 2

DPDK STV team


More information about the test-report mailing list