net: fix build with pedantic for L2TPv2 definitions
authorDavid Marchand <david.marchand@redhat.com>
Sun, 24 Oct 2021 10:04:11 +0000 (12:04 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 25 Oct 2021 07:33:15 +0000 (09:33 +0200)
Build is broken on RHEL7 following introduction of this new protocol.

Fixes: 3a929df1f286 ("ethdev: support L2TPv2 and PPP procotol")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Tested-by: Raslan Darawsheh <rasland@nvidia.com>
lib/net/rte_l2tpv2.h

index 4634964..670fe54 100644 (file)
@@ -86,6 +86,7 @@ struct rte_l2tpv2_common_hdr {
        union {
                /** header flags and protocol version */
                rte_be16_t flags_version;
+               __extension__
                struct {
 #if RTE_BYTE_ORDER == RTE_LITTLE_ENDIAN
                        rte_be16_t t:1;         /**< message Type */