|WARNING| pw112278-112281 [PATCH] [v2, 4/4] app: examples: replace zero-length arrays with undimensioned ones
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Jun 2 18:29:12 CEST 2022
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/112278
_apply patch failure_
Submitter: Bruce Richardson <bruce.richardson at 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
More information about the test-report
mailing list