Test-Label: Intel-compilation Test-Status: FAILURE http://dpdk.org/patch/65713 _apply issues_ Submitter: Thomas Monjalon Date: 2020-02-11 01:19:38 Reply_mail: 20200211011942.1569573-2-thomas@monjalon.net DPDK git baseline: Repo:dpdk-next-net-mlx, CommitID: 8c2e6036a173bc494fa8069e62d35fe3ff3f171f Repo:dpdk, CommitID: f69ed1044230c218c9afd8f1b47b6fe6aa1eeec5 *Repo: dpdk-next-net-mlx The HW doesn't support to do modify header action after ant encapsulation action. The split metadata function wrongly added the copy action in the end of the original actions list, hence, NIC egress flow with encapsulation action failed when the PMD worked with dv_xmeta_en mode. Move the copy action to be before and back to back with the encapsulation action for the aforementioned case. Fixes: 71e254bc0294 ("net/mlx5: split Rx flows to provide metadata copy") -- pmd_dlopen = (get_option('ibverbs_link') == 'dlopen') LIB_GLUE_BASE = 'librte_pmd_mlx5_glue.so' LIB_GLUE_VERSION = '20.02.0' error: patch failed: drivers/common/mlx5/meson.build:8 error: drivers/common/mlx5/meson.build: patch does not apply Checking patch drivers/net/mlx4/meson.build... error: while searching for: endif build = true pmd_dlopen = (get_option('ibverbs_link') == 'dlopen') LIB_GLUE_BASE = 'librte_pmd_mlx4_glue.so' LIB_GLUE_VERSION = '18.02.0' error: patch failed: drivers/net/mlx4/meson.build:9 error: drivers/net/mlx4/meson.build: patch does not apply Checking patch meson_options.txt... error: while searching for: description: 'Comma-separated list of examples to build by default') option('flexran_sdk', type: 'string', value: '', -- description: 'Linkage method (shared/dlopen) for Mellanox PMDs with ibverbs dependencies.') option('include_subdir_arch', type: 'string', value: '', description: 'subdirectory where to install arch-dependent headers') option('kernel_dir', type: 'string', value: '', error: patch failed: meson_options.txt:14 error: meson_options.txt: patch does not apply *Repo: dpdk pmd_dlopen = (get_option('ibverbs_link') == 'dlopen') LIB_GLUE_BASE = 'librte_pmd_mlx5_glue.so' LIB_GLUE_VERSION = '20.02.0' error: patch failed: drivers/common/mlx5/meson.build:8 error: drivers/common/mlx5/meson.build: patch does not apply Checking patch drivers/net/mlx4/meson.build... error: while searching for: endif build = true pmd_dlopen = (get_option('ibverbs_link') == 'dlopen') LIB_GLUE_BASE = 'librte_pmd_mlx4_glue.so' LIB_GLUE_VERSION = '18.02.0' error: patch failed: drivers/net/mlx4/meson.build:9 error: drivers/net/mlx4/meson.build: patch does not apply Checking patch meson_options.txt... error: while searching for: description: 'Comma-separated list of examples to build by default') option('flexran_sdk', type: 'string', value: '', -- description: 'Linkage method (shared/dlopen) for Mellanox PMDs with ibverbs dependencies.') option('include_subdir_arch', type: 'string', value: '', description: 'subdirectory where to install arch-dependent headers') option('kernel_dir', type: 'string', value: '', error: patch failed: meson_options.txt:14 error: meson_options.txt: patch does not apply DPDK STV team