Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/98367 _apply patch failure_ Submitter: Gowrishankar Muthukrishnan Date: Wednesday, September 08 2021 17:03:08 Applied on: CommitID:b344eb5d941a7522ff27b6b7b5419f68c3fea9a0 Apply patch set 98367-98373 failed: Checking patch drivers/common/cnxk/cnxk_telemetry_nix.c... Checking patch drivers/common/cnxk/meson.build... Hunk #1 succeeded at 61 (offset -4 lines). Checking patch drivers/common/cnxk/roc_nix.c... Checking patch drivers/common/cnxk/roc_nix_priv.h... error: while searching for: int nix_q_ctx_get(struct dev *dev, uint8_t ctype, uint16_t qid, __io void **ctx_p); #endif /* _ROC_NIX_PRIV_H_ */ error: patch failed: drivers/common/cnxk/roc_nix_priv.h:424 Checking patch drivers/common/cnxk/roc_nix_queue.c... Hunk #1 succeeded at 375 (offset -12 lines). Hunk #2 succeeded at 406 (offset -13 lines). Hunk #3 succeeded at 499 (offset -13 lines). Hunk #4 succeeded at 875 (offset -17 lines). Checking patch drivers/common/cnxk/roc_platform.h... Hunk #1 succeeded at 142 (offset -3 lines). Applied patch drivers/common/cnxk/cnxk_telemetry_nix.c cleanly. Applied patch drivers/common/cnxk/meson.build cleanly. Applied patch drivers/common/cnxk/roc_nix.c cleanly. Applying patch drivers/common/cnxk/roc_nix_priv.h with 1 reject... Rejected hunk #1. Applied patch drivers/common/cnxk/roc_nix_queue.c cleanly. Applied patch drivers/common/cnxk/roc_platform.h cleanly. diff a/drivers/common/cnxk/roc_nix_priv.h b/drivers/common/cnxk/roc_nix_priv.h (rejected hunks) @@ -424,4 +424,13 @@ int nix_lf_int_reg_dump(uintptr_t nix_lf_base, uint64_t *data, uint16_t qints, int nix_q_ctx_get(struct dev *dev, uint8_t ctype, uint16_t qid, __io void **ctx_p); +/* + * Telemetry + */ +int nix_tel_node_add(struct roc_nix *roc_nix); +void nix_tel_node_del(struct roc_nix *roc_nix); +int nix_tel_node_add_rq(struct roc_nix_rq *rq); +int nix_tel_node_add_cq(struct roc_nix_cq *cq); +int nix_tel_node_add_sq(struct roc_nix_sq *sq); + #endif /* _ROC_NIX_PRIV_H_ */ Checking patch drivers/net/cnxk/cnxk_ethdev_telemetry.c... Checking patch drivers/net/cnxk/meson.build... error: while searching for: 'cnxk_ethdev_devargs.c', 'cnxk_ethdev_ops.c', 'cnxk_ethdev_sec.c', 'cnxk_link.c', 'cnxk_lookup.c', 'cnxk_ptp.c', error: patch failed: drivers/net/cnxk/meson.build:13 Applied patch drivers/net/cnxk/cnxk_ethdev_telemetry.c cleanly. Applying patch drivers/net/cnxk/meson.build with 1 reject... Rejected hunk #1. diff a/drivers/net/cnxk/meson.build b/drivers/net/cnxk/meson.build (rejected hunks) @@ -13,6 +13,7 @@ sources = files( 'cnxk_ethdev_devargs.c', 'cnxk_ethdev_ops.c', 'cnxk_ethdev_sec.c', + 'cnxk_ethdev_telemetry.c', 'cnxk_link.c', 'cnxk_lookup.c', 'cnxk_ptp.c', Checking patch drivers/crypto/cnxk/cnxk_cryptodev_telemetry.c... Checking patch drivers/crypto/cnxk/meson.build... error: while searching for: 'cnxk_cryptodev_capabilities.c', 'cnxk_cryptodev_ops.c', 'cnxk_cryptodev_sec.c', ) deps += ['bus_pci', 'common_cnxk', 'security', 'eventdev'] error: patch failed: drivers/crypto/cnxk/meson.build:18 Applied patch drivers/crypto/cnxk/cnxk_cryptodev_telemetry.c cleanly. Applying patch drivers/crypto/cnxk/meson.build with 1 reject... Rejected hunk #1. diff a/drivers/crypto/cnxk/meson.build b/drivers/crypto/cnxk/meson.build (rejected hunks) @@ -18,6 +18,7 @@ sources = files( 'cnxk_cryptodev_capabilities.c', 'cnxk_cryptodev_ops.c', 'cnxk_cryptodev_sec.c', + 'cnxk_cryptodev_telemetry.c', ) deps += ['bus_pci', 'common_cnxk', 'security', 'eventdev'] https://lab.dpdk.org/results/dashboard/patchsets/18626/ UNH-IOL DPDK Community Lab