[dpdk-test-report] |WARNING| pw99342-99345 [PATCH] [v8, 4/4] net/cnxk: add telemetry endpoing to ethdev

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Sep 21 13:18:24 CEST 2021


Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/99342

_apply patch failure_

Submitter: Gowrishankar Muthukrishnan <gmuthukrishn at marvell.com>
Date: Tuesday, September 21 2021 10:52:28 
Applied on: CommitID:ccf69617ce96e1b708c7644289ee8df4586f7556
Apply patch set 99342-99345 failed:

Checking patch drivers/common/cnxk/cnxk_telemetry_nix.c...
Checking patch drivers/common/cnxk/meson.build...
Hunk #1 succeeded at 62 (offset -3 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',

https://lab.dpdk.org/results/dashboard/patchsets/18871/

UNH-IOL DPDK Community Lab


More information about the test-report mailing list