[dpdk-test-report] |FAILURE| pw27844 [PATCH 4/5] net/i40e: change list of parameters for functions mapping flow type to pctype and back

sys_stv at intel.com sys_stv at intel.com
Thu Aug 24 13:40:50 CEST 2017


Test-Label: Intel-compilation
Test-Status: FAILURE

http://dpdk.org/patch/27844

_Compilation issues_

Submitter: Kirill Rybalchenko <kirill.rybalchenko at intel.com>
Date: Thu, 24 Aug 2017 11:20:44 +0100
DPDK git baseline: Repo:dpdk, Branch:master, CommitID:85238f501ec36bc6f0e15e6434296312841259bd

Patch27841-27844 --> compile error
Build Summary: 21 Builds Done, 0 Successful, 21 Failures

Test environment and configuration as below:
OS: RHEL7.2_64
    Kernel Version:3.10.0-514.10.2.el7.x86_64
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
    GCC Version:gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4)
    Clang Version:3.4.2
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc-shared
OS: UB1610_64
    Kernel Version:4.8.0-22-generic
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
    GCC Version:gcc (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005
    Clang Version:NA
    x86_64-native-linuxapp-icc
OS: RHEL7.3_64
    Kernel Version:3.10.0-514.16.1.el7.x86_64
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
    GCC Version:gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11)
    Clang Version:NA
    x86_64-native-linuxapp-icc
OS: FC25_64
    Kernel Version:4.8.6-300.fc25.x86_64
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz
    GCC Version:gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1)
    Clang Version:NA
    x86_64-native-linuxapp-icc
OS: FreeBSD10.3_64
    Kernel Version:10.3-RELEASE
    CPU info: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz (2194.98-MHz K8-class CPU)
    GCC Version:gcc (FreeBSD Ports Collection) 4.8.5
    Clang Version:3.4.1
    x86_64-native-bsdapp-clang
    x86_64-native-bsdapp-gcc
OS: CentOS7_64
    Kernel Version:3.10.0-514.10.2.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-4)
    Clang Version:3.4.2
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-clang
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-gcc
OS: FC24_64
    Kernel Version:4.9.13-100.fc24.x86_64
    CPU info:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
    GCC Version:gcc (GCC) 6.2.1 20160916 (Red Hat 6.2.1-2)
    Clang Version:3.8.0
    x86_64-native-linuxapp-gcc-shared
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc
    x86_64-native-linuxapp-gcc-debug
    x86_64-native-linuxapp-clang
OS: UB1604_64
    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.4) 5.4.0 20160609
    Clang Version:3.8.0
    i686-native-linuxapp-gcc
    x86_64-native-linuxapp-clang
    x86_64-native-linuxapp-gcc-shared
    x86_64-native-linuxapp-gcc

Failed Build #1:
OS: RHEL7.2_64
Target: i686-native-linuxapp-gcc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[i] = 0ULL;
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
  ad->pctypes_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   if (ad->pcypes_tbl[i])
         ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^


Failed Build #2:
OS: RHEL7.2_64
Target: x86_64-native-linuxapp-gcc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[i] = 0ULL;
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
  ad->pctypes_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   if (ad->pcypes_tbl[i])
         ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^


Failed Build #3:
OS: RHEL7.2_64
Target: x86_64-native-linuxapp-gcc-shared

PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[i] = 0ULL;
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
  ad->pctypes_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   if (ad->pcypes_tbl[i])
         ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^


Failed Build #4:
OS: UB1610_64
Target: x86_64-native-linuxapp-icc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2951): error: identifier "I40E_FLOW_TYPE_MAX" is undefined
  	for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
  	                ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2952): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[i] = 0ULL;
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2953): error: struct "i40e_adapter" has no field "flow_types_msk"
  	ad->flow_types_msk = 0ULL;
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2954): error: struct "i40e_adapter" has no field "pctypes_msk"
  	ad->pctypes_msk = 0ULL;
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2956): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2958): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2960): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2962): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2964): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2966): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2968): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2970): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2972): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2974): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2976): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2980): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2982): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2984): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2986): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2988): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2990): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2994): error: identifier "I40E_FLOW_TYPE_MAX" is undefined
  	for (i = 0; i < I40E_FLOW_TYPE_MAX; i++) {
  	                ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2995): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		if (ad->pcypes_tbl[i])
  		        ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2996): error: struct "i40e_adapter" has no field "flow_types_msk"
  			ad->flow_types_msk |= (1ULL << i);
  			    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2997): error: struct "i40e_adapter" has no field "pctypes_msk"
  		ad->pctypes_msk |= ad->pcypes_tbl[i];
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2997): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pctypes_msk |= ad->pcypes_tbl[i];
  		                       ^
