Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/37400 _apply issues_ Submitter: Adrien Mazarguil Date: 2018-04-06 13:25:47 DPDK git baseline: Repo:dpdk-master, CommitID: 8ea41438832a360aed2b7ba49fb75e310a2ff1dc Repo:dpdk-next-eventdev, CommitID: 640b0d1e510e111694c25145466f37867453837f Repo:dpdk-next-net, CommitID: 774c1892c434dba09998ccc76b956feb72224571 Repo:dpdk-next-crypto, CommitID: 728ca9b0d5abea82cd01dee6645456a9d56215f7 Repo:dpdk-next-virtio, CommitID: 037c0996bc927342f157426739e0cb63f2db8689 *Repo: dpdk-master Checking patch app/test-pmd/cmdline_flow.c... error: while searching for: ITEM_ETH_SRC, ITEM_ETH_TYPE, ITEM_VLAN, ITEM_VLAN_TPID, ITEM_VLAN_TCI, -- ITEM_VLAN_VID, ITEM_IPV4, ITEM_IPV4_TOS, ITEM_IPV4_TTL, error: patch failed: app/test-pmd/cmdline_flow.c:99 error: app/test-pmd/cmdline_flow.c: patch does not apply Checking patch doc/guides/nics/tap.rst... error: while searching for: Supported items: - eth: src and dst (with variable masks), and eth_type (0xffff mask). - vlan: vid, pcp, tpid, but not eid. (requires kernel 4.9) - ipv4/6: src and dst (with variable masks), and ip_proto (0xffff mask). - udp/tcp: src and dst port (0xffff) mask. error: patch failed: doc/guides/nics/tap.rst:97 error: doc/guides/nics/tap.rst: patch does not apply Checking patch doc/guides/prog_guide/rte_flow.rst... error: while searching for: Matches an Ethernet header. - ``dst``: destination MAC. - ``src``: source MAC. - ``type``: EtherType. - Default ``mask`` matches destination and source addresses only. Item: ``VLAN`` error: patch failed: doc/guides/prog_guide/rte_flow.rst:784 error: doc/guides/prog_guide/rte_flow.rst: patch does not apply Checking patch doc/guides/testpmd_app_ug/testpmd_funcs.rst... error: while searching for: - ``dst {MAC-48}``: destination MAC. - ``src {MAC-48}``: source MAC. - ``type {unsigned}``: EtherType. -- - ``vid {unsigned}``: VLAN identifier. - ``ipv4``: match IPv4 header. error: patch failed: doc/guides/testpmd_app_ug/testpmd_funcs.rst:3223 error: doc/guides/testpmd_app_ug/testpmd_funcs.rst: patch does not apply Checking patch drivers/net/bnxt/bnxt_filter.c... error: while searching for: uint32_t vf = 0; int use_ntuple; uint32_t en = 0; int dflt_vnic; use_ntuple = bnxt_filter_type_check(pattern, error); error: patch failed: drivers/net/bnxt/bnxt_filter.c:299 error: drivers/net/bnxt/bnxt_filter.c: patch does not apply Checking patch drivers/net/enic/enic_flow.c... error: while searching for: if (!spec) return 0; /* Don't support filtering in tpid */ if (mask) { -- if (*inner_ofst == 0) { /* Outer header. Use the vlan mask/val fields */ gp->mask_vlan = mask->tci; gp->val_vlan = spec->tci; error: patch failed: drivers/net/enic/enic_flow.c:545 error: drivers/net/enic/enic_flow.c: patch does not apply Checking patch drivers/net/i40e/i40e_flow.c... error: while searching for: #include #include #include #include #include error: patch failed: drivers/net/i40e/i40e_flow.c:10 error: drivers/net/i40e/i40e_flow.c: patch does not apply Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: while searching for: #define IXGBE_VT_CTL_POOLING_MODE_MASK 0x00030000 #define IXGBE_VT_CTL_POOLING_MODE_ETAG 0x00010000 #define DEFAULT_ETAG_ETYPE 0x893f #define IXGBE_ETAG_ETYPE 0x00005084 #define IXGBE_ETAG_ETYPE_MASK 0x0000ffff #define IXGBE_ETAG_ETYPE_VALID 0x80000000 error: patch failed: drivers/net/ixgbe/ixgbe_ethdev.c:115 error: drivers/net/ixgbe/ixgbe_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.c... error: while searching for: #pragma GCC diagnostic error "-Wpedantic" #endif #include #include #include #include error: patch failed: drivers/net/mlx5/mlx5_flow.c:17 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mvpp2/mrvl_flow.c... error: while searching for: if (ret) return ret; if (mask->tpid) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, NULL, "Not supported by classifier\n"); return -rte_errno; } m = rte_be_to_cpu_16(mask->tci); if (m & MRVL_VLAN_ID_MASK) { RTE_LOG(WARNING, PMD, "vlan id mask is ignored\n"); error: patch failed: drivers/net/mvpp2/mrvl_flow.c:1091 error: drivers/net/mvpp2/mrvl_flow.c: patch does not apply Checking patch drivers/net/sfc/sfc_flow.c... error: while searching for: * for Solarflare) and Solarflare Communications, Inc. */ #include #include #include error: patch failed: drivers/net/sfc/sfc_flow.c:7 error: drivers/net/sfc/sfc_flow.c: patch does not apply Checking patch drivers/net/tap/tap_flow.c... error: while searching for: .items = ITEMS(RTE_FLOW_ITEM_TYPE_IPV4, RTE_FLOW_ITEM_TYPE_IPV6), .mask = &(const struct rte_flow_item_vlan){ .tpid = -1, /* DEI matching is not supported */ -- #endif }, .mask_sz = sizeof(struct rte_flow_item_vlan), .default_mask = &rte_flow_item_vlan_mask, error: patch failed: drivers/net/tap/tap_flow.c:270 error: drivers/net/tap/tap_flow.c: patch does not apply Checking patch lib/librte_ether/rte_flow.h... error: lib/librte_ether/rte_flow.h: No such file or directory Checking patch lib/librte_net/rte_ether.h... error: while searching for: #define ETHER_TYPE_RARP 0x8035 /**< Reverse Arp Protocol. */ #define ETHER_TYPE_VLAN 0x8100 /**< IEEE 802.1Q VLAN tagging. */ #define ETHER_TYPE_QINQ 0x88A8 /**< IEEE 802.1ad QinQ tagging. */ #define ETHER_TYPE_1588 0x88F7 /**< IEEE 802.1AS 1588 Precise Time Protocol. */ #define ETHER_TYPE_SLOW 0x8809 /**< Slow protocols (LACP and Marker). */ #define ETHER_TYPE_TEB 0x6558 /**< Transparent Ethernet Bridging. */ error: patch failed: lib/librte_net/rte_ether.h:301 error: lib/librte_net/rte_ether.h: patch does not apply *Repo: dpdk-next-eventdev Checking patch app/test-pmd/cmdline_flow.c... error: while searching for: ITEM_ETH_SRC, ITEM_ETH_TYPE, ITEM_VLAN, ITEM_VLAN_TPID, ITEM_VLAN_TCI, -- ITEM_VLAN_VID, ITEM_IPV4, ITEM_IPV4_TOS, ITEM_IPV4_TTL, error: patch failed: app/test-pmd/cmdline_flow.c:99 error: app/test-pmd/cmdline_flow.c: patch does not apply Checking patch doc/guides/nics/tap.rst... error: while searching for: Supported items: - eth: src and dst (with variable masks), and eth_type (0xffff mask). - vlan: vid, pcp, tpid, but not eid. (requires kernel 4.9) - ipv4/6: src and dst (with variable masks), and ip_proto (0xffff mask). - udp/tcp: src and dst port (0xffff) mask. error: patch failed: doc/guides/nics/tap.rst:97 error: doc/guides/nics/tap.rst: patch does not apply Checking patch doc/guides/prog_guide/rte_flow.rst... error: while searching for: Matches an Ethernet header. - ``dst``: destination MAC. - ``src``: source MAC. - ``type``: EtherType. - Default ``mask`` matches destination and source addresses only. Item: ``VLAN`` error: patch failed: doc/guides/prog_guide/rte_flow.rst:784 error: doc/guides/prog_guide/rte_flow.rst: patch does not apply Checking patch doc/guides/testpmd_app_ug/testpmd_funcs.rst... error: while searching for: - ``dst {MAC-48}``: destination MAC. - ``src {MAC-48}``: source MAC. - ``type {unsigned}``: EtherType. -- - ``vid {unsigned}``: VLAN identifier. - ``ipv4``: match IPv4 header. error: patch failed: doc/guides/testpmd_app_ug/testpmd_funcs.rst:3223 error: doc/guides/testpmd_app_ug/testpmd_funcs.rst: patch does not apply Checking patch drivers/net/bnxt/bnxt_filter.c... error: while searching for: uint32_t vf = 0; int use_ntuple; uint32_t en = 0; int dflt_vnic; use_ntuple = bnxt_filter_type_check(pattern, error); error: patch failed: drivers/net/bnxt/bnxt_filter.c:299 error: drivers/net/bnxt/bnxt_filter.c: patch does not apply Checking patch drivers/net/enic/enic_flow.c... error: while searching for: if (!spec) return 0; /* Don't support filtering in tpid */ if (mask) { -- if (*inner_ofst == 0) { /* Outer header. Use the vlan mask/val fields */ gp->mask_vlan = mask->tci; gp->val_vlan = spec->tci; error: patch failed: drivers/net/enic/enic_flow.c:545 error: drivers/net/enic/enic_flow.c: patch does not apply Checking patch drivers/net/i40e/i40e_flow.c... error: while searching for: #include #include #include #include #include error: patch failed: drivers/net/i40e/i40e_flow.c:10 error: drivers/net/i40e/i40e_flow.c: patch does not apply Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: while searching for: #define IXGBE_VT_CTL_POOLING_MODE_MASK 0x00030000 #define IXGBE_VT_CTL_POOLING_MODE_ETAG 0x00010000 #define DEFAULT_ETAG_ETYPE 0x893f #define IXGBE_ETAG_ETYPE 0x00005084 #define IXGBE_ETAG_ETYPE_MASK 0x0000ffff #define IXGBE_ETAG_ETYPE_VALID 0x80000000 error: patch failed: drivers/net/ixgbe/ixgbe_ethdev.c:115 error: drivers/net/ixgbe/ixgbe_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.c... error: while searching for: #pragma GCC diagnostic error "-Wpedantic" #endif #include #include #include #include error: patch failed: drivers/net/mlx5/mlx5_flow.c:17 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mvpp2/mrvl_flow.c... error: while searching for: if (ret) return ret; if (mask->tpid) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, NULL, "Not supported by classifier\n"); return -rte_errno; } m = rte_be_to_cpu_16(mask->tci); if (m & MRVL_VLAN_ID_MASK) { RTE_LOG(WARNING, PMD, "vlan id mask is ignored\n"); error: patch failed: drivers/net/mvpp2/mrvl_flow.c:1091 error: drivers/net/mvpp2/mrvl_flow.c: patch does not apply Checking patch drivers/net/sfc/sfc_flow.c... error: while searching for: * for Solarflare) and Solarflare Communications, Inc. */ #include #include #include error: patch failed: drivers/net/sfc/sfc_flow.c:7 error: drivers/net/sfc/sfc_flow.c: patch does not apply Checking patch drivers/net/tap/tap_flow.c... error: while searching for: .items = ITEMS(RTE_FLOW_ITEM_TYPE_IPV4, RTE_FLOW_ITEM_TYPE_IPV6), .mask = &(const struct rte_flow_item_vlan){ .tpid = -1, /* DEI matching is not supported */ -- #endif }, .mask_sz = sizeof(struct rte_flow_item_vlan), .default_mask = &rte_flow_item_vlan_mask, error: patch failed: drivers/net/tap/tap_flow.c:270 error: drivers/net/tap/tap_flow.c: patch does not apply Checking patch lib/librte_ether/rte_flow.h... error: lib/librte_ether/rte_flow.h: No such file or directory Checking patch lib/librte_net/rte_ether.h... error: while searching for: #define ETHER_TYPE_RARP 0x8035 /**< Reverse Arp Protocol. */ #define ETHER_TYPE_VLAN 0x8100 /**< IEEE 802.1Q VLAN tagging. */ #define ETHER_TYPE_QINQ 0x88A8 /**< IEEE 802.1ad QinQ tagging. */ #define ETHER_TYPE_1588 0x88F7 /**< IEEE 802.1AS 1588 Precise Time Protocol. */ #define ETHER_TYPE_SLOW 0x8809 /**< Slow protocols (LACP and Marker). */ #define ETHER_TYPE_TEB 0x6558 /**< Transparent Ethernet Bridging. */ error: patch failed: lib/librte_net/rte_ether.h:301 error: lib/librte_net/rte_ether.h: patch does not apply *Repo: dpdk-next-net Checking patch app/test-pmd/cmdline_flow.c... error: while searching for: ITEM_ETH_SRC, ITEM_ETH_TYPE, ITEM_VLAN, ITEM_VLAN_TPID, ITEM_VLAN_TCI, -- ITEM_VLAN_VID, ITEM_IPV4, ITEM_IPV4_TOS, ITEM_IPV4_TTL, error: patch failed: app/test-pmd/cmdline_flow.c:99 error: app/test-pmd/cmdline_flow.c: patch does not apply Checking patch doc/guides/nics/tap.rst... error: while searching for: Supported items: - eth: src and dst (with variable masks), and eth_type (0xffff mask). - vlan: vid, pcp, tpid, but not eid. (requires kernel 4.9) - ipv4/6: src and dst (with variable masks), and ip_proto (0xffff mask). - udp/tcp: src and dst port (0xffff) mask. error: patch failed: doc/guides/nics/tap.rst:97 error: doc/guides/nics/tap.rst: patch does not apply Checking patch doc/guides/prog_guide/rte_flow.rst... error: while searching for: Matches an Ethernet header. - ``dst``: destination MAC. - ``src``: source MAC. - ``type``: EtherType. - Default ``mask`` matches destination and source addresses only. Item: ``VLAN`` error: patch failed: doc/guides/prog_guide/rte_flow.rst:784 error: doc/guides/prog_guide/rte_flow.rst: patch does not apply Checking patch doc/guides/testpmd_app_ug/testpmd_funcs.rst... error: while searching for: - ``dst {MAC-48}``: destination MAC. - ``src {MAC-48}``: source MAC. - ``type {unsigned}``: EtherType. -- - ``vid {unsigned}``: VLAN identifier. - ``ipv4``: match IPv4 header. error: patch failed: doc/guides/testpmd_app_ug/testpmd_funcs.rst:3223 error: doc/guides/testpmd_app_ug/testpmd_funcs.rst: patch does not apply Checking patch drivers/net/bnxt/bnxt_filter.c... error: while searching for: uint32_t vf = 0; int use_ntuple; uint32_t en = 0; int dflt_vnic; use_ntuple = bnxt_filter_type_check(pattern, error); error: patch failed: drivers/net/bnxt/bnxt_filter.c:299 error: drivers/net/bnxt/bnxt_filter.c: patch does not apply Checking patch drivers/net/enic/enic_flow.c... error: while searching for: if (!spec) return 0; /* Don't support filtering in tpid */ if (mask) { -- if (*inner_ofst == 0) { /* Outer header. Use the vlan mask/val fields */ gp->mask_vlan = mask->tci; gp->val_vlan = spec->tci; error: patch failed: drivers/net/enic/enic_flow.c:545 error: drivers/net/enic/enic_flow.c: patch does not apply Checking patch drivers/net/i40e/i40e_flow.c... error: while searching for: #include #include #include #include #include error: patch failed: drivers/net/i40e/i40e_flow.c:10 error: drivers/net/i40e/i40e_flow.c: patch does not apply Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: while searching for: #define IXGBE_VT_CTL_POOLING_MODE_MASK 0x00030000 #define IXGBE_VT_CTL_POOLING_MODE_ETAG 0x00010000 #define DEFAULT_ETAG_ETYPE 0x893f #define IXGBE_ETAG_ETYPE 0x00005084 #define IXGBE_ETAG_ETYPE_MASK 0x0000ffff #define IXGBE_ETAG_ETYPE_VALID 0x80000000 error: patch failed: drivers/net/ixgbe/ixgbe_ethdev.c:115 error: drivers/net/ixgbe/ixgbe_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.c... error: while searching for: #pragma GCC diagnostic error "-Wpedantic" #endif #include #include #include #include error: patch failed: drivers/net/mlx5/mlx5_flow.c:17 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mvpp2/mrvl_flow.c... error: while searching for: if (ret) return ret; if (mask->tpid) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, NULL, "Not supported by classifier\n"); return -rte_errno; } m = rte_be_to_cpu_16(mask->tci); if (m & MRVL_VLAN_ID_MASK) { RTE_LOG(WARNING, PMD, "vlan id mask is ignored\n"); error: patch failed: drivers/net/mvpp2/mrvl_flow.c:1091 error: drivers/net/mvpp2/mrvl_flow.c: patch does not apply Checking patch drivers/net/sfc/sfc_flow.c... error: while searching for: * for Solarflare) and Solarflare Communications, Inc. */ #include #include #include error: patch failed: drivers/net/sfc/sfc_flow.c:7 error: drivers/net/sfc/sfc_flow.c: patch does not apply Checking patch drivers/net/tap/tap_flow.c... error: while searching for: .items = ITEMS(RTE_FLOW_ITEM_TYPE_IPV4, RTE_FLOW_ITEM_TYPE_IPV6), .mask = &(const struct rte_flow_item_vlan){ .tpid = -1, /* DEI matching is not supported */ -- #endif }, .mask_sz = sizeof(struct rte_flow_item_vlan), .default_mask = &rte_flow_item_vlan_mask, error: patch failed: drivers/net/tap/tap_flow.c:270 error: drivers/net/tap/tap_flow.c: patch does not apply Checking patch lib/librte_ether/rte_flow.h... error: lib/librte_ether/rte_flow.h: No such file or directory Checking patch lib/librte_net/rte_ether.h... error: while searching for: #define ETHER_TYPE_RARP 0x8035 /**< Reverse Arp Protocol. */ #define ETHER_TYPE_VLAN 0x8100 /**< IEEE 802.1Q VLAN tagging. */ #define ETHER_TYPE_QINQ 0x88A8 /**< IEEE 802.1ad QinQ tagging. */ #define ETHER_TYPE_1588 0x88F7 /**< IEEE 802.1AS 1588 Precise Time Protocol. */ #define ETHER_TYPE_SLOW 0x8809 /**< Slow protocols (LACP and Marker). */ #define ETHER_TYPE_TEB 0x6558 /**< Transparent Ethernet Bridging. */ error: patch failed: lib/librte_net/rte_ether.h:301 error: lib/librte_net/rte_ether.h: patch does not apply *Repo: dpdk-next-crypto Checking patch app/test-pmd/cmdline_flow.c... error: while searching for: ITEM_ETH_SRC, ITEM_ETH_TYPE, ITEM_VLAN, ITEM_VLAN_TPID, ITEM_VLAN_TCI, -- ITEM_VLAN_VID, ITEM_IPV4, ITEM_IPV4_TOS, ITEM_IPV4_TTL, error: patch failed: app/test-pmd/cmdline_flow.c:99 error: app/test-pmd/cmdline_flow.c: patch does not apply Checking patch doc/guides/nics/tap.rst... error: while searching for: Supported items: - eth: src and dst (with variable masks), and eth_type (0xffff mask). - vlan: vid, pcp, tpid, but not eid. (requires kernel 4.9) - ipv4/6: src and dst (with variable masks), and ip_proto (0xffff mask). - udp/tcp: src and dst port (0xffff) mask. error: patch failed: doc/guides/nics/tap.rst:97 error: doc/guides/nics/tap.rst: patch does not apply Checking patch doc/guides/prog_guide/rte_flow.rst... error: while searching for: Matches an Ethernet header. - ``dst``: destination MAC. - ``src``: source MAC. - ``type``: EtherType. - Default ``mask`` matches destination and source addresses only. Item: ``VLAN`` error: patch failed: doc/guides/prog_guide/rte_flow.rst:784 error: doc/guides/prog_guide/rte_flow.rst: patch does not apply Checking patch doc/guides/testpmd_app_ug/testpmd_funcs.rst... error: while searching for: - ``dst {MAC-48}``: destination MAC. - ``src {MAC-48}``: source MAC. - ``type {unsigned}``: EtherType. -- - ``vid {unsigned}``: VLAN identifier. - ``ipv4``: match IPv4 header. error: patch failed: doc/guides/testpmd_app_ug/testpmd_funcs.rst:3223 error: doc/guides/testpmd_app_ug/testpmd_funcs.rst: patch does not apply Checking patch drivers/net/bnxt/bnxt_filter.c... error: while searching for: uint32_t vf = 0; int use_ntuple; uint32_t en = 0; int dflt_vnic; use_ntuple = bnxt_filter_type_check(pattern, error); error: patch failed: drivers/net/bnxt/bnxt_filter.c:299 error: drivers/net/bnxt/bnxt_filter.c: patch does not apply Checking patch drivers/net/enic/enic_flow.c... error: while searching for: if (!spec) return 0; /* Don't support filtering in tpid */ if (mask) { -- if (*inner_ofst == 0) { /* Outer header. Use the vlan mask/val fields */ gp->mask_vlan = mask->tci; gp->val_vlan = spec->tci; error: patch failed: drivers/net/enic/enic_flow.c:545 error: drivers/net/enic/enic_flow.c: patch does not apply Checking patch drivers/net/i40e/i40e_flow.c... error: while searching for: #include #include #include #include #include error: patch failed: drivers/net/i40e/i40e_flow.c:10 error: drivers/net/i40e/i40e_flow.c: patch does not apply Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: while searching for: #define IXGBE_VT_CTL_POOLING_MODE_MASK 0x00030000 #define IXGBE_VT_CTL_POOLING_MODE_ETAG 0x00010000 #define DEFAULT_ETAG_ETYPE 0x893f #define IXGBE_ETAG_ETYPE 0x00005084 #define IXGBE_ETAG_ETYPE_MASK 0x0000ffff #define IXGBE_ETAG_ETYPE_VALID 0x80000000 error: patch failed: drivers/net/ixgbe/ixgbe_ethdev.c:115 error: drivers/net/ixgbe/ixgbe_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.c... error: while searching for: #pragma GCC diagnostic error "-Wpedantic" #endif #include #include #include #include error: patch failed: drivers/net/mlx5/mlx5_flow.c:17 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mvpp2/mrvl_flow.c... error: while searching for: if (ret) return ret; if (mask->tpid) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, NULL, "Not supported by classifier\n"); return -rte_errno; } m = rte_be_to_cpu_16(mask->tci); if (m & MRVL_VLAN_ID_MASK) { RTE_LOG(WARNING, PMD, "vlan id mask is ignored\n"); error: patch failed: drivers/net/mvpp2/mrvl_flow.c:1091 error: drivers/net/mvpp2/mrvl_flow.c: patch does not apply Checking patch drivers/net/sfc/sfc_flow.c... error: while searching for: * for Solarflare) and Solarflare Communications, Inc. */ #include #include #include error: patch failed: drivers/net/sfc/sfc_flow.c:7 error: drivers/net/sfc/sfc_flow.c: patch does not apply Checking patch drivers/net/tap/tap_flow.c... error: while searching for: .items = ITEMS(RTE_FLOW_ITEM_TYPE_IPV4, RTE_FLOW_ITEM_TYPE_IPV6), .mask = &(const struct rte_flow_item_vlan){ .tpid = -1, /* DEI matching is not supported */ -- #endif }, .mask_sz = sizeof(struct rte_flow_item_vlan), .default_mask = &rte_flow_item_vlan_mask, error: patch failed: drivers/net/tap/tap_flow.c:270 error: drivers/net/tap/tap_flow.c: patch does not apply Checking patch lib/librte_ether/rte_flow.h... error: lib/librte_ether/rte_flow.h: No such file or directory Checking patch lib/librte_net/rte_ether.h... error: while searching for: #define ETHER_TYPE_RARP 0x8035 /**< Reverse Arp Protocol. */ #define ETHER_TYPE_VLAN 0x8100 /**< IEEE 802.1Q VLAN tagging. */ #define ETHER_TYPE_QINQ 0x88A8 /**< IEEE 802.1ad QinQ tagging. */ #define ETHER_TYPE_1588 0x88F7 /**< IEEE 802.1AS 1588 Precise Time Protocol. */ #define ETHER_TYPE_SLOW 0x8809 /**< Slow protocols (LACP and Marker). */ #define ETHER_TYPE_TEB 0x6558 /**< Transparent Ethernet Bridging. */ error: patch failed: lib/librte_net/rte_ether.h:301 error: lib/librte_net/rte_ether.h: patch does not apply *Repo: dpdk-next-virtio Checking patch app/test-pmd/cmdline_flow.c... error: while searching for: ITEM_ETH_SRC, ITEM_ETH_TYPE, ITEM_VLAN, ITEM_VLAN_TPID, ITEM_VLAN_TCI, -- ITEM_VLAN_VID, ITEM_IPV4, ITEM_IPV4_TOS, ITEM_IPV4_TTL, error: patch failed: app/test-pmd/cmdline_flow.c:99 error: app/test-pmd/cmdline_flow.c: patch does not apply Checking patch doc/guides/nics/tap.rst... error: while searching for: Supported items: - eth: src and dst (with variable masks), and eth_type (0xffff mask). - vlan: vid, pcp, tpid, but not eid. (requires kernel 4.9) - ipv4/6: src and dst (with variable masks), and ip_proto (0xffff mask). - udp/tcp: src and dst port (0xffff) mask. error: patch failed: doc/guides/nics/tap.rst:97 error: doc/guides/nics/tap.rst: patch does not apply Checking patch doc/guides/prog_guide/rte_flow.rst... error: while searching for: Matches an Ethernet header. - ``dst``: destination MAC. - ``src``: source MAC. - ``type``: EtherType. - Default ``mask`` matches destination and source addresses only. Item: ``VLAN`` error: patch failed: doc/guides/prog_guide/rte_flow.rst:784 error: doc/guides/prog_guide/rte_flow.rst: patch does not apply Checking patch doc/guides/testpmd_app_ug/testpmd_funcs.rst... error: while searching for: - ``dst {MAC-48}``: destination MAC. - ``src {MAC-48}``: source MAC. - ``type {unsigned}``: EtherType. -- - ``vid {unsigned}``: VLAN identifier. - ``ipv4``: match IPv4 header. error: patch failed: doc/guides/testpmd_app_ug/testpmd_funcs.rst:3223 error: doc/guides/testpmd_app_ug/testpmd_funcs.rst: patch does not apply Checking patch drivers/net/bnxt/bnxt_filter.c... error: while searching for: uint32_t vf = 0; int use_ntuple; uint32_t en = 0; int dflt_vnic; use_ntuple = bnxt_filter_type_check(pattern, error); error: patch failed: drivers/net/bnxt/bnxt_filter.c:299 error: drivers/net/bnxt/bnxt_filter.c: patch does not apply Checking patch drivers/net/enic/enic_flow.c... error: while searching for: if (!spec) return 0; /* Don't support filtering in tpid */ if (mask) { -- if (*inner_ofst == 0) { /* Outer header. Use the vlan mask/val fields */ gp->mask_vlan = mask->tci; gp->val_vlan = spec->tci; error: patch failed: drivers/net/enic/enic_flow.c:545 error: drivers/net/enic/enic_flow.c: patch does not apply Checking patch drivers/net/i40e/i40e_flow.c... error: while searching for: #include #include #include #include #include error: patch failed: drivers/net/i40e/i40e_flow.c:10 error: drivers/net/i40e/i40e_flow.c: patch does not apply Checking patch drivers/net/ixgbe/ixgbe_ethdev.c... error: while searching for: #define IXGBE_VT_CTL_POOLING_MODE_MASK 0x00030000 #define IXGBE_VT_CTL_POOLING_MODE_ETAG 0x00010000 #define DEFAULT_ETAG_ETYPE 0x893f #define IXGBE_ETAG_ETYPE 0x00005084 #define IXGBE_ETAG_ETYPE_MASK 0x0000ffff #define IXGBE_ETAG_ETYPE_VALID 0x80000000 error: patch failed: drivers/net/ixgbe/ixgbe_ethdev.c:115 error: drivers/net/ixgbe/ixgbe_ethdev.c: patch does not apply Checking patch drivers/net/mlx5/mlx5_flow.c... error: while searching for: #pragma GCC diagnostic error "-Wpedantic" #endif #include #include #include #include error: patch failed: drivers/net/mlx5/mlx5_flow.c:17 error: drivers/net/mlx5/mlx5_flow.c: patch does not apply Checking patch drivers/net/mvpp2/mrvl_flow.c... error: while searching for: if (ret) return ret; if (mask->tpid) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, NULL, "Not supported by classifier\n"); return -rte_errno; } m = rte_be_to_cpu_16(mask->tci); if (m & MRVL_VLAN_ID_MASK) { RTE_LOG(WARNING, PMD, "vlan id mask is ignored\n"); error: patch failed: drivers/net/mvpp2/mrvl_flow.c:1091 error: drivers/net/mvpp2/mrvl_flow.c: patch does not apply Checking patch drivers/net/sfc/sfc_flow.c... error: while searching for: * for Solarflare) and Solarflare Communications, Inc. */ #include #include #include error: patch failed: drivers/net/sfc/sfc_flow.c:7 error: drivers/net/sfc/sfc_flow.c: patch does not apply Checking patch drivers/net/tap/tap_flow.c... error: while searching for: .items = ITEMS(RTE_FLOW_ITEM_TYPE_IPV4, RTE_FLOW_ITEM_TYPE_IPV6), .mask = &(const struct rte_flow_item_vlan){ .tpid = -1, /* DEI matching is not supported */ -- #endif }, .mask_sz = sizeof(struct rte_flow_item_vlan), .default_mask = &rte_flow_item_vlan_mask, error: patch failed: drivers/net/tap/tap_flow.c:270 error: drivers/net/tap/tap_flow.c: patch does not apply Checking patch lib/librte_ether/rte_flow.h... error: lib/librte_ether/rte_flow.h: No such file or directory Checking patch lib/librte_net/rte_ether.h... error: while searching for: #define ETHER_TYPE_RARP 0x8035 /**< Reverse Arp Protocol. */ #define ETHER_TYPE_VLAN 0x8100 /**< IEEE 802.1Q VLAN tagging. */ #define ETHER_TYPE_QINQ 0x88A8 /**< IEEE 802.1ad QinQ tagging. */ #define ETHER_TYPE_1588 0x88F7 /**< IEEE 802.1AS 1588 Precise Time Protocol. */ #define ETHER_TYPE_SLOW 0x8809 /**< Slow protocols (LACP and Marker). */ #define ETHER_TYPE_TEB 0x6558 /**< Transparent Ethernet Bridging. */ error: patch failed: lib/librte_net/rte_ether.h:301 error: lib/librte_net/rte_ether.h: patch does not apply DPDK STV team