[dpdk-test-report] |WARNING| pw100840-100842 [PATCH] [v2, 3/3] security: add reserved bitfields

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sat Oct 9 06:14:12 CEST 2021


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

_apply patch failure_

Submitter: Akhil Goyal <gakhil at 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


More information about the test-report mailing list