[dpdk-test-report] [PatchWork]|ERROR| pw10766-10769 ena: Amazon ENA documentation

sys_stv at intel.com sys_stv at intel.com
Wed Feb 24 10:52:16 CET 2016


Test-Label: Intel Niantic on Fedora
Test-Status: Patching file error

Patchwork ID: 10766-10769
http://www.dpdk.org/dev/patchwork/patch/10769/
Submitter: Jan Medala <jan at semihalf.com>
Date: Mon, 22 Feb 2016 20:26:48 +0100
DPDK git baseline: e277b239708a86b4ec17f8df468e76ab764f8f3f

Check patch:Success

Compilation:
OS: fedora
Nic: niantic
GCC: gcc_x86-64, 4.8.3
x86_64-native-linuxapp-gcc-combined: compile pass
i686-native-linuxapp-gcc: compile error
x86_64-native-linuxapp-gcc: compile pass
x86_64-native-linuxapp-clang: compile error
x86_64-native-linuxapp-gcc-shared: compile error
x86_64-native-linuxapp-gcc-debug: compile error

x86_64-native-linuxapp-gcc-shared:
/root/dpdk/mk/rte.lib.mk:124: recipe for target 'librte_pmd_ena.so..1' failed
make[6]: *** [librte_pmd_ena.so..1] Error 1
/root/dpdk/mk/rte.subdir.mk:61: recipe for target 'ena' failed
make[5]: *** [ena] Error 2
make[5]: *** Waiting for unfinished jobs....
  LD librte_pmd_enic.so.1.1
    INSTALL-LIB librte_pmd_enic.so.1.1
  LD librte_pmd_virtio.so.1.1
    INSTALL-LIB librte_pmd_virtio.so.1.1
  LD librte_pmd_fm10k.so.1.1
    INSTALL-LIB librte_pmd_fm10k.so.1.1
  LD librte_pmd_null.so.1.1
    INSTALL-LIB librte_pmd_null.so.1.1
  LD librte_pmd_bond.so.1.1
    INSTALL-LIB librte_pmd_bond.so.1.1
  LD librte_pmd_cxgbe.so.1.1
    INSTALL-LIB librte_pmd_cxgbe.so.1.1
  LD librte_pmd_e1000.so.1.1
    LD librte_pmd_vmxnet3_uio.so.1.1
  INSTALL-LIB librte_pmd_e1000.so.1.1
    INSTALL-LIB librte_pmd_vmxnet3_uio.so.1.1
  LD librte_pmd_pcap.so.1.1
    INSTALL-LIB librte_pmd_pcap.so.1.1
  LD librte_pmd_i40e.so.1.1
    INSTALL-LIB librte_pmd_i40e.so.1.1
  LD librte_pmd_ixgbe.so.1.1
    INSTALL-LIB librte_pmd_ixgbe.so.1.1
/root/dpdk/mk/rte.subdir.mk:61: recipe for target 'net' failed
make[4]: *** [net] Error 2
/root/dpdk/mk/rte.sdkbuild.mk:77: recipe for target 'drivers' failed
make[3]: *** [drivers] Error 2
/root/dpdk/mk/rte.sdkroot.mk:123: recipe for target 'all' failed
make[2]: *** [all] Error 2
/root/dpdk/mk/rte.sdkinstall.mk:84: recipe for target 'pre_install' failed
make[1]: *** [pre_install] Error 2
/root/dpdk/mk/rte.sdkroot.mk:98: recipe for target 'install' failed
make: *** [install] Error 2