compilation aborted for /home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c (code 2)
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #5:
OS: RHEL7.3_64
Target: x86_64-native-linuxapp-icc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2951): error: identifier "I40E_FLOW_TYPE_MAX" is undefined
  	for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
  	                ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2952): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[i] = 0ULL;
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2953): error: struct "i40e_adapter" has no field "flow_types_msk"
  	ad->flow_types_msk = 0ULL;
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2954): error: struct "i40e_adapter" has no field "pctypes_msk"
  	ad->pctypes_msk = 0ULL;
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2956): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2958): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2960): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2962): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2964): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2966): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2968): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2970): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2972): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2974): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2976): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2980): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2982): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2984): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2986): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2988): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2990): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2995): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		if (ad->pcypes_tbl[i])
  		        ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2996): error: struct "i40e_adapter" has no field "flow_types_msk"
  			ad->flow_types_msk |= (1ULL << i);
  			    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2997): error: struct "i40e_adapter" has no field "pctypes_msk"
  		ad->pctypes_msk |= ad->pcypes_tbl[i];
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2997): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pctypes_msk |= ad->pcypes_tbl[i];
  		                       ^
compilation aborted for /home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c (code 2)


Failed Build #6:
OS: FC25_64
Target: x86_64-native-linuxapp-icc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2951): error: identifier "I40E_FLOW_TYPE_MAX" is undefined
  	for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
  	                ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2952): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[i] = 0ULL;
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2953): error: struct "i40e_adapter" has no field "flow_types_msk"
  	ad->flow_types_msk = 0ULL;
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2954): error: struct "i40e_adapter" has no field "pctypes_msk"
  	ad->pctypes_msk = 0ULL;
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2956): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2958): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2960): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2962): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2964): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2966): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2968): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2970): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2972): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2974): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2976): error: struct "i40e_adapter" has no field "pcypes_tbl"
  	ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
  	    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2980): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2982): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2984): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2986): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2988): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2990): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2994): error: identifier "I40E_FLOW_TYPE_MAX" is undefined
  	for (i = 0; i < I40E_FLOW_TYPE_MAX; i++) {
  	                ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2995): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		if (ad->pcypes_tbl[i])
  		        ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2996): error: struct "i40e_adapter" has no field "flow_types_msk"
  			ad->flow_types_msk |= (1ULL << i);
  			    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2997): error: struct "i40e_adapter" has no field "pctypes_msk"
  		ad->pctypes_msk |= ad->pcypes_tbl[i];
  		    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c(2997): error: struct "i40e_adapter" has no field "pcypes_tbl"
  		ad->pctypes_msk |= ad->pcypes_tbl[i];
  		                       ^
compilation aborted for /home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c (code 2)
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #7:
OS: FreeBSD10.3_64
Target: x86_64-native-bsdapp-clang
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: use of undeclared identifier 'I40E_FLOW_TYPE_MAX'; did you mean 'I40E_PHY_TYPE_MAX'?
        for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                        ^~~~~~~~~~~~~~~~~~
                        I40E_PHY_TYPE_MAX
/home/patchWorkOrg/compilation/drivers/net/i40e/base/i40e_adminq_cmd.h:1879:2: note: 'I40E_PHY_TYPE_MAX' declared here
        I40E_PHY_TYPE_MAX,
        ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[i] = 0ULL;
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:6: error: no member named 'flow_types_msk' in 'struct i40e_adapter'
        ad->flow_types_msk = 0ULL;
        ~~  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:6: error: no member named 'pctypes_msk' in 'struct i40e_adapter'
        ad->pctypes_msk = 0ULL;
        ~~  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #8:
