Hi @Ori Kam<mailto:[email protected]>@Andrew Rybchenko<mailto:[email protected]>@NBU-Contact-Thomas Monjalon (EXTERNAL)<mailto:[email protected]>@Ferruh Yigit<mailto:[email protected]> Can you help ACK this patch? Thanks
BR Rongwei ________________________________ From: Rongwei Liu <[email protected]> Sent: Monday, May 27, 2024 10:47 To: [email protected] <[email protected]>; Matan Azrad <[email protected]>; Slava Ovsiienko <[email protected]>; Ori Kam <[email protected]>; Suanming Mou <[email protected]>; NBU-Contact-Thomas Monjalon (EXTERNAL) <[email protected]> Cc: Dariusz Sosnowski <[email protected]>; Ferruh Yigit <[email protected]>; Andrew Rybchenko <[email protected]> Subject: [PATCH v2 2/4] ethdev: add VXLAN last reserved field External email: Use caution opening links or attachments Add VXLAN last reserved byte in rte flow packet field. Signed-off-by: Rongwei Liu <[email protected]> Acked-by: Dariusz Sosnowski <[email protected]> --- lib/ethdev/rte_flow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ethdev/rte_flow.h b/lib/ethdev/rte_flow.h index 6e8ab1d4c7..b807713cec 100644 --- a/lib/ethdev/rte_flow.h +++ b/lib/ethdev/rte_flow.h @@ -2428,6 +2428,7 @@ enum rte_flow_field_id { RTE_FLOW_FIELD_ESP_SEQ_NUM, /**< ESP Sequence Number. */ RTE_FLOW_FIELD_ESP_PROTO, /**< ESP next protocol value. */ RTE_FLOW_FIELD_RANDOM, /**< Random value. */ + RTE_FLOW_FIELD_VXLAN_RSVD1, /**< VXLAN reserved1. */ }; /** -- 2.27.0

