05/06/2024 12:21, Rongwei Liu: > Add "uint8_t last_rsvd" as union with origin rsvd1.
You should explain why: for matching what we have in testpmd. I think it should be squashed with the next patch. > - uint8_t rsvd1; /**< Reserved. */ > + union { > + uint8_t rsvd1; /**< Reserved. */ > + uint8_t last_rsvd; /**< Reserved. */ > + };