automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw100840-100842 [PATCH] [v2, 3/3] security: add reserved bitfields
@ 2021-10-09  4:14 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-09  4:14 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Friday, October 08 2021 20:45:16 
Applied on: CommitID:515d20195b17444262a5732831c0615146c7189c
Apply patch set 100840-100842 failed:

Checking patch lib/security/rte_security.h...
error: while searching for:
	 * PKT_TX_UDP_CKSUM or PKT_TX_L4_MASK in mbuf.
	 */
	uint32_t l4_csum_enable : 1;
};

/** IPSec security association direction */

error: patch failed: lib/security/rte_security.h:258
Applying patch lib/security/rte_security.h with 1 reject...
Rejected hunk #1.
diff a/lib/security/rte_security.h b/lib/security/rte_security.h	(rejected hunks)
@@ -258,6 +258,12 @@ struct rte_security_ipsec_sa_options {
 	 * PKT_TX_UDP_CKSUM or PKT_TX_L4_MASK in mbuf.
 	 */
 	uint32_t l4_csum_enable : 1;
+
+	/** Reserved bit fields for future extension
+	 *
+	 * Note: reduce number of bits in reserved_opts for every new option
+	 */
+	uint32_t reserved_opts : 18;
 };
 
 /** IPSec security association direction */

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

UNH-IOL DPDK Community Lab

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

only message in thread, other threads:[~2021-10-09  4:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-09  4:14 [dpdk-test-report] |WARNING| pw100840-100842 [PATCH] [v2, 3/3] security: add reserved bitfields 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).