automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw112278-112281 [PATCH] [v2, 4/4] app: examples: replace zero-length arrays with undimensioned ones
@ 2022-06-02 16:29 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2022-06-02 16:29 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Bruce Richardson <bruce.richardson@intel.com>
Date: Thursday, June 02 2022 16:13:24 
Applied on: CommitID:b251bb76308f664c24a3dffd55236e92a2230901
Apply patch set 112278-112281 failed:

Checking patch lib/cryptodev/cryptodev_pmd.h...
error: while searching for:
	uint8_t padding[3];
	void *event_mdata;
	/**< Event metadata (aka *union rte_event_crypto_metadata*) */
	uint8_t sess_private_data[0];
};

#ifdef __cplusplus

error: patch failed: lib/cryptodev/cryptodev_pmd.h:673
Checking patch lib/cryptodev/rte_cryptodev.h...
Hunk #1 succeeded at 912 (offset -6 lines).
Checking patch lib/eventdev/rte_event_timer_adapter.h...
Checking patch lib/ip_frag/ip_reassembly.h...
Checking patch lib/ipsec/sa.h...
Checking patch lib/rib/rte_rib.c...
Checking patch lib/rib/rte_rib6.c...
Checking patch lib/table/rte_swx_table_learner.c...
Checking patch lib/table/rte_table_hash_key16.c...
Checking patch lib/table/rte_table_hash_key32.c...
Checking patch lib/table/rte_table_hash_key8.c...
Checking patch lib/vhost/rte_vhost.h...
Applying patch lib/cryptodev/cryptodev_pmd.h with 1 reject...
Rejected hunk #1.
Applied patch lib/cryptodev/rte_cryptodev.h cleanly.
Applied patch lib/eventdev/rte_event_timer_adapter.h cleanly.
Applied patch lib/ip_frag/ip_reassembly.h cleanly.
Applied patch lib/ipsec/sa.h cleanly.
Applied patch lib/rib/rte_rib.c cleanly.
Applied patch lib/rib/rte_rib6.c cleanly.
Applied patch lib/table/rte_swx_table_learner.c cleanly.
Applied patch lib/table/rte_table_hash_key16.c cleanly.
Applied patch lib/table/rte_table_hash_key32.c cleanly.
Applied patch lib/table/rte_table_hash_key8.c cleanly.
Applied patch lib/vhost/rte_vhost.h cleanly.
diff a/lib/cryptodev/cryptodev_pmd.h b/lib/cryptodev/cryptodev_pmd.h	(rejected hunks)
@@ -673,7 +673,7 @@ RTE_STD_C11 struct rte_cryptodev_asym_session {
 	uint8_t padding[3];
 	void *event_mdata;
 	/**< Event metadata (aka *union rte_event_crypto_metadata*) */
-	uint8_t sess_private_data[0];
+	uint8_t sess_private_data[];
 };
 
 #ifdef __cplusplus

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2022-06-02 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 16:29 |WARNING| pw112278-112281 [PATCH] [v2, 4/4] app: examples: replace zero-length arrays with undimensioned ones 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).