automatic DPDK test reports
 help / color / mirror / Atom feed
From: "Cao, Waterman" <waterman.cao@intel.com>
To: qabuild <qabuild@intel.com>,
	"Tang, HaifengX" <haifengx.tang@intel.com>,
	"thomas.monjalon@6wind.com" <thomas.monjalon@6wind.com>,
	DPDK_SW_ENG <dpdk_sw_eng@intel.com>,
	"Wang, Limin" <limin.wang@intel.com>,
	"Zhang, XiaopengX" <xiaopengx.zhang@intel.com>,
	"Guan, JunchunX" <junchunx.guan@intel.com>,
	"test-report@dpdk.org" <test-report@dpdk.org>,
	"Xie, Huawei" <huawei.xie@intel.com>
Cc: "Cao, Waterman" <waterman.cao@intel.com>,
	"Qiu, Michael" <michael.qiu@intel.com>
Subject: [dpdk-test-report] [update[: DPDK OS Building Test Report
Date: Fri, 11 Dec 2015 01:43:46 +0000	[thread overview]
Message-ID: <AA3F441F262C58498CD6D0C1801DE7EB0AFEF240@SHSMSX103.ccr.corp.intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 22834 bytes --]

Hi All,

Till now, there are only 3 major building errors in DPDK example


1.       netmap_compact example has compilation errors  in SUSE11SP3 and  SUSE11SP2

Till now, we don’t have owner for netmap_compact example , Linux Kernel is 3.0.13-0 and GCC is 4.5.1

Does anybody familiar with this example app?


/jenkins/workspace/DPDK_AUTO_IDT_VM_SUSE11SP2_64_BUILD/DPDK/examples/netmap_compat/bridge/../lib/compat_netmap.c: In function ‘rte_netmap_poll’:
/jenkins/workspace/DPDK_AUTO_IDT_VM_SUSE11SP2_64_BUILD/DPDK/examples/netmap_compat/bridge/../lib/compat_netmap.c:880:41: error: ‘POLLRDNORM’ undeclared (first use in this function)
/jenkins/workspace/DPDK_AUTO_IDT_VM_SUSE11SP2_64_BUILD/DPDK/examples/netmap_compat/bridge/../lib/compat_netmap.c:880:41: note: each undeclared identifier is reported only once for each function it appears in
/jenkins/workspace/DPDK_AUTO_IDT_VM_SUSE11SP2_64_BUILD/DPDK/examples/netmap_compat/bridge/../lib/compat_netmap.c:881:41: error: ‘POLLWRNORM’ undeclared (first use in this function)



2.       pipeline example in RHEL65_64 / CENTOS65_64 ,

As I knew, Roy Fan and packet Framework developers already submitted patch to fix #2


/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/ip_pipeline/pipeline/pipeline_routing_be.c: In function ‘pipeline_routing_msg_req_arp_add_handler’:
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/ip_pipeline/pipeline/pipeline_routing_be.c:1817: error: dereferencing pointer ‘({anonymous})’ does break strict-aliasing rules
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/ip_pipeline/pipeline/pipeline_routing_be.c:1817: note: initialized from here
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/ip_pipeline/pipeline/pipeline_routing_be.c: In function ‘pipeline_routing_msg_req_route_add_handler’:
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/ip_pipeline/pipeline/pipeline_routing_be.c:1464: error: dereferencing pointer ‘macaddr_dst.481’ does break strict-aliasing rules
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/ip_pipeline/pipeline/pipeline_routing_be.c:1464: note: initialized from here
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/ip_pipeline/pipeline/pipeline_routing_be.c:1506: error: dereferencing pointer ‘macaddr_dst.487’ does break strict-aliasing rules
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/ip_pipeline/pipeline/pipeline_routing_be.c:1506: note: initialized from here
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/ip_pipeline/pipeline/pipeline_routing_be.c:1566: error: dereferencing pointer ‘macaddr_dst.495’ does break strict-aliasing rules
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/ip_pipeline/pipeline/pipeline_routing_be.c:1566: note: initialized from here


3.       vHost Example in RHEL65_64 / RHEL70_64

Huawei will investigate #3 , see if how to fix it.
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/vhost/main.c: In function ‘new_device’:
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/x86_64-native-linuxapp-gcc/include/rte_ring.h:740: error: dereferencing pointer ‘mbuf.486’ does break strict-aliasing rules
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/vhost/main.c:1503: note: initialized from here
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/x86_64-native-linuxapp-gcc/include/rte_ring.h:740: error: dereferencing pointer ‘({anonymous})’ does break strict-aliasing rules
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/vhost/main.c:1503: note: initialized from here
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/vhost/main.c: In function ‘switch_worker_zcp’:
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/x86_64-native-linuxapp-gcc/include/rte_ring.h:740: error: dereferencing pointer ‘mbuf.486’ does break strict-aliasing rules
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/vhost/main.c:1503: note: initialized from here
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/x86_64-native-linuxapp-gcc/include/rte_ring.h:740: error: dereferencing pointer ‘mbuf.502’ does break strict-aliasing rules
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/vhost/main.c:1804: note: initialized from here
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/x86_64-native-linuxapp-gcc/include/rte_ring.h:740: error: dereferencing pointer ‘({anonymous})’ does break strict-aliasing rules
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/vhost/main.c:1503: note: initialized from here
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/x86_64-native-linuxapp-gcc/include/rte_ring.h:740: error: dereferencing pointer ‘({anonymous})’ does break strict-aliasing rules
/jenkins/workspace/DPDK_AUTO_IDT_VM_RHEL65_64_BUILD/DPDK/examples/vhost/main.c:1804: note: initialized from here


Thanks

Waterman

From: qabuild
Sent: Friday, December 11, 2015 6:49 AM
To: Cao, Waterman <waterman.cao@intel.com>; Tang, HaifengX <haifengx.tang@intel.com>; thomas.monjalon@6wind.com; DPDK_SW_ENG <dpdk_sw_eng@intel.com>; Wang, Limin <limin.wang@intel.com>; Zhang, XiaopengX <xiaopengx.zhang@intel.com>; Guan, JunchunX <junchunx.guan@intel.com>; test-report@dpdk.org
Subject: [build-report] DPDK OS Building Test Report


Builds Location    : DPDK_master<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496>
Build Number       : 496
Build Date         : 12-11-2015

Last commit Time   : Thu Dec 10 22:33:54 2015 +0100
Last committer     : Thomas Monjalon
Last commit Hash   : f17eb179046962fdc29c3609b1c9bd46bfefa4f5
Last comment       : examples/vhost: reduce number of hugepages needed

[To get access to the build log]
Please apply a unix account , then apply to be the member of group "ec ccr unix zz cigccusr"  via: http://iem2.intel.com OR unzip the log pkg enclosed, unzip password is intel123
OS

Kernel

GCC

ICC

CLANG

Feature

Build(Error/Warning)

CENTOS65_64

2.6.32-431

4.4.7

14.0.0

unknow

ICC

x86_64-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\CENTOS65_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\CENTOS65_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

ICC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\CENTOS65_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

GCC

x86_64-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

10/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\CENTOS65_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

FC18_32

3.6.10-4

4.7.2

14.0.0

unknow

ICC

i686-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC18_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

i686-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC18_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

FC18_64

3.6.10-4

4.7.2

14.0.0

unknow

ICC

x86_64-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC18_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC18_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

ICC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC18_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

GCC

x86_64-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC18_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

FC20_32

3.11.0

4.8.2

14.0.0

unknow

ICC

i686-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC20_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

i686-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC20_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

FC20_64

3.15.6-200

4.8.2

14.0.0

3.4

ICC

x86_64-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC20_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

CLANG

linuxapp_default

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC20_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_linuxapp_default.log>

GCC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC20_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

ICC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC20_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

GCC

x86_64-native-linuxapp-gcc (enable_all_DEBUG_OPTION=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC20_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

FC21_32

3.17.4-302

4.9.2

15.0.0

unknow

ICC

i686-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC21_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

i686-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC21_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

FC21_64

3.17.4-302

4.9.2

15.0.0

unknow

ICC

x86_64-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC21_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC21_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

ICC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC21_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

GCC

x86_64-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FC21_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

FreeBSD10.0_64

10.0-RELEASE

4.8.4

unknow

3.3

CLANG

x86_64-native-bsdapp-clang (CONFIG_RTE_BUILD_SHARED_LIB=y)

3/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FreeBSD10.0_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_bsdapp_default.log>

GCC

x86_64-native-bsdapp-gcc (CONFIG_RTE_BUILD_SHARED_LIB=y)

3/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\FreeBSD10.0_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_bsdapp_default.log>

ORACLELINUX64_32

2.6.39

4.4.7

14.0.0

unknow

ICC

i686-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\ORACLELINUX64_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

i686-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\ORACLELINUX64_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

ORACLELINUX64_64

2.6.39

4.4.7

14.0.0

unknow

ICC

x86_64-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\ORACLELINUX64_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\ORACLELINUX64_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

ICC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\ORACLELINUX64_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

GCC

x86_64-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

6/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\ORACLELINUX64_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

RHEL65_32

2.6.32

4.4.7

14.0.0

unknow

ICC

i686-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\RHEL65_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

i686-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\RHEL65_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

RHEL65_64

2.6.32-431

4.4.7

14.0.0

unknow

ICC

x86_64-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\RHEL65_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\RHEL65_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

ICC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\RHEL65_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

GCC

x86_64-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

10/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\RHEL65_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

RHEL70_64

3.10.0-123

4.8.2

14.0.0

unknow

ICC

x86_64-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\RHEL70_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\RHEL70_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

ICC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\RHEL70_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

GCC

x86_64-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

8/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\RHEL70_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

SUSE11SP2_64

3.0.13-0

4.5.1

14.0.0

unknow

ICC

x86_64-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\SUSE11SP2_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\SUSE11SP2_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

ICC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\SUSE11SP2_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

GCC

x86_64-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

8/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\SUSE11SP2_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

SUSE11SP3_32

3.0.76-0

4.3.4

14.0.0

unknow

ICC

i686-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\SUSE11SP3_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

i686-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\SUSE11SP3_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

SUSE11SP3_64

3.0.77-0

4.5.1

14.0.0

unknow

ICC

x86_64-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\SUSE11SP3_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\SUSE11SP3_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

ICC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\SUSE11SP3_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

GCC

x86_64-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

8/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\SUSE11SP3_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

UBT124_32

3.8.0-29

4.6.3

14.0.0

unknow

ICC

i686-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT124_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

i686-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT124_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

UBT124_64

3.8.0-29

4.6.3

14.0.0

unknow

ICC

x86_64-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT124_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT124_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

ICC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT124_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

GCC

x86_64-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

5/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT124_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

UBT144_32

3.13.0-30

4.8.2

14.0.0

unknow

ICC

i686-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT144_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

i686-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT144_32_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

UBT144_64

3.13.0-30

4.8.2

14.0.0

unknow

ICC

x86_64-native-linuxapp-icc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT144_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>

GCC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT144_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

ICC

ivshmem

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT144_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_ivshmem.log>

GCC

x86_64-native-linuxapp-gcc (CONFIG_RTE_LIBRTE_PMD_PCAP=y,CONFIG_RTE_NIC_BYPASS=y,CONFIG_RTE_BUILD_SHARED_LIB=y,CONFIG_RTE_LIBRTE_VHOST=y)

0/0<file:///\\shnpdsmb13\public\DPDK_Builds\master\12-11-2015-496\UBT144_64_f17eb179046962fdc29c3609b1c9bd46bfefa4f5\build_configuration_modification.log>



[-- Attachment #2: Type: text/html, Size: 94701 bytes --]

             reply	other threads:[~2015-12-11  1:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-11  1:43 Cao, Waterman [this message]
2015-12-11  1:47 ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AA3F441F262C58498CD6D0C1801DE7EB0AFEF240@SHSMSX103.ccr.corp.intel.com \
    --to=waterman.cao@intel.com \
    --cc=dpdk_sw_eng@intel.com \
    --cc=haifengx.tang@intel.com \
    --cc=huawei.xie@intel.com \
    --cc=junchunx.guan@intel.com \
    --cc=limin.wang@intel.com \
    --cc=michael.qiu@intel.com \
    --cc=qabuild@intel.com \
    --cc=test-report@dpdk.org \
    --cc=thomas.monjalon@6wind.com \
    --cc=xiaopengx.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).