OS: FreeBSD10.3_64
Target: x86_64-native-bsdapp-gcc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function 'i40e_set_default_pctype_table':
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: 'I40E_FLOW_TYPE_MAX' undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
   ad->pcypes_tbl[i] = 0ULL;
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: 'struct i40e_adapter' has no member named 'flow_types_msk'
  ad->flow_types_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: 'struct i40e_adapter' has no member named 'pctypes_msk'
  ad->pctypes_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
   if (ad->pcypes_tbl[i])
         ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: 'struct i40e_adapter' has no member named 'flow_types_msk'
    ad->flow_types_msk |= (1ULL << i);
      ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: 'struct i40e_adapter' has no member named 'pctypes_msk'
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: 'struct i40e_adapter' has no member named 'pcypes_tbl'
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #9:
OS: CentOS7_64
Target: i686-native-linuxapp-gcc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[i] = 0ULL;
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
  ad->pctypes_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   if (ad->pcypes_tbl[i])
         ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^


Failed Build #10:
OS: CentOS7_64
Target: x86_64-native-linuxapp-clang
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: use of undeclared identifier 'I40E_FLOW_TYPE_MAX'; did you mean 'I40E_PHY_TYPE_MAX'?
        for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                        ^~~~~~~~~~~~~~~~~~
                        I40E_PHY_TYPE_MAX
/home/patchWorkOrg/compilation/drivers/net/i40e/base/i40e_adminq_cmd.h:1879:2: note: 'I40E_PHY_TYPE_MAX' declared here
        I40E_PHY_TYPE_MAX,
        ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[i] = 0ULL;
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:6: error: no member named 'flow_types_msk' in 'struct i40e_adapter'
        ad->flow_types_msk = 0ULL;
        ~~  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:6: error: no member named 'pctypes_msk' in 'struct i40e_adapter'
        ad->pctypes_msk = 0ULL;
        ~~  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.


Failed Build #11:
OS: CentOS7_64
Target: x86_64-native-linuxapp-gcc-shared

PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[i] = 0ULL;
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
  ad->pctypes_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   if (ad->pcypes_tbl[i])
         ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^


Failed Build #12:
OS: CentOS7_64
Target: x86_64-native-linuxapp-gcc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[i] = 0ULL;
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
  ad->pctypes_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   if (ad->pcypes_tbl[i])
         ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^


Failed Build #13:
OS: FC24_64
Target: x86_64-native-linuxapp-gcc-shared

PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[i] = 0ULL;
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’; did you mean ‘ptype_tbl’?
  ad->pctypes_msk = 0ULL;
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   if (ad->pcypes_tbl[i])
         ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’; did you mean ‘ptype_tbl’?
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^~
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #14:
OS: FC24_64
Target: i686-native-linuxapp-gcc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[i] = 0ULL;
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’; did you mean ‘ptype_tbl’?
  ad->pctypes_msk = 0ULL;
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   if (ad->pcypes_tbl[i])
         ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’; did you mean ‘ptype_tbl’?
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^~
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #15:
OS: FC24_64
Target: x86_64-native-linuxapp-gcc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[i] = 0ULL;
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’; did you mean ‘ptype_tbl’?
  ad->pctypes_msk = 0ULL;
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   if (ad->pcypes_tbl[i])
         ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’; did you mean ‘ptype_tbl’?
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^~
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #16:
OS: FC24_64
Target: x86_64-native-linuxapp-gcc-debug

PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^~~~~~~~~~~~~~~~~~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[i] = 0ULL;
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’; did you mean ‘ptype_tbl’?
  ad->pctypes_msk = 0ULL;
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   if (ad->pcypes_tbl[i])
         ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’; did you mean ‘ptype_tbl’?
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^~
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’; did you mean ‘ptype_tbl’?
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^~
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #17:
OS: FC24_64
Target: x86_64-native-linuxapp-clang
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: use of undeclared identifier 'I40E_FLOW_TYPE_MAX'; did you mean 'I40E_PHY_TYPE_MAX'?
        for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                        ^~~~~~~~~~~~~~~~~~
                        I40E_PHY_TYPE_MAX
/home/patchWorkOrg/compilation/drivers/net/i40e/base/i40e_adminq_cmd.h:1879:2: note: 'I40E_PHY_TYPE_MAX' declared here
        I40E_PHY_TYPE_MAX,
        ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[i] = 0ULL;
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:6: error: no member named 'flow_types_msk' in 'struct i40e_adapter'
        ad->flow_types_msk = 0ULL;
        ~~  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:6: error: no member named 'pctypes_msk' in 'struct i40e_adapter'
        ad->pctypes_msk = 0ULL;
        ~~  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #18:
