automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw112278-112281 [PATCH] [v2, 4/4] app: examples: replace zero-length arrays with undimensioned ones
Date: Thu,  2 Jun 2022 12:29:12 -0400 (EDT)	[thread overview]
Message-ID: <20220602162912.94FCC6D56A@noxus.dpdklab.iol.unh.edu> (raw)

[-- 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

                 reply	other threads:[~2022-06-02 16:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220602162912.94FCC6D56A@noxus.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).