]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ethdev/rte_flow.h
ethdev: fix build warning on 64-bit value
[dpdk.git] / lib / librte_ethdev / rte_flow.h
index 132b44edc66cd606aba98ebb86f52c8b26d2b197..1fb94f35e82ce58f42fbdbe5e101f5cc64af52ad 100644 (file)
@@ -1534,7 +1534,7 @@ struct rte_flow_item_pfcp {
 #ifndef __cplusplus
 static const struct rte_flow_item_pfcp rte_flow_item_pfcp_mask = {
        .s_field = 0x01,
-       .seid = RTE_BE64(0xffffffffffffffff),
+       .seid = RTE_BE64(UINT64_C(0xffffffffffffffff)),
 };
 #endif