ethdev: fix build warning on 64-bit value
[dpdk.git] / lib / librte_ethdev / rte_flow.h
index 132b44e..1fb94f3 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