x86_64-native-linuxapp-gcc-debug:
/home/patchWorkOrg/compilation/drivers/net/ena/base/ena_com.c: In function .ena_com_aenq_intr_handler.:
/home/patchWorkOrg/compilation/drivers/net/ena/base/ena_com.c:1761:3: error: format .%llu. expects argument of type .long long unsigned int., but argument 7 has type .long unsigned int. [-Werror=format=]
   ena_trc_dbg("AENQ! Group[%x] Syndrom[%x] timestamp: [%llus]
",
      ^
  cc1: all warnings being treated as errors
  make[6]: *** [ena_com.o] Error 1
  make[6]: *** Waiting for unfinished jobs....
    CC ixgbe_fdir.o
  CC ixgbe_ethdev.o
    CC ixgbe_pf.o
  CC ixgbe_rxtx_vec.o
    AR librte_pmd_enic.a
  AR librte_pmd_fm10k.a
    INSTALL-LIB librte_pmd_fm10k.a
  AR librte_pmd_i40e.a
    INSTALL-LIB librte_pmd_enic.a
  INSTALL-LIB librte_pmd_i40e.a
    AR librte_pmd_e1000.a
  AR librte_pmd_ixgbe.a
  make[5]: *** [ena] Error 2
  make[5]: *** Waiting for unfinished jobs....
    INSTALL-LIB librte_pmd_ixgbe.a
  INSTALL-LIB librte_pmd_e1000.a
  make[4]: *** [net] Error 2
  make[3]: *** [drivers] Error 2
  make[2]: *** [all] Error 2
  make[1]: *** [pre_install] Error 2
  make: *** [install] Error 2
  
i686-native-linuxapp-gcc:
/home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c: In function .ena_stats_get.:
/home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c:598:2: error: left shift count >= width of type [-Werror]
  stats->ipackets = __MERGE_64B_H_L(ena_stats.rx_pkts_high, ena_stats.rx_pkts_low);
    ^
/home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c:599:2: error: left shift count >= width of type [-Werror]
  stats->opackets = __MERGE_64B_H_L(ena_stats.tx_pkts_high, ena_stats.tx_pkts_low);
    ^
/home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c:600:2: error: left shift count >= width of type [-Werror]
  stats->ibytes = __MERGE_64B_H_L(ena_stats.rx_bytes_high, ena_stats.rx_bytes_low);
    ^
/home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c:601:2: error: left shift count >= width of type [-Werror]
  stats->obytes = __MERGE_64B_H_L(ena_stats.tx_bytes_high, ena_stats.tx_bytes_low);
    ^
/home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c:602:2: error: left shift count >= width of type [-Werror]
  stats->imissed = __MERGE_64B_H_L(ena_stats.rx_drops_high, ena_stats.rx_drops_low);
    ^
cc1: all warnings being treated as errors
make[6]: *** [ena_ethdev.o] Error 1
make[6]: *** Waiting for unfinished jobs....
  CC fm10k_pf.o
    CC fm10k_tlv.o
  CC ixgbe_82599.o
    CC ixgbe_x540.o
  CC i40e_dcb.o
    CC i40e_ethdev.o
  CC igb_rxtx.o
    CC ixgbe_x550.o
  INSTALL-LIB librte_pmd_bond.a
    CC igb_pf.o
  CC ixgbe_phy.o
    AR librte_pmd_null.a
  CC i40e_rxtx.o
    CC fm10k_common.o
  CC em_rxtx.o
    CC i40e_ethdev_vf.o
  CC fm10k_mbx.o
    INSTALL-LIB librte_pmd_null.a
  AR librte_pmd_vmxnet3_uio.a
    CC em_ethdev.o
  CC ixgbe_api.o
    CC ixgbe_vf.o
  CC i40e_pf.o
    CC i40e_fdir.o
  CC fm10k_vf.o
    CC fm10k_api.o
  CC fm10k_rxtx_vec.o
    CC ixgbe_dcb.o
  CC ixgbe_dcb_82599.o
    CC ixgbe_dcb_82598.o
  INSTALL-LIB librte_pmd_vmxnet3_uio.a
    CC ixgbe_mbx.o
  CC ixgbe_rxtx.o
    CC ixgbe_ethdev.o
  CC ixgbe_fdir.o
    CC ixgbe_pf.o
  AR librte_pmd_cxgbe.a
    INSTALL-LIB librte_pmd_cxgbe.a
  AR librte_pmd_fm10k.a
    INSTALL-LIB librte_pmd_fm10k.a
  AR librte_pmd_e1000.a
    INSTALL-LIB librte_pmd_e1000.a
  AR librte_pmd_i40e.a
    INSTALL-LIB librte_pmd_i40e.a
  AR librte_pmd_ixgbe.a
    INSTALL-LIB librte_pmd_ixgbe.a
make[5]: *** [ena] Error 2
make[4]: *** [net] Error 2
make[3]: *** [drivers] Error 2
make[2]: *** [all] Error 2
make[1]: *** [pre_install] Error 2
make: *** [install] Error 2

x86_64-native-linuxapp-clang:
/home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c:176:39: error: use of logical '||' with constant operand [-Werror,-Wconstant-logical-operand]
        if (mbuf->ol_flags & (PKT_TX_L4_MASK || PKT_TX_IP_CKSUM ||
                                             ^  ~~~~~~~~~~~~~~~
 /home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c:176:39: note: use '|' for a bitwise operation
         if (mbuf->ol_flags & (PKT_TX_L4_MASK || PKT_TX_IP_CKSUM ||
                                              ^~
                                               |
   /home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c:176:58: error: use of logical '||' with constant operand [-Werror,-Wconstant-logical-operand]
           if (mbuf->ol_flags & (PKT_TX_L4_MASK || PKT_TX_IP_CKSUM ||
                                                                   ^
   /home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c:176:58: note: use '|' for a bitwise operation
           if (mbuf->ol_flags & (PKT_TX_L4_MASK || PKT_TX_IP_CKSUM ||
                                                                   ^~
                                                                   |
   /home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c:197:50: error: use of logical '||' with constant operand [-Werror,-Wconstant-logical-operand]
                           if (mbuf->packet_type & (RTE_PTYPE_L4_NONFRAG ||
                                                                         ^
 /home/patchWorkOrg/compilation/drivers/net/ena/ena_ethdev.c:197:50: note: use '|' for a bitwise operation
                         if (mbuf->packet_type & (RTE_PTYPE_L4_NONFRAG ||
                                                                       ^~
                                                                         |
   CC e1000_mac.o
     CC i40e_rxtx.o
  CC ixgbe_dcb_82599.o
     CC base/vnic_rq.o
   CC e1000_manage.o
     CC i40e_ethdev_vf.o
   CC base/vnic_rss.o
     CC e1000_mbx.o
 3 errors generated.
 make[6]: *** [ena_ethdev.o] Error 1
 make[6]: *** Waiting for unfinished jobs....
   CC e1000_nvm.o
     CC ixgbe_dcb_82598.o
   CC ixgbe_mbx.o
     CC i40e_pf.o
   CC i40e_fdir.o
     CC ixgbe_rxtx.o
   CC ixgbe_ethdev.o
     CC e1000_osdep.o
   CC e1000_phy.o
     CC ixgbe_fdir.o
 make[5]: *** [ena] Error 2
 make[5]: *** Waiting for unfinished jobs....
   CC e1000_vf.o
     CC igb_ethdev.o
   CC ixgbe_pf.o
     CC ixgbe_rxtx_vec.o
   CC igb_rxtx.o
     CC igb_pf.o
   CC em_ethdev.o
     CC em_rxtx.o
  AR librte_pmd_ring.a
     INSTALL-LIB librte_pmd_ring.a
   AR librte_pmd_af_packet.a
     INSTALL-LIB librte_pmd_af_packet.a
 make[4]: *** [net] Error 2
 make[3]: *** [drivers] Error 2
 make[2]: *** [all] Error 2
 make[1]: *** [pre_install] Error 2
 make: *** [install] Error 2


DPDK STV team


More information about the test-report mailing list