automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw122888-122891 [PATCH] [v2, 4/4] app/test-compress-perf: add LZ4 support
@ 2023-02-02  9:28 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-02-02  9:28 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 4838 bytes --]

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

_apply patch failure_

Submitter: Michael Baum <michaelba@nvidia.com>
Date: Thursday, February 02 2023 09:13:32 
Applied on: CommitID:5003661613fa7663347b7ea75f2560b8a6458a30
Apply patch set 122888-122891 failed:

Checking patch doc/guides/compressdevs/features/default.ini...
Checking patch doc/guides/rel_notes/release_23_03.rst...
Checking patch lib/compressdev/rte_comp.c...
Checking patch lib/compressdev/rte_comp.h...
error: while searching for:
	/**< LZS compression algorithm
	 * https://tools.ietf.org/html/rfc2395
	 */
};

/** Compression Hash Algorithms */

error: patch failed: lib/compressdev/rte_comp.h:109
Hunk #3 succeeded at 161 (offset -2 lines).
Hunk #4 succeeded at 223 (offset -2 lines).
Hunk #5 succeeded at 287 (offset -2 lines).
Hunk #6 succeeded at 318 (offset -2 lines).
Applied patch doc/guides/compressdevs/features/default.ini cleanly.
Applied patch doc/guides/rel_notes/release_23_03.rst cleanly.
Applied patch lib/compressdev/rte_comp.c cleanly.
Applying patch lib/compressdev/rte_comp.h with 1 reject...
Hunk #1 applied cleanly.
Rejected hunk #2.
Hunk #3 applied cleanly.
Hunk #4 applied cleanly.
Hunk #5 applied cleanly.
Hunk #6 applied cleanly.
diff a/lib/compressdev/rte_comp.h b/lib/compressdev/rte_comp.h	(rejected hunks)
@@ -109,6 +121,10 @@ enum rte_comp_algorithm {
 	/**< LZS compression algorithm
 	 * https://tools.ietf.org/html/rfc2395
 	 */
+	RTE_COMP_ALGO_LZ4,
+	/**< LZ4 compression algorithm
+	 * https://github.com/lz4/lz4
+	 */
 };
 
 /** Compression Hash Algorithms */
Checking patch app/test-compress-perf/comp_perf_options.h...
Checking patch app/test-compress-perf/comp_perf_options_parse.c...
Checking patch app/test-compress-perf/comp_perf_test_common.c...
Checking patch app/test-compress-perf/comp_perf_test_cyclecount.c...
Checking patch app/test-compress-perf/comp_perf_test_throughput.c...
Checking patch app/test-compress-perf/comp_perf_test_verify.c...
Checking patch app/test-compress-perf/main.c...
Checking patch doc/guides/rel_notes/release_23_03.rst...
error: doc/guides/rel_notes/release_23_03.rst: does not match index
Applied patch app/test-compress-perf/comp_perf_options.h cleanly.
Applied patch app/test-compress-perf/comp_perf_options_parse.c cleanly.
Applied patch app/test-compress-perf/comp_perf_test_common.c cleanly.
Applied patch app/test-compress-perf/comp_perf_test_cyclecount.c cleanly.
Applied patch app/test-compress-perf/comp_perf_test_throughput.c cleanly.
Applied patch app/test-compress-perf/comp_perf_test_verify.c cleanly.
Applied patch app/test-compress-perf/main.c cleanly.
Checking patch app/test-compress-perf/comp_perf_options.h...
error: app/test-compress-perf/comp_perf_options.h: does not match index
Checking patch app/test-compress-perf/comp_perf_options_parse.c...
error: app/test-compress-perf/comp_perf_options_parse.c: does not match index
Checking patch app/test-compress-perf/comp_perf_test_cyclecount.c...
error: app/test-compress-perf/comp_perf_test_cyclecount.c: does not match index
Checking patch app/test-compress-perf/comp_perf_test_throughput.c...
error: app/test-compress-perf/comp_perf_test_throughput.c: does not match index
Checking patch app/test-compress-perf/comp_perf_test_verify.c...
error: app/test-compress-perf/comp_perf_test_verify.c: does not match index
Checking patch app/test-compress-perf/main.c...
error: app/test-compress-perf/main.c: does not match index
Checking patch doc/guides/rel_notes/release_23_03.rst...
error: doc/guides/rel_notes/release_23_03.rst: does not match index
Checking patch doc/guides/tools/comp_perf.rst...
Applied patch doc/guides/tools/comp_perf.rst cleanly.
Checking patch app/test-compress-perf/comp_perf_options.h...
error: app/test-compress-perf/comp_perf_options.h: does not match index
Checking patch app/test-compress-perf/comp_perf_options_parse.c...
error: app/test-compress-perf/comp_perf_options_parse.c: does not match index
Checking patch app/test-compress-perf/comp_perf_test_cyclecount.c...
error: app/test-compress-perf/comp_perf_test_cyclecount.c: does not match index
Checking patch app/test-compress-perf/comp_perf_test_throughput.c...
error: app/test-compress-perf/comp_perf_test_throughput.c: does not match index
Checking patch app/test-compress-perf/comp_perf_test_verify.c...
error: app/test-compress-perf/comp_perf_test_verify.c: does not match index
Checking patch app/test-compress-perf/main.c...
error: app/test-compress-perf/main.c: does not match index
Checking patch doc/guides/rel_notes/release_23_03.rst...
error: doc/guides/rel_notes/release_23_03.rst: does not match index
Checking patch doc/guides/tools/comp_perf.rst...
error: doc/guides/tools/comp_perf.rst: does not match index

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-02  9:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02  9:28 |WARNING| pw122888-122891 [PATCH] [v2, 4/4] app/test-compress-perf: add LZ4 support dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).