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: [dpdk-test-report] |WARNING| pw102773 [PATCH] net: remove endianness annotations for L2TPv2 bitfields
Date: Mon, 25 Oct 2021 17:08:30 +0000 (UTC)	[thread overview]
Message-ID: <20211025170830.D5EE96045A@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)

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

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

_apply patch failure_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Monday, October 25 2021 12:31:07 
Applied on: CommitID:daa02b5cddbb8e11b31d41e2bf7bb1ae64dcae2f
Apply patch set 102773 failed:

Checking patch lib/net/rte_l2tpv2.h...
error: while searching for:
		__extension__
		struct {
#if RTE_BYTE_ORDER == RTE_LITTLE_ENDIAN
			rte_be16_t t:1;		/**< message Type */
			rte_be16_t l:1;		/**< length option bit */
			rte_be16_t res1:2;	/**< reserved */
			rte_be16_t s:1;		/**< ns/nr option bit */
			rte_be16_t res2:1;	/**< reserved */
			rte_be16_t o:1;		/**< offset option bit */
			rte_be16_t p:1;		/**< priority option bit */
			rte_be16_t res3:4;	/**< reserved */
			rte_be16_t ver:4;	/**< protocol version */
#elif RTE_BYTE_ORDER == RTE_BIG_ENDIAN
			rte_be16_t ver:4;	/**< protocol version */
			rte_be16_t res3:4;	/**< reserved */
			rte_be16_t p:1;		/**< priority option bit */
			rte_be16_t o:1;		/**< offset option bit */
			rte_be16_t res2:1;	/**< reserved */
			rte_be16_t s:1;		/**< ns/nr option bit */
			rte_be16_t res1:2;	/**< reserved */
			rte_be16_t l:1;		/**< length option bit */
			rte_be16_t t:1;		/**< message Type */
#endif
		};
	};

error: patch failed: lib/net/rte_l2tpv2.h:89
Applying patch lib/net/rte_l2tpv2.h with 1 reject...
Rejected hunk #1.
diff a/lib/net/rte_l2tpv2.h b/lib/net/rte_l2tpv2.h	(rejected hunks)
@@ -89,25 +89,25 @@ struct rte_l2tpv2_common_hdr {
 		__extension__
 		struct {
 #if RTE_BYTE_ORDER == RTE_LITTLE_ENDIAN
-			rte_be16_t t:1;		/**< message Type */
-			rte_be16_t l:1;		/**< length option bit */
-			rte_be16_t res1:2;	/**< reserved */
-			rte_be16_t s:1;		/**< ns/nr option bit */
-			rte_be16_t res2:1;	/**< reserved */
-			rte_be16_t o:1;		/**< offset option bit */
-			rte_be16_t p:1;		/**< priority option bit */
-			rte_be16_t res3:4;	/**< reserved */
-			rte_be16_t ver:4;	/**< protocol version */
+			uint16_t t:1;		/**< message Type */
+			uint16_t l:1;		/**< length option bit */
+			uint16_t res1:2;	/**< reserved */
+			uint16_t s:1;		/**< ns/nr option bit */
+			uint16_t res2:1;	/**< reserved */
+			uint16_t o:1;		/**< offset option bit */
+			uint16_t p:1;		/**< priority option bit */
+			uint16_t res3:4;	/**< reserved */
+			uint16_t ver:4;		/**< protocol version */
 #elif RTE_BYTE_ORDER == RTE_BIG_ENDIAN
-			rte_be16_t ver:4;	/**< protocol version */
-			rte_be16_t res3:4;	/**< reserved */
-			rte_be16_t p:1;		/**< priority option bit */
-			rte_be16_t o:1;		/**< offset option bit */
-			rte_be16_t res2:1;	/**< reserved */
-			rte_be16_t s:1;		/**< ns/nr option bit */
-			rte_be16_t res1:2;	/**< reserved */
-			rte_be16_t l:1;		/**< length option bit */
-			rte_be16_t t:1;		/**< message Type */
+			uint16_t ver:4;		/**< protocol version */
+			uint16_t res3:4;	/**< reserved */
+			uint16_t p:1;		/**< priority option bit */
+			uint16_t o:1;		/**< offset option bit */
+			uint16_t res2:1;	/**< reserved */
+			uint16_t s:1;		/**< ns/nr option bit */
+			uint16_t res1:2;	/**< reserved */
+			uint16_t l:1;		/**< length option bit */
+			uint16_t t:1;		/**< message Type */
 #endif
 		};
 	};

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

UNH-IOL DPDK Community Lab

                 reply	other threads:[~2021-10-25 17:08 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=20211025170830.D5EE96045A@dpdk-ubuntu.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).