OS: UB1604_64
Target: i686-native-linuxapp-gcc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[i] = 0ULL;
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
  ad->pctypes_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   if (ad->pcypes_tbl[i])
         ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #19:
OS: UB1604_64
Target: x86_64-native-linuxapp-clang
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: use of undeclared identifier 'I40E_FLOW_TYPE_MAX'; did you mean 'I40E_PHY_TYPE_MAX'?
        for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                        ^~~~~~~~~~~~~~~~~~
                        I40E_PHY_TYPE_MAX
/home/patchWorkOrg/compilation/drivers/net/i40e/base/i40e_adminq_cmd.h:1879:2: note: 'I40E_PHY_TYPE_MAX' declared here
        I40E_PHY_TYPE_MAX,
        ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[i] = 0ULL;
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:6: error: no member named 'flow_types_msk' in 'struct i40e_adapter'
        ad->flow_types_msk = 0ULL;
        ~~  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:6: error: no member named 'pctypes_msk' in 'struct i40e_adapter'
        ad->pctypes_msk = 0ULL;
        ~~  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:6: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
        ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
            ^~~~~~~~~~
            ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:7: error: no member named 'pcypes_tbl' in 'struct i40e_adapter'; did you mean 'ptype_tbl'?
                ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
                    ^~~~~~~~~~
                    ptype_tbl
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_ethdev.h:883:11: note: 'ptype_tbl' declared here
        uint32_t ptype_tbl[I40E_MAX_PKT_TYPE] __rte_cache_min_aligned;
                 ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #20:
OS: UB1604_64
Target: x86_64-native-linuxapp-gcc-shared

PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[i] = 0ULL;
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
  ad->pctypes_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   if (ad->pcypes_tbl[i])
         ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


Failed Build #21:
OS: UB1604_64
Target: x86_64-native-linuxapp-gcc
PMDINFO i40e_ethdev.o.pmd.c  LD i40e_ethdev.o/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c: In function ‘i40e_set_default_pctype_table’:
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: error: ‘I40E_FLOW_TYPE_MAX’ undeclared (first use in this function)
  for (i = 0; i < I40E_FLOW_TYPE_MAX; i++)
                  ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2951:18: note: each undeclared identifier is reported only once for each function it appears in
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2952:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[i] = 0ULL;
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2953:4: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
  ad->flow_types_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2954:4: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
  ad->pctypes_msk = 0ULL;
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2956:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV4] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2958:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2960:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2962:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2964:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2966:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_FRAG_IPV6] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2968:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2970:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2972:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_SCTP] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2974:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_OTHER] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2976:4: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
  ad->pcypes_tbl[RTE_ETH_FLOW_L2_PAYLOAD] =
    ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2980:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2982:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2984:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV4_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2986:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2988:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_UDP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2990:5: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pcypes_tbl[RTE_ETH_FLOW_NONFRAG_IPV6_TCP] |=
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2995:9: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   if (ad->pcypes_tbl[i])
         ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2996:6: error: ‘struct i40e_adapter’ has no member named ‘flow_types_msk’
    ad->flow_types_msk |= (1ULL << i);
      ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:5: error: ‘struct i40e_adapter’ has no member named ‘pctypes_msk’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
     ^
/home/patchWorkOrg/compilation/drivers/net/i40e/i40e_rxtx.c:2997:24: error: ‘struct i40e_adapter’ has no member named ‘pcypes_tbl’
   ad->pctypes_msk |= ad->pcypes_tbl[i];
                        ^
/home/patchWorkOrg/compilation/mk/internal/rte.compile-pre.mk:138: recipe for target 'i40e_rxtx.o' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'i40e' failed
/home/patchWorkOrg/compilation/mk/rte.subdir.mk:63: recipe for target 'net' failed
/home/patchWorkOrg/compilation/mk/rte.sdkbuild.mk:76: recipe for target 'drivers' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:128: recipe for target 'all' failed
/home/patchWorkOrg/compilation/mk/rte.sdkinstall.mk:85: recipe for target 'pre_install' failed
/home/patchWorkOrg/compilation/mk/rte.sdkroot.mk:107: recipe for target 'install' failed


DPDK STV team


More information about the test-report mailing list