Re: [PATCH v6 2/4] net: add new union into VXLAN header

2024-06-05 Thread Thomas Monjalon
05/06/2024 13:28, rongwei liu: > From: Thomas Monjalon > > 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. > > Sure. Let' squash t

RE: [PATCH v6 2/4] net: add new union into VXLAN header

2024-06-05 Thread rongwei liu
BR Rongwei > -Original Message- > From: Thomas Monjalon > Sent: Wednesday, June 5, 2024 18:42 > To: rongwei liu > Cc: dev@dpdk.org; Matan Azrad ; Slava Ovsiienko > ; Ori Kam ; Suanming Mou > > Subject: Re: [PATCH v6 2/4] net: add new union into VXLAN header

Re: [PATCH v6 2/4] net: add new union into VXLAN header

2024-06-05 Thread Thomas Monjalon
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_trsvd1;/**< Reserved. */ > + union { > +