Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/37178 _apply issues_ Submitter: Adrien Mazarguil Date: 2018-04-04 15:56:49 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:327 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: "Invalid MAC_addr mask."); return -rte_errno; } if ((eth_mask->type & UINT16_MAX) == -- ether_type = rte_be_to_cpu_16(eth_spec->type); if (ether_type == ETHER_TYPE_IPv4 || ether_type == ETHER_TYPE_IPv6 || ether_type == ETHER_TYPE_ARP || ether_type == outer_tpid) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "Unsupported ether_type."); return -rte_errno; } } error: patch failed: drivers/net/i40e/i40e_flow.c:2490 error: drivers/net/i40e/i40e_flow.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 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: const struct rte_flow_item_vlan *mask = NULL; const struct rte_flow_item_vlan supp_mask = { .tci = rte_cpu_to_be_16(ETH_VLAN_ID_MAX), }; rc = sfc_flow_parse_init(item, error: patch failed: drivers/net/sfc/sfc_flow.c:352 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 *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:327 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: "Invalid MAC_addr mask."); return -rte_errno; } if ((eth_mask->type & UINT16_MAX) == -- ether_type = rte_be_to_cpu_16(eth_spec->type); if (ether_type == ETHER_TYPE_IPv4 || ether_type == ETHER_TYPE_IPv6 || ether_type == ETHER_TYPE_ARP || ether_type == outer_tpid) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "Unsupported ether_type."); return -rte_errno; } } error: patch failed: drivers/net/i40e/i40e_flow.c:2490 error: drivers/net/i40e/i40e_flow.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 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: const struct rte_flow_item_vlan *mask = NULL; const struct rte_flow_item_vlan supp_mask = { .tci = rte_cpu_to_be_16(ETH_VLAN_ID_MAX), }; rc = sfc_flow_parse_init(item, error: patch failed: drivers/net/sfc/sfc_flow.c:352 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 *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:327 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: "Invalid MAC_addr mask."); return -rte_errno; } if ((eth_mask->type & UINT16_MAX) == -- ether_type = rte_be_to_cpu_16(eth_spec->type); if (ether_type == ETHER_TYPE_IPv4 || ether_type == ETHER_TYPE_IPv6 || ether_type == ETHER_TYPE_ARP || ether_type == outer_tpid) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "Unsupported ether_type."); return -rte_errno; } } error: patch failed: drivers/net/i40e/i40e_flow.c:2490 error: drivers/net/i40e/i40e_flow.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 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: const struct rte_flow_item_vlan *mask = NULL; const struct rte_flow_item_vlan supp_mask = { .tci = rte_cpu_to_be_16(ETH_VLAN_ID_MAX), }; rc = sfc_flow_parse_init(item, error: patch failed: drivers/net/sfc/sfc_flow.c:352 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 *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:327 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: "Invalid MAC_addr mask."); return -rte_errno; } if ((eth_mask->type & UINT16_MAX) == -- ether_type = rte_be_to_cpu_16(eth_spec->type); if (ether_type == ETHER_TYPE_IPv4 || ether_type == ETHER_TYPE_IPv6 || ether_type == ETHER_TYPE_ARP || ether_type == outer_tpid) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "Unsupported ether_type."); return -rte_errno; } } error: patch failed: drivers/net/i40e/i40e_flow.c:2490 error: drivers/net/i40e/i40e_flow.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 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: const struct rte_flow_item_vlan *mask = NULL; const struct rte_flow_item_vlan supp_mask = { .tci = rte_cpu_to_be_16(ETH_VLAN_ID_MAX), }; rc = sfc_flow_parse_init(item, error: patch failed: drivers/net/sfc/sfc_flow.c:352 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 *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:327 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: "Invalid MAC_addr mask."); return -rte_errno; } if ((eth_mask->type & UINT16_MAX) == -- ether_type = rte_be_to_cpu_16(eth_spec->type); if (ether_type == ETHER_TYPE_IPv4 || ether_type == ETHER_TYPE_IPv6 || ether_type == ETHER_TYPE_ARP || ether_type == outer_tpid) { rte_flow_error_set(error, EINVAL, RTE_FLOW_ERROR_TYPE_ITEM, item, "Unsupported ether_type."); return -rte_errno; } } error: patch failed: drivers/net/i40e/i40e_flow.c:2490 error: drivers/net/i40e/i40e_flow.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 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: const struct rte_flow_item_vlan *mask = NULL; const struct rte_flow_item_vlan supp_mask = { .tci = rte_cpu_to_be_16(ETH_VLAN_ID_MAX), }; rc = sfc_flow_parse_init(item, error: patch failed: drivers/net/sfc/sfc_flow.c:352 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 DPDK STV team