* [dpdk-test-report] |WARNING| pw102773 [PATCH] net: remove endianness annotations for L2TPv2 bitfields
@ 2021-10-25 17:08 dpdklab
0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-25 17:08 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-10-25 17:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25 17:08 [dpdk-test-report] |WARNING| pw102773 [PATCH] net: remove endianness annotations for L2TPv2